Searched refs:fdt_setprop_inplace (Results 1 – 9 of 9) sorted by relevance
| /u-boot/arch/powerpc/cpu/mpc85xx/ |
| A D | portals.c | 50 fdt_setprop_inplace(blob, off, "ranges", range, len); in fdt_portal()
|
| /u-boot/scripts/dtc/libfdt/ |
| A D | fdt_wip.c | 33 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace() function
|
| A D | libfdt.h | 1222 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, 1258 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_setprop_inplace_u32() 1293 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_setprop_inplace_u64()
|
| /u-boot/drivers/pci/ |
| A D | pcie_layerscape_gen4_fixup.c | 135 fdt_setprop_inplace(blob, nodeoff, "iommu-map", iommu_map, 16); in fdt_pcie_set_iommu_map_entry_ls_gen4()
|
| A D | pcie_layerscape_fixup.c | 181 fdt_setprop_inplace(blob, nodeoffset, "iommu-map", in fdt_pcie_set_iommu_map_entry_ls()
|
| /u-boot/arch/arm/mach-mvebu/armada3700/ |
| A D | cpu.c | 314 return fdt_setprop_inplace(blob, node, "ranges", new_ranges, len); in a3700_fdt_fix_pcie_regions()
|
| /u-boot/board/gateworks/gw_ventana/ |
| A D | gw_ventana.c | 1295 fdt_setprop_inplace(blob, i, "fsl,pins", range, in ft_board_setup()
|
| /u-boot/drivers/net/fsl-mc/ |
| A D | mc.c | 351 fdt_setprop_inplace(blob, offset, "iommu-map", in fdt_fsl_mc_fixup_iommu_map_entry()
|
| /u-boot/lib/ |
| A D | fdtdec.c | 1289 err = fdt_setprop_inplace(fdt, offset, "local-mac-address", mac, size); in fdtdec_set_ethernet_mac_address()
|
Completed in 30 milliseconds