Searched refs:fdt_set_phandle (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/include/ |
H A D | fdt_support.h | 226 int fdt_set_phandle(void *fdt, int nodeoffset, uint32_t phandle);
|
/openbmc/u-boot/drivers/misc/ |
H A D | fsl_portals.c | 145 ret = fdt_set_phandle(blob, dev_off, in fdt_qportal()
|
/openbmc/u-boot/common/ |
H A D | fdt_support.c | 1334 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 D | eth_lx2160aqds.c | 735 ret = fdt_set_phandle(fdt, *subnodeoffset, phandle); in fdt_create_phy_node()
|