Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/pci/
H A Dpcie_layerscape_fixup.c130 u32 iommu_map[4]; in fdt_pcie_set_iommu_map_entry() local
157 iommu_map[0] = cpu_to_fdt32(devid); in fdt_pcie_set_iommu_map_entry()
158 iommu_map[1] = *++prop; in fdt_pcie_set_iommu_map_entry()
159 iommu_map[2] = cpu_to_fdt32(streamid); in fdt_pcie_set_iommu_map_entry()
160 iommu_map[3] = cpu_to_fdt32(1); in fdt_pcie_set_iommu_map_entry()
164 iommu_map, 16); in fdt_pcie_set_iommu_map_entry()
166 fdt_appendprop(blob, nodeoffset, "iommu-map", iommu_map, 16); in fdt_pcie_set_iommu_map_entry()