| /freebsd-13.1/sys/arm/freescale/imx/ |
| H A D | imx6_machdep.c | 109 if ((node = OF_finddevice(nodepath)) == -1) in fix_node_iparent() 127 gicnode = OF_finddevice("/soc/interrupt-controller@00a01000"); in fix_fdt_interrupt_data() 129 gicnode = OF_finddevice("/soc/interrupt-controller@a01000"); in fix_fdt_interrupt_data() 131 gicnode = OF_finddevice("/interrupt-controller@00a01000"); in fix_fdt_interrupt_data() 133 gicnode = OF_finddevice("/interrupt-controller@a01000"); in fix_fdt_interrupt_data() 145 gpcnode = OF_finddevice("/soc/aips-bus@02000000/gpc@020dc000"); in fix_fdt_interrupt_data() 147 gpcnode = OF_finddevice("/soc/aips-bus@2000000/gpc@20dc000"); in fix_fdt_interrupt_data() 149 gpcnode = OF_finddevice("/soc/bus@2000000/gpc@20dc000"); in fix_fdt_interrupt_data() 190 node = OF_finddevice("/soc/aips-bus@2000000/iomuxc-gpr@20e0000"); in fix_fdt_iomuxc_data() 192 node = OF_finddevice("/soc/bus@2000000/iomuxc-gpr@20e0000"); in fix_fdt_iomuxc_data()
|
| /freebsd-13.1/sys/dev/uart/ |
| H A D | uart_cpu_powerpc.c | 64 input = OF_finddevice(buf); in ofw_get_uart_console() 71 if (OF_finddevice(buf) != input) in ofw_get_uart_console() 99 output = OF_finddevice(field.buf); in ofw_get_console_phandle_path() 119 opts = OF_finddevice("/options"); in uart_cpu_getdev() 120 chosen = OF_finddevice("/chosen"); in uart_cpu_getdev() 146 input = OF_finddevice("serial0"); /* Last ditch */ in uart_cpu_getdev() 157 input = OF_finddevice(buf); in uart_cpu_getdev()
|
| H A D | uart_bus_fdt.c | 133 if ((*node = OF_finddevice(buf)) == -1) in phandle_chosen_propdev() 208 if ((chosen = OF_finddevice("/chosen")) != -1) { in uart_cpu_fdt_probe() 216 node = OF_finddevice("serial0"); /* Last ditch */ in uart_cpu_fdt_probe() 218 node = OF_finddevice(cp); in uart_cpu_fdt_probe()
|
| /freebsd-13.1/sys/arm/mv/ |
| H A D | mv_armv7_machdep.c | 126 if ((node = OF_finddevice("/")) == -1){ in mv_busdma_tag_init() 169 if ((node = OF_finddevice("mpp")) != -1) in platform_mpp_init() 175 if ((node = OF_finddevice("/")) == -1) in platform_mpp_init() 343 if ((node = OF_finddevice("/")) == -1) in mv_axp_platform_late_init() 377 if ((root = OF_finddevice("/")) == -1) in mv_a38x_platform_devmap_init()
|
| /freebsd-13.1/sys/powerpc/powermac/ |
| H A D | platform_powermac.c | 135 memory = OF_finddevice("/memory"); in powermac_mem_regions() 137 memory = OF_finddevice("/memory@0"); in powermac_mem_regions() 211 rootnode = OF_finddevice("/"); in powermac_attach() 280 dev = OF_finddevice("/cpus"); in powermac_smp_first_cpu() 326 chosen = OF_finddevice("/chosen"); in powermac_smp_get_bsp()
|
| H A D | nvbl.c | 89 if (OF_finddevice("mac-io/backlight") == -1) in nvbl_identify() 101 handle = OF_finddevice("mac-io/backlight"); in nvbl_probe()
|
| /freebsd-13.1/sys/dev/fdt/ |
| H A D | fdt_common.c | 215 if ((node = OF_finddevice("soc")) != -1) in fdt_immr_addr() 221 if ((node = OF_finddevice("/")) == -1) in fdt_immr_addr() 457 root = OF_finddevice("/"); in fdt_get_reserved_regions() 458 memory = OF_finddevice("/memory"); in fdt_get_reserved_regions() 513 root = OF_finddevice("/reserved-memory"); in fdt_get_reserved_mem() 556 memory = OF_finddevice("/memory"); in fdt_get_mem_regions() 616 chosen = OF_finddevice("/chosen"); in fdt_get_chosen_bootargs()
|
| H A D | fdt_arm_platform.c | 66 root = OF_finddevice("/"); in fdt_platform_probe()
|
| /freebsd-13.1/sys/arm/annapurna/alpine/ |
| H A D | alpine_machdep.c | 74 if ((node = OF_finddevice("/")) == -1) in alpine_get_devmap_base() 93 if ((node = OF_finddevice("/")) == -1) in alpine_get_wdt_base()
|
| H A D | alpine_machdep_mp.c | 135 if ((node = OF_finddevice("/")) == -1) in alpine_get_cpu_resume_base() 161 if ((node = OF_finddevice("/")) == -1) in alpine_get_nb_base()
|
| /freebsd-13.1/sys/powerpc/pseries/ |
| H A D | platform_chrp.c | 127 if (OF_finddevice("/memory") != -1 || OF_finddevice("/memory@0") != -1) in chrp_probe() 221 phandle = OF_finddevice("/ibm,dynamic-reconfiguration-memory"); in parse_drconf_memory() 325 cpus = OF_finddevice("/cpus"); in chrp_timebase_freq() 430 chosen = OF_finddevice("/chosen"); in chrp_cpuref_init()
|
| /freebsd-13.1/sys/powerpc/mambo/ |
| H A D | mambo_console.c | 85 if (OF_finddevice("/mambo") == -1) in cn_drvinit() 132 if (OF_finddevice("/mambo") == -1) { in mambo_cnprobe()
|
| /freebsd-13.1/sys/dev/vt/hw/ofwfb/ |
| H A D | ofwfb.c | 107 chosen = OF_finddevice("/chosen"); in ofwfb_probe() 117 node = OF_finddevice(buf); in ofwfb_probe() 123 node = OF_finddevice("screen"); in ofwfb_probe() 500 chosen = OF_finddevice("/chosen"); in ofwfb_init() 507 node = OF_finddevice(buf); in ofwfb_init() 516 node = OF_finddevice("screen"); in ofwfb_init()
|
| /freebsd-13.1/sys/dev/ofw/ |
| H A D | ofw_console.c | 99 if ((options = OF_finddevice("/options")) == -1 || in cn_drvinit() 168 if ((chosen = OF_finddevice("/chosen")) == -1) { in ofw_cnprobe()
|
| H A D | openfirmio.c | 126 *(phandle_t *) data = OF_finddevice("/options"); in openfirm_ioctl() 259 node = OF_finddevice(name); in openfirm_ioctl()
|
| /freebsd-13.1/sys/powerpc/ofw/ |
| H A D | ofw_machdep.c | 185 phandle = OF_finddevice("/"); in parse_ofw_memory() 251 phandle = OF_finddevice("/"); in parse_numa_ofw_memory() 361 chosen = OF_finddevice("/chosen"); in excise_initrd_region() 436 chosen = OF_finddevice("/chosen"); in excise_fdt_reserved() 547 phandle = OF_finddevice("/chosen"); in ofw_mem_regions()
|
| /freebsd-13.1/sys/powerpc/mpc85xx/ |
| H A D | platform_mpc85xx.c | 156 if ((cpus = OF_finddevice("/cpus")) != -1) { in mpc85xx_attach() 171 ccsr = OF_finddevice(*name); in mpc85xx_attach() 241 if ((cpus = OF_finddevice("/cpus")) == -1) in mpc85xx_timebase_freq() 340 node = OF_finddevice("/cpus"); in mpc85xx_smp_start_cpu_epapr()
|
| /freebsd-13.1/sys/powerpc/ps3/ |
| H A D | platform_ps3.c | 116 root = OF_finddevice("/"); in ps3_probe() 147 if (OF_finddevice("/") != -1) { in ps3_mem_regions()
|
| /freebsd-13.1/sys/dev/vt/hw/fb/ |
| H A D | vt_early_fb.c | 140 chosen = OF_finddevice("/chosen"); in vt_efb_get_fbnode() 151 node = OF_finddevice("screen"); in vt_efb_get_fbnode()
|
| /freebsd-13.1/sys/arm/freescale/vybrid/ |
| H A D | vf_machdep.c | 70 src = OF_finddevice("src"); in vf_cpu_reset()
|
| /freebsd-13.1/sys/powerpc/mikrotik/ |
| H A D | platform_rb.c | 65 rootnode = OF_finddevice("/"); in rb_probe()
|
| /freebsd-13.1/sys/powerpc/powernv/ |
| H A D | opal.c | 47 opal = OF_finddevice("/ibm,opal"); in opal_check()
|
| /freebsd-13.1/sys/dev/altera/dwc/ |
| H A D | if_dwc_socfpga.c | 85 root = OF_finddevice("/"); in if_dwc_socfpga_mii_clk()
|
| /freebsd-13.1/sys/dev/mmc/host/ |
| H A D | dwmmc_altera.c | 78 root = OF_finddevice("/"); in altera_dwmmc_attach()
|
| /freebsd-13.1/stand/libofw/ |
| H A D | openfirm.h | 98 phandle_t OF_finddevice(const char *);
|