Searched refs:OF_finddevice (Results 1 - 25 of 102) sorted by relevance

12345

/freebsd-13-stable/sys/dev/uart/
H A Duart_cpu_powerpc.c64 input = OF_finddevice(buf);
71 if (OF_finddevice(buf) != input)
99 output = OF_finddevice(field.buf);
119 opts = OF_finddevice("/options");
120 chosen = OF_finddevice("/chosen");
146 input = OF_finddevice("serial0"); /* Last ditch */
157 input = OF_finddevice(buf);
H A Duart_bus_fdt.c129 * to OF_finddevice.
134 if ((*node = OF_finddevice(buf)) == -1)
209 if ((chosen = OF_finddevice("/chosen")) != -1) {
217 node = OF_finddevice("serial0"); /* Last ditch */
219 node = OF_finddevice(cp);
/freebsd-13-stable/sys/arm/freescale/imx/
H A Dimx6_machdep.c109 if ((node = OF_finddevice(nodepath)) == -1)
127 gicnode = OF_finddevice("/soc/interrupt-controller@00a01000");
129 gicnode = OF_finddevice("/soc/interrupt-controller@a01000");
131 gicnode = OF_finddevice("/interrupt-controller@00a01000");
133 gicnode = OF_finddevice("/interrupt-controller@a01000");
145 gpcnode = OF_finddevice("/soc/aips-bus@02000000/gpc@020dc000");
147 gpcnode = OF_finddevice("/soc/aips-bus@2000000/gpc@20dc000");
149 gpcnode = OF_finddevice("/soc/bus@2000000/gpc@20dc000");
190 node = OF_finddevice("/soc/aips-bus@2000000/iomuxc-gpr@20e0000");
192 node = OF_finddevice("/so
[all...]
/freebsd-13-stable/sys/powerpc/powernv/
H A Dopal.c47 opal = OF_finddevice("/ibm,opal");
H A Dopal_dbg.c65 if ((dev = OF_finddevice(buf)) == -1)
/freebsd-13-stable/stand/libofw/
H A Dopenfirm.h97 phandle_t OF_finddevice(const char *);
/freebsd-13-stable/sys/powerpc/mikrotik/
H A Dplatform_rb.c65 rootnode = OF_finddevice("/");
/freebsd-13-stable/sys/arm/annapurna/alpine/
H A Dalpine_machdep.c74 if ((node = OF_finddevice("/")) == -1)
93 if ((node = OF_finddevice("/")) == -1)
/freebsd-13-stable/sys/powerpc/mambo/
H A Dmambo_console.c85 if (OF_finddevice("/mambo") == -1)
132 if (OF_finddevice("/mambo") == -1) {
/freebsd-13-stable/sys/dev/mmc/host/
H A Ddwmmc_altera.c78 root = OF_finddevice("/");
/freebsd-13-stable/sys/dev/altera/dwc/
H A Dif_dwc_socfpga.c85 root = OF_finddevice("/");
/freebsd-13-stable/sys/dev/fdt/
H A Dfdt_arm_platform.c66 root = OF_finddevice("/");
H A Dfdt_common.c216 if ((node = OF_finddevice("soc")) != -1)
222 if ((node = OF_finddevice("/")) == -1)
458 root = OF_finddevice("/");
459 memory = OF_finddevice("/memory");
514 root = OF_finddevice("/reserved-memory");
557 memory = OF_finddevice("/memory");
617 chosen = OF_finddevice("/chosen");
/freebsd-13-stable/sys/arm/freescale/vybrid/
H A Dvf_machdep.c70 src = OF_finddevice("src");
/freebsd-13-stable/sys/powerpc/amigaone/
H A Dplatform_amigaone.c71 rootnode = OF_finddevice("/");
/freebsd-13-stable/sys/powerpc/powermac/
H A Dplatform_powermac.c135 memory = OF_finddevice("/memory");
137 memory = OF_finddevice("/memory@0");
211 rootnode = OF_finddevice("/");
280 dev = OF_finddevice("/cpus");
326 chosen = OF_finddevice("/chosen");
H A Dnvbl.c89 if (OF_finddevice("mac-io/backlight") == -1)
101 handle = OF_finddevice("mac-io/backlight");
/freebsd-13-stable/sys/arm/mv/
H A Dmv_armv7_machdep.c126 if ((node = OF_finddevice("/")) == -1){
169 if ((node = OF_finddevice("mpp")) != -1)
175 if ((node = OF_finddevice("/")) == -1)
343 if ((node = OF_finddevice("/")) == -1)
377 if ((root = OF_finddevice("/")) == -1)
/freebsd-13-stable/sys/dev/ofw/
H A Dofw_console.c99 if ((options = OF_finddevice("/options")) == -1 ||
168 if ((chosen = OF_finddevice("/chosen")) == -1) {
/freebsd-13-stable/sys/powerpc/pseries/
H A Dphyp_dbg.c66 if ((vty = OF_finddevice(buf)) == -1)
H A Dplpar_pcibus.c85 rtas = OF_finddevice("/rtas");
/freebsd-13-stable/sys/arm/altera/socfpga/
H A Dsocfpga_machdep.c119 node = OF_finddevice("/soc/rstmgr");
/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_machdep.c83 system = OF_finddevice("/system");
/freebsd-13-stable/sys/arm/mv/armada38x/
H A Darmada38x_mp.c85 cpus_node = OF_finddevice("/cpus");
/freebsd-13-stable/sys/powerpc/booke/
H A Dplatform_bare.c110 if ((cpus = OF_finddevice("/cpus")) == -1)

Completed in 298 milliseconds

12345