Lines Matching refs:iommu
26 Documentation/devicetree/bindings/iommu/iommu.txt.
35 - iommu-map: Maps a Requester ID to an IOMMU and associated IOMMU specifier
39 (rid-base,iommu,iommu-base,length).
42 the listed IOMMU, with the IOMMU specifier (r - rid-base + iommu-base).
44 - iommu-map-mask: A mask to be applied to each Requester ID prior to being
45 mapped to an IOMMU specifier per the iommu-map property.
55 iommu: iommu@a {
57 compatible = "vendor,some-iommu";
58 #iommu-cells = <1>;
70 iommu-map = <0x0 &iommu 0x0 0x10000>;
82 iommu: iommu@a {
84 compatible = "vendor,some-iommu";
85 #iommu-cells = <1>;
97 iommu-map = <0x0 &iommu 0x0 0x10000>;
98 iommu-map-mask = <0xfff8>;
110 iommu: iommu@a {
112 compatible = "vendor,some-iommu";
113 #iommu-cells = <1>;
125 iommu-map = <0x0000 &iommu 0x8000 0x8000>,
126 <0x8000 &iommu 0x0000 0x8000>;
138 iommu_a: iommu@a {
140 compatible = "vendor,some-iommu";
141 #iommu-cells = <1>;
144 iommu_b: iommu@b {
146 compatible = "vendor,some-iommu";
147 #iommu-cells = <1>;
150 iommu_c: iommu@c {
152 compatible = "vendor,some-iommu";
153 #iommu-cells = <1>;
168 iommu-map = <0x0000 &iommu_a 0x0000 0x8000>,