Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfdt_support.h221 int fdt_set_phandle(void *fdt, int nodeoffset, uint32_t phandle);
/external/u-boot/drivers/misc/
Dfsl_portals.c128 ret = fdt_set_phandle(blob, dev_off, in fdt_qportal()
/external/u-boot/common/
Dfdt_support.c1335 int fdt_set_phandle(void *fdt, int nodeoffset, uint32_t phandle) in fdt_set_phandle() function
1384 ret = fdt_set_phandle(fdt, nodeoffset, phandle); in fdt_create_phandle()