Lines Matching refs:controller
23 Documentation/devicetree/bindings/interrupt-controller/msi.txt.
32 - msi-map: Maps a Requester ID to an MSI controller and associated
34 (rid-base,msi-controller,msi-base,length), where:
38 * msi-controller is a single phandle to an MSI controller
47 the listed msi-controller, with the msi-specifier (r - rid-base + msi-base).
53 the root complex and MSI controller do not pass sideband data with MSI
54 writes, this property may be used to describe the MSI controller(s)
66 msi: msi-controller@a {
68 compatible = "vendor,some-controller";
69 msi-controller;
79 * The sideband data provided to the MSI controller is
94 msi: msi-controller@a {
96 compatible = "vendor,some-controller";
97 msi-controller;
107 * The sideband data provided to the MSI controller is
123 msi: msi-controller@a {
125 compatible = "vendor,some-controller";
126 msi-controller;
136 * The sideband data provided to the MSI controller is
153 msi: msi-controller@a {
155 compatible = "vendor,some-controller";
156 msi-controller;
166 * The sideband data provided to the MSI controller is
183 msi_a: msi-controller@a {
185 compatible = "vendor,some-controller";
186 msi-controller;
190 msi_b: msi-controller@b {
192 compatible = "vendor,some-controller";
193 msi-controller;
197 msi_c: msi-controller@c {
199 compatible = "vendor,some-controller";
200 msi-controller;
210 * The sideband data provided to MSI controller a is the
212 * The sideband data provided to MSI controller b is the
214 * MSI controller c is not addressable.