Lines Matching +full:single +full:- +full:cell
4 can combine interrupt sources as a group and provide a single interrupt request
13 A single node in the device tree is used to describe the interrupt combiner
16 combiners. For example, a 32-bit interrupt enable/disable config register
21 - compatible: should be "samsung,exynos4210-combiner".
22 - interrupt-controller: Identifies the node as an interrupt controller.
23 - #interrupt-cells: should be <2>. The meaning of the cells are
24 * First Cell: Combiner Group Number.
25 * Second Cell: Interrupt number within the group.
26 - reg: Base address and size of interrupt combiner registers.
27 - interrupts: The list of interrupts generated by the combiners which are then
32 - samsung,combiner-nr: The number of interrupt combiners supported. If this
41 combiner:interrupt-controller@10440000 {
42 compatible = "samsung,exynos4210-combiner";
43 interrupt-controller;
44 #interrupt-cells = <2>;