Lines Matching refs:ti
10 - compatible : Should be "ti,irq-crossbar"
14 - ti,max-irqs: Total number of irqs available at the parent interrupt controller.
15 - ti,max-crossbar-sources: Maximum number of crossbar sources that can be routed.
16 - ti,reg-size: Size of a individual register in bytes. Every individual
18 - ti,irqs-reserved: List of the reserved irq lines that are not muxed using
24 - ti,irqs-skip: This is similar to "ti,irqs-reserved", but these are for
28 - ti,irqs-safe-map: integer which maps to a safe configuration to use
33 compatible = "ti,irq-crossbar";
35 ti,max-irqs = <160>;
36 ti,max-crossbar-sources = <400>;
37 ti,reg-size = <2>;
38 ti,irqs-reserved = <0 1 2 3 5 6 131 132>;
39 ti,irqs-skip = <10 133 139 140>;