Lines Matching refs:msi
40 - msi-controller: Identifies the node as an MSI controller.
45 - #msi-cells: The number of cells in an msi-specifier, required if not zero.
50 The meaning of the msi-specifier is defined by the device tree binding of
64 - msi-parent: A list of phandle + msi-specifier pairs, one for each MSI
68 MSI controllers listed in the msi-parent property.
73 When #msi-cells is non-zero, busses with an msi-parent will require
85 msi_a: msi-controller@a {
88 msi-controller;
89 /* No sideband data, so #msi-cells omitted */
92 msi_b: msi-controller@b {
95 msi-controller;
97 #msi-cells = <1>;
100 msi_c: msi-controller@c {
103 msi-controller;
105 #msi-cells = <1>;
113 msi-parent = <&msi_a>;
123 msi-parent = <&msi_a>, <&msi_b 0x17>;
133 msi-parent = <&msi_a>, <&msi_b 0x17>, <&msi_c 0x53>;