Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dfdt_support.h250 int fdt_set_phandle(void *fdt, int nodeoffset, uint32_t phandle);
/rk3399_rockchip-uboot/drivers/misc/
H A Dfsl_portals.c129 ret = fdt_set_phandle(blob, dev_off, in fdt_qportal()
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dportals.c187 ret = fdt_set_phandle(blob, dev_off, in fdt_qportal()
/rk3399_rockchip-uboot/common/
H A Dfdt_support.c1446 int fdt_set_phandle(void *fdt, int nodeoffset, uint32_t phandle) in fdt_set_phandle() function
1495 ret = fdt_set_phandle(fdt, nodeoffset, phandle); in fdt_create_phandle()
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_vop.c988 fdt_set_phandle(blob, dsp_lut_node, phandle); in rockchip_vop_fixup_dts()