/src/sys/dev/fdt/ |
fdt_syscon.c | 44 int sc_phandle; member in struct:fdtbus_syscon 61 sc->sc_phandle = phandle; 75 if (sc->sc_phandle == phandle) 86 int sc_phandle; local in function:fdtbus_syscon_acquire 88 sc_phandle = fdtbus_get_phandle(phandle, prop); 89 if (sc_phandle < 0) 92 sc = fdtbus_get_syscon(sc_phandle);
|
connector_fdt.c | 61 int sc_phandle; member in struct:fdt_connector_softc 96 sc->sc_phandle = phandle;
|
mmc_pwrseq_emmc.c | 50 int sc_phandle; member in struct:mmcpwrseq_emmc_softc 85 sc->sc_phandle = phandle;
|
panel_fdt.c | 60 int sc_phandle; member in struct:fdt_panel_softc 99 sc->sc_phandle = phandle;
|
fixedclock.c | 68 int sc_phandle; member in struct:fixedclock_softc 103 sc->sc_phandle = phandle;
|
fixedfactorclock.c | 70 int sc_phandle; member in struct:fixedfactorclock_softc 101 sc->sc_phandle = phandle; 166 clkp_parent = fdtbus_clock_get_index(sc->sc_phandle, 0);
|
fixedregulator.c | 60 int sc_phandle; member in struct:fixedregulator_softc 100 sc->sc_phandle = phandle; 150 sc->sc_pin = fdtbus_gpio_acquire(sc->sc_phandle, "gpio",
|
mmc_pwrseq_simple.c | 50 int sc_phandle; member in struct:mmcpwrseq_simple_softc 123 sc->sc_phandle = phandle;
|
dwc2_fdt.c | 60 int sc_phandle; member in struct:dwc2_fdt_softc 150 sc->sc_phandle = phandle; 188 fdtbus_intr_disestablish(sc->sc_phandle, sc->sc_ih);
|
virtio_mmio_fdt.c | 52 int sc_phandle; member in struct:virtio_mmio_fdt_softc 91 fsc->sc_phandle = faa->faa_phandle; 151 if (!fdtbus_intr_str(fsc->sc_phandle, 0, intrstr, sizeof(intrstr))) { 159 msc->sc_ih = fdtbus_intr_establish_xname(fsc->sc_phandle, 0, 178 fdtbus_intr_disestablish(fsc->sc_phandle, msc->sc_ih);
|
/src/sys/arch/arm/broadcom/ |
bcm2835_dwctwo.c | 60 int sc_phandle; member in struct:bcmdwc2_softc 134 sc->sc_phandle = phandle; 167 fdtbus_intr_disestablish(sc->sc_phandle, sc->sc_ih);
|
/src/sys/arch/arm/samsung/ |
mct_var.h | 43 int sc_phandle; member in struct:mct_softc
|
/src/sys/arch/arm/sunxi/ |
sunxi_dep.c | 51 int sc_phandle; member in struct:sunxi_dep_softc
|
/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
vchiq_netbsd_fdt.c | 53 int sc_phandle; member in struct:vchiq_fdt_softc 94 fsc->sc_phandle = phandle; 127 const int phandle = fsc->sc_phandle;
|
/src/sys/arch/arm/altera/ |
cycv_dwcmmc.c | 54 int sc_phandle; member in struct:cycv_dwcmmc_softc 142 esc->sc_phandle = phandle;
|
/src/sys/arch/arm/amlogic/ |
mesongxl_usb2phy.c | 60 int sc_phandle; member in struct:mesongxl_usb2phy_softc 156 sc->sc_phandle = phandle;
|
mesongxl_usb3phy.c | 68 int sc_phandle; member in struct:mesongxl_usb3phy_softc 168 sc->sc_phandle = phandle;
|
/src/sys/arch/arm/nvidia/ |
tegra_lic.c | 66 int sc_phandle; member in struct:tegra_lic_softc 98 sc->sc_phandle = faa->faa_phandle;
|
/src/sys/arch/arm/rockchip/ |
rk3288_usb.c | 97 int sc_phandle; member in struct:rk3288_usbphy_softc 158 sc->sc_phandle = phandle;
|
/src/sys/arch/mips/cavium/dev/ |
octeon_intc.c | 64 int sc_phandle; member in struct:octeon_intc_softc 94 sc->sc_phandle = phandle;
|
/src/sys/arch/arm/fdt/ |
pmu_fdt.c | 85 int sc_phandle; member in struct:pmu_fdt_softc 110 sc->sc_phandle = phandle; 119 const int phandle = sc->sc_phandle;
|
/src/sys/arch/shark/ofw/ |
vga_ofbus.c | 57 int sc_phandle; member in struct:vga_ofbus_softc 110 osc->sc_phandle = oba->oba_phandle;
|
/src/sys/arch/riscv/starfive/ |
jh7110_syscon.c | 46 int sc_phandle; member in struct:jh7110_syscon_softc 121 sc->sc_phandle = phandle;
|
jh7110_pciephy.c | 45 int sc_phandle; member in struct:jh7110_pciephy_softc 131 sc->sc_phandle = phandle;
|
/src/sys/dev/ofw/ |
ofrtc.c | 86 int sc_phandle; member in struct:ofrtc_softc 127 of->sc_phandle = oba->oba_phandle; 129 if ((l = OF_getprop(of->sc_phandle, "name", name, 137 if ((l = OF_package_to_path(of->sc_phandle, path,
|