Home
last modified time | relevance | path

Searched refs:fdt_find_phandle (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/dev/ofw/
Dfdt.h68 void *fdt_find_phandle(uint32_t);
Dfdt.c597 fdt_find_phandle(uint32_t phandle) in fdt_find_phandle() function
935 node = fdt_find_phandle(phandle); in OF_getnodebyphandle()
/openbsd/src/sys/dev/fdt/
Dscmi.c211 node = fdt_find_phandle(phandle); in scmi_attach_smc()
291 node = fdt_find_phandle(shmems[0]); in scmi_attach_mbox_deferred()
303 node = fdt_find_phandle(shmems[1]); in scmi_attach_mbox_deferred()
/openbsd/src/sys/arch/armv7/marvell/
Dmvmbus.c128 mbusc = fdt_find_phandle(OF_getpropint(faa->fa_node, "controller", 0)); in mvmbus_attach()