Searched refs:fdt_appendprop (Results 1 - 5 of 5) sorted by relevance

/u-boot/scripts/dtc/libfdt/
H A Dfdt_addresses.c99 return fdt_appendprop(fdt, nodeoffset, name, data,
H A Dlibfdt.h1730 * fdt_appendprop - append to or create a property
1737 * fdt_appendprop() appends the value to the named property in the
1756 int fdt_appendprop(void *fdt, int nodeoffset, const char *name,
1791 return fdt_appendprop(fdt, nodeoffset, name, &tmp, sizeof(tmp));
1826 return fdt_appendprop(fdt, nodeoffset, name, &tmp, sizeof(tmp));
1868 fdt_appendprop((fdt), (nodeoffset), (name), (str), strlen(str)+1)
H A Dfdt_rw.c292 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, function
/u-boot/drivers/pci/
H A Dpcie_layerscape_gen4_fixup.c137 fdt_appendprop(blob, nodeoff, "iommu-map", iommu_map, 16);
H A Dpcie_layerscape_fixup.c186 fdt_appendprop(blob, nodeoffset, "iommu-map", iommu_map, 16);

Completed in 53 milliseconds