Home
last modified time | relevance | path

Searched refs:fdt_appendprop (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/scripts/dtc/libfdt/
H A Dlibfdt.h1657 int fdt_appendprop(void *fdt, int nodeoffset, const char *name,
1692 return fdt_appendprop(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_appendprop_u32()
1727 return fdt_appendprop(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_appendprop_u64()
1769 fdt_appendprop((fdt), (nodeoffset), (name), (str), strlen(str)+1)
H A Dfdt_rw.c305 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop() function
/openbmc/linux/scripts/dtc/libfdt/
H A Dlibfdt.h1838 int fdt_appendprop(void *fdt, int nodeoffset, const char *name,
1873 return fdt_appendprop(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_appendprop_u32()
1908 return fdt_appendprop(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_appendprop_u64()
1956 fdt_appendprop((fdt), (nodeoffset), (name), (str), strlen(str)+1)
H A Dfdt_addresses.c99 return fdt_appendprop(fdt, nodeoffset, name, data, in fdt_appendprop_addrrange()
H A Dfdt_rw.c291 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop() function
/openbmc/u-boot/drivers/pci/
H A Dpcie_layerscape_fixup.c174 fdt_appendprop(blob, nodeoffset, "iommu-map", iommu_map, 16); in fdt_pcie_set_iommu_map_entry()