Searched refs:fdt_appendprop (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/scripts/dtc/libfdt/ |
| H A D | libfdt.h | 1651 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, 1686 return fdt_appendprop(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_appendprop_u32() 1721 return fdt_appendprop(fdt, nodeoffset, name, &tmp, sizeof(tmp)); in fdt_appendprop_u64() 1763 fdt_appendprop((fdt), (nodeoffset), (name), (str), strlen(str)+1)
|
| H A D | fdt_rw.c | 305 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop() function
|
| /rk3399_rockchip-uboot/drivers/pci/ |
| H A D | pcie_layerscape_fixup.c | 166 fdt_appendprop(blob, nodeoffset, "iommu-map", iommu_map, 16); in fdt_pcie_set_iommu_map_entry()
|