Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/dtc/libfdt/
H A Dfdt_wip.c78 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace() function
H A Dlibfdt.h1158 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name,
1194 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_setprop_inplace_u32()
1229 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_setprop_inplace_u64()
/rk3399_rockchip-uboot/drivers/pci/
H A Dpcie_layerscape_fixup.c163 fdt_setprop_inplace(blob, nodeoffset, "iommu-map", in fdt_pcie_set_iommu_map_entry()
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dportals.c120 fdt_setprop_inplace(blob, off, "ranges", range, len); in fdt_portal()
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/
H A Dgw_ventana.c1277 fdt_setprop_inplace(blob, i, "fsl,pins", range, in ft_board_setup()