Home
last modified time | relevance | path

Searched refs:fdt_appendprop_u32 (Results 1 – 7 of 7) 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.c138 fdt_appendprop_u32(blob, nodeoffset, "msi-map", devid); in fdt_pcie_set_msi_map_entry_ls()
139 fdt_appendprop_u32(blob, nodeoffset, "msi-map", phandle); in fdt_pcie_set_msi_map_entry_ls()
140 fdt_appendprop_u32(blob, nodeoffset, "msi-map", streamid); in fdt_pcie_set_msi_map_entry_ls()
141 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.c396 ret = fdt_appendprop_u32(blob, part_off, "reg", CONFIG_ENV_SIZE); in ft_board_setup()
422 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.c363 fdt_appendprop_u32(blob, offset, "msi-map", FSL_DPAA2_STREAM_ID_START); in fdt_fsl_mc_fixup_iommu_map_entry()
364 fdt_appendprop_u32(blob, offset, "msi-map", phandle); in fdt_fsl_mc_fixup_iommu_map_entry()
365 fdt_appendprop_u32(blob, offset, "msi-map", FSL_DPAA2_STREAM_ID_START); in fdt_fsl_mc_fixup_iommu_map_entry()
366 fdt_appendprop_u32(blob, offset, "msi-map", FSL_DPAA2_STREAM_ID_END - in fdt_fsl_mc_fixup_iommu_map_entry()
/u-boot/board/CZ.NIC/turris_mox/
A Dturris_mox.c678 res = fdt_appendprop_u32(blob, node, "link", phandle); in setup_switch()
/u-boot/common/
A Dfdt_support.c889 ret = fdt_appendprop_u32(blob, newoff, in fdt_node_set_part_info()

Completed in 15 milliseconds