Searched refs:fdt_appendprop_u32 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | pcie_layerscape_fixup.c | 112 fdt_appendprop_u32(blob, nodeoffset, "msi-map", devid); in fdt_pcie_set_msi_map_entry() 113 fdt_appendprop_u32(blob, nodeoffset, "msi-map", phandle); in fdt_pcie_set_msi_map_entry() 114 fdt_appendprop_u32(blob, nodeoffset, "msi-map", streamid); in fdt_pcie_set_msi_map_entry() 115 fdt_appendprop_u32(blob, nodeoffset, "msi-map", 1); in fdt_pcie_set_msi_map_entry()
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/ |
| H A D | libfdt.h | 1682 static inline int fdt_appendprop_u32(void *fdt, int nodeoffset, in fdt_appendprop_u32() function 1732 return fdt_appendprop_u32(fdt, nodeoffset, name, val); in fdt_appendprop_cell()
|
| /OK3568_Linux_fs/kernel/scripts/dtc/libfdt/ |
| H A D | libfdt.h | 1822 static inline int fdt_appendprop_u32(void *fdt, int nodeoffset, in fdt_appendprop_u32() function 1872 return fdt_appendprop_u32(fdt, nodeoffset, name, val); in fdt_appendprop_cell()
|