Searched refs:OF_finddevice (Results 26 - 50 of 102) sorted by relevance

12345

/freebsd-13-stable/sys/powerpc/ofw/
H A Dofw_initrd.c69 chosen = OF_finddevice("/chosen");
H A Dofw_machdep.c185 phandle = OF_finddevice("/");
251 phandle = OF_finddevice("/");
361 chosen = OF_finddevice("/chosen");
436 chosen = OF_finddevice("/chosen");
547 phandle = OF_finddevice("/chosen");
/freebsd-13-stable/sys/powerpc/pseries/
H A Dplatform_chrp.c127 if (OF_finddevice("/memory") != -1 || OF_finddevice("/memory@0") != -1)
221 phandle = OF_finddevice("/ibm,dynamic-reconfiguration-memory");
325 cpus = OF_finddevice("/cpus");
430 chosen = OF_finddevice("/chosen");
/freebsd-13-stable/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c106 chosen = OF_finddevice("/chosen");
116 node = OF_finddevice(buf);
122 node = OF_finddevice("screen");
401 chosen = OF_finddevice("/chosen");
408 node = OF_finddevice(buf);
417 node = OF_finddevice("screen");
/freebsd-13-stable/sys/arm/freescale/
H A Dfsl_ocotp.c75 if ((root = OF_finddevice("/")) == -1)
/freebsd-13-stable/sys/arm/ti/am335x/
H A Dam335x_pwmss.c113 opp_table = OF_finddevice("/opp-table");
H A Dam335x_scm.c125 opp_table = OF_finddevice("/opp-table");
/freebsd-13-stable/stand/libofw/
H A Ddevicename.c95 if ((handle = OF_finddevice(name)) == -1) {
H A Dofw_net.c205 netdev = OF_finddevice(path);
/freebsd-13-stable/stand/powerpc/ofw/
H A Dmain.c122 root = OF_finddevice("/");
H A Dofwfdt.c113 node = OF_finddevice("/rtas");
/freebsd-13-stable/sys/dev/ofw/
H A Dopenfirmio.c126 *(phandle_t *) data = OF_finddevice("/options");
259 node = OF_finddevice(name);
H A Dofw_disk.c149 ofd = OF_finddevice("ofwdisk");
H A Dopenfirm.h132 phandle_t OF_finddevice(const char *path);
/freebsd-13-stable/sys/dev/vt/hw/fb/
H A Dvt_early_fb.c141 chosen = OF_finddevice("/chosen");
152 node = OF_finddevice("screen");
/freebsd-13-stable/sys/powerpc/ps3/
H A Dplatform_ps3.c116 root = OF_finddevice("/");
147 if (OF_finddevice("/") != -1) {
/freebsd-13-stable/sys/arm/annapurna/alpine/
H A Dalpine_machdep_mp.c135 if ((node = OF_finddevice("/")) == -1)
161 if ((node = OF_finddevice("/")) == -1)
/freebsd-13-stable/sys/powerpc/powermac/
H A Datibl.c111 if (OF_finddevice("mac-io/backlight") == -1)
123 handle = OF_finddevice("mac-io/backlight");
/freebsd-13-stable/sys/mips/ingenic/
H A Djz4780_machdep.c232 chosen = OF_finddevice("/chosen");
/freebsd-13-stable/sys/riscv/riscv/
H A Didentcpu.c136 node = OF_finddevice("/cpus");
/freebsd-13-stable/sys/arm/altera/socfpga/
H A Dsocfpga_rstmgr.c102 node = OF_finddevice("l3regs");
/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_vcbus.c198 root = OF_finddevice("/");
H A Dbcm2838_xhci.c93 root = OF_finddevice("/");
/freebsd-13-stable/sys/arm/freescale/vybrid/
H A Dvf_iomuxc.c136 root = OF_finddevice("/");
/freebsd-13-stable/sys/powerpc/cpufreq/
H A Dpmcr.c50 node = OF_finddevice("/ibm,opal/power-mgt");

Completed in 362 milliseconds

12345