Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfdt_support.h226 int fdt_set_phandle(void *fdt, int nodeoffset, uint32_t phandle);
/openbmc/u-boot/drivers/misc/
H A Dfsl_portals.c145 ret = fdt_set_phandle(blob, dev_off, in fdt_qportal()
/openbmc/u-boot/common/
H A Dfdt_support.c1334 int fdt_set_phandle(void *fdt, int nodeoffset, uint32_t phandle) in fdt_set_phandle() function
1383 ret = fdt_set_phandle(fdt, nodeoffset, phandle); in fdt_create_phandle()
/openbmc/u-boot/board/freescale/lx2160a/
H A Deth_lx2160aqds.c735 ret = fdt_set_phandle(fdt, *subnodeoffset, phandle); in fdt_create_phy_node()