Lines Matching +full:vendor +full:- +full:id

5 ID (AKA RID). A Requester ID is a triplet of a Bus number, Device number, and
17 Requester ID. While a given PCI device can only master through one IOMMU, a
33 -------------------
35 - iommu-map: Maps a Requester ID to an IOMMU and associated IOMMU specifier
39 (rid-base,iommu,iommu-base,length).
41 Any RID r in the interval [rid-base, rid-base + length) is associated with
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.
52 #address-cells = <1>;
53 #size-cells = <1>;
57 compatible = "vendor,some-iommu";
58 #iommu-cells = <1>;
63 compatible = "vendor,pcie-root-complex";
68 * identity-mapped.
70 iommu-map = <0x0 &iommu 0x0 0x10000>;
79 #address-cells = <1>;
80 #size-cells = <1>;
84 compatible = "vendor,some-iommu";
85 #iommu-cells = <1>;
90 compatible = "vendor,pcie-root-complex";
97 iommu-map = <0x0 &iommu 0x0 0x10000>;
98 iommu-map-mask = <0xfff8>;
107 #address-cells = <1>;
108 #size-cells = <1>;
112 compatible = "vendor,some-iommu";
113 #iommu-cells = <1>;
118 compatible = "vendor,pcie-root-complex";
125 iommu-map = <0x0000 &iommu 0x8000 0x8000>,
135 #address-cells = <1>;
136 #size-cells = <1>;
140 compatible = "vendor,some-iommu";
141 #iommu-cells = <1>;
146 compatible = "vendor,some-iommu";
147 #iommu-cells = <1>;
152 compatible = "vendor,some-iommu";
153 #iommu-cells = <1>;
158 compatible = "vendor,pcie-root-complex";
162 * Devices with bus number 0-127 are mastered via IOMMU
164 * Devices with bus number 128-255 are mastered via
168 iommu-map = <0x0000 &iommu_a 0x0000 0x8000>,