Home
last modified time | relevance | path

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

/external/u-boot/drivers/pci/
Dpcie_layerscape_fixup.c111 fdt_appendprop_u32(blob, nodeoffset, "msi-map", devid); in fdt_pcie_set_msi_map_entry()
112 fdt_appendprop_u32(blob, nodeoffset, "msi-map", phandle); in fdt_pcie_set_msi_map_entry()
113 fdt_appendprop_u32(blob, nodeoffset, "msi-map", streamid); in fdt_pcie_set_msi_map_entry()
114 fdt_appendprop_u32(blob, nodeoffset, "msi-map", 1); in fdt_pcie_set_msi_map_entry()
/external/dtc/libfdt/
Dlibfdt.h1651 static inline int fdt_appendprop_u32(void *fdt, int nodeoffset, in fdt_appendprop_u32() function
1701 return fdt_appendprop_u32(fdt, nodeoffset, name, val); in fdt_appendprop_cell()
/external/u-boot/scripts/dtc/libfdt/
Dlibfdt.h1685 static inline int fdt_appendprop_u32(void *fdt, int nodeoffset, in fdt_appendprop_u32() function
1735 return fdt_appendprop_u32(fdt, nodeoffset, name, val); in fdt_appendprop_cell()