Searched refs:fdt_appendprop_u32 (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/pci/ |
H A 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()
|
/openbmc/u-boot/scripts/dtc/libfdt/ |
H A D | libfdt.h | 1688 static inline int fdt_appendprop_u32(void *fdt, int nodeoffset, in fdt_appendprop_u32() function 1738 return fdt_appendprop_u32(fdt, nodeoffset, name, val); in fdt_appendprop_cell()
|
/openbmc/linux/scripts/dtc/libfdt/ |
H A D | libfdt.h | 1869 static inline int fdt_appendprop_u32(void *fdt, int nodeoffset, in fdt_appendprop_u32() function 1925 return fdt_appendprop_u32(fdt, nodeoffset, name, val); in fdt_appendprop_cell()
|