Searched refs:fdt_appendprop_u32 (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/drivers/pci/ |
D | pcie_layerscape_fixup.c | 111 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/ |
D | libfdt.h | 1651 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/ |
D | libfdt.h | 1685 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()
|