Searched refs:OF_finddevice (Results 76 - 100 of 102) sorted by relevance

12345

/freebsd-13-stable/sys/arm/freescale/vybrid/
H A Dvf_ccm.c404 root = OF_finddevice("/");
/freebsd-13-stable/sys/arm/ti/usb/
H A Domap_ehci.c304 root = OF_finddevice("/");
/freebsd-13-stable/sys/arm/mv/
H A Dmv_common.c680 if ((node = OF_finddevice("/")) == -1)
2526 node = OF_finddevice(nodename);
2602 if ((node = OF_finddevice("sram")) != -1)
2606 if ((node = OF_finddevice("/")) == -1)
2732 node = OF_finddevice("/");
2770 if ((child == 0) && (node == OF_finddevice("/"))) {
2803 if ((sb = OF_finddevice("cpu")) != -1)
/freebsd-13-stable/sys/mips/nlm/
H A Dxlp_machdep.c292 chosen = OF_finddevice("/chosen");
/freebsd-13-stable/sys/powerpc/pseries/
H A Dphyp_console.c201 if ((chosen = OF_finddevice("/chosen")) == -1)
H A Dphyp_vscsi.c798 OF_getprop(OF_finddevice("/"), "ibm,partition-name",
801 OF_getprop(OF_finddevice("/"), "ibm,partition-no",
/freebsd-13-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_cpufreq.c476 root = OF_finddevice("/");
/freebsd-13-stable/sys/arm/ti/am335x/
H A Dam335x_musb.c271 opp_table = OF_finddevice("/opp-table");
H A Dam335x_lcd_syscons.c384 root = OF_finddevice("/");
H A Dam335x_lcd.c973 root = OF_finddevice("/");
/freebsd-13-stable/sys/arm64/nvidia/tegra210/
H A Dtegra210_cpufreq.c394 root = OF_finddevice("/");
/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c453 chosen = OF_finddevice("/chosen");
473 root = OF_finddevice("/");
H A Dbcm2835_cpufreq.c1208 root = OF_finddevice("/");
/freebsd-13-stable/sys/powerpc/ofw/
H A Dofw_syscons.c250 chosen = OF_finddevice("/chosen");
258 node = OF_finddevice("screen");
/freebsd-13-stable/sys/dev/adb/
H A Dadb_kbd.c343 handle = OF_finddevice("mac-io/via-pmu/adb/keyboard");
/freebsd-13-stable/sys/dev/etherswitch/ip17x/
H A Dip17x.c101 ip17x_node = fdt_find_compatible(OF_finddevice("/"),
/freebsd-13-stable/sys/powerpc/powernv/
H A Dplatform_powernv.c154 opal = OF_finddevice("/ibm,opal");
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dmachdep.c532 chosen = OF_finddevice("/chosen");
/freebsd-13-stable/sys/dev/etherswitch/e6000sw/
H A De6000sw.c211 switch_node = ofw_bus_find_compatible(OF_finddevice("/"),
214 switch_node = ofw_bus_find_compatible(OF_finddevice("/"),
/freebsd-13-stable/sys/riscv/riscv/
H A Dmachdep.c898 chosen = OF_finddevice("/chosen");
/freebsd-13-stable/sys/arm/arm/
H A Dmachdep.c908 root = OF_finddevice("/");
/freebsd-13-stable/sys/powerpc/powermac/
H A Dsmu.c298 if (OF_finddevice("/u3") != -1)
/freebsd-13-stable/sys/powerpc/aim/
H A Dmmu_oea64.c689 OF_getencprop(OF_finddevice("/"), "#address-cells", &acells,
1151 chosen = OF_finddevice("/chosen");
H A Dmmu_oea.c894 chosen = OF_finddevice("/chosen");
/freebsd-13-stable/share/man/man9/
H A DMakefile228 OF_finddevice.9 \

Completed in 374 milliseconds

12345