Home
last modified time | relevance | path

Searched refs:fdt_appendprop_u32 (Results 1 – 9 of 9) sorted by relevance

/u-boot/drivers/pci/
A Dpcie_layerscape_gen4_fixup.c86 fdt_appendprop_u32(blob, nodeoff, "msi-map", devid); in fdt_pcie_set_msi_map_entry_ls_gen4()
87 fdt_appendprop_u32(blob, nodeoff, "msi-map", phandle); in fdt_pcie_set_msi_map_entry_ls_gen4()
88 fdt_appendprop_u32(blob, nodeoff, "msi-map", streamid); in fdt_pcie_set_msi_map_entry_ls_gen4()
89 fdt_appendprop_u32(blob, nodeoff, "msi-map", 1); in fdt_pcie_set_msi_map_entry_ls_gen4()
A Dpcie_layerscape_fixup.c140 fdt_appendprop_u32(blob, nodeoffset, "msi-map", devid); in fdt_pcie_set_msi_map_entry_ls()
141 fdt_appendprop_u32(blob, nodeoffset, "msi-map", phandle); in fdt_pcie_set_msi_map_entry_ls()
142 fdt_appendprop_u32(blob, nodeoffset, "msi-map", streamid); in fdt_pcie_set_msi_map_entry_ls()
143 fdt_appendprop_u32(blob, nodeoffset, "msi-map", 1); in fdt_pcie_set_msi_map_entry_ls()
/u-boot/board/Marvell/mvebu_armada-37xx/
A Dboard.c420 ret = fdt_appendprop_u32(blob, part_off, "reg", CONFIG_ENV_SIZE); in ft_board_setup()
446 ret = fdt_appendprop_u32(blob, part_off, "reg", CONFIG_ENV_OFFSET); in ft_board_setup()
/u-boot/scripts/dtc/libfdt/
A Dlibfdt.h1787 static inline int fdt_appendprop_u32(void *fdt, int nodeoffset, in fdt_appendprop_u32() function
1837 return fdt_appendprop_u32(fdt, nodeoffset, name, val); in fdt_appendprop_cell()
/u-boot/drivers/net/fsl-mc/
A Dmc.c338 fdt_appendprop_u32(blob, offset, "msi-map", FSL_DPAA2_STREAM_ID_START); in fdt_fsl_mc_fixup_iommu_map_entry()
339 fdt_appendprop_u32(blob, offset, "msi-map", phandle); in fdt_fsl_mc_fixup_iommu_map_entry()
340 fdt_appendprop_u32(blob, offset, "msi-map", FSL_DPAA2_STREAM_ID_START); in fdt_fsl_mc_fixup_iommu_map_entry()
341 fdt_appendprop_u32(blob, offset, "msi-map", FSL_DPAA2_STREAM_ID_END - in fdt_fsl_mc_fixup_iommu_map_entry()
/u-boot/cmd/
A Dpstore.c533 fdt_appendprop_u32(blob, nodeoffset, "reg", pstore_length); in fdt_fixup_pstore()
/u-boot/board/CZ.NIC/turris_mox/
A Dturris_mox.c790 res = fdt_appendprop_u32(blob, node, "link", phandle); in setup_switch()
/u-boot/board/CZ.NIC/turris_omnia/
A Dturris_omnia.c1035 if (fdt_appendprop_u32(blob, part, "reg", slave->size) < 0) in fixup_mtd_partitions()
/u-boot/common/
A Dfdt_support.c960 ret = fdt_appendprop_u32(blob, newoff, in fdt_node_set_part_info()

Completed in 20 milliseconds