Lines Matching full:main
25 * three groups called 'critical', 'main', and 'peripheral'. The critical
27 * sleep. Main group include the other 3 external IRQs, slice timer 1, RTC,
48 * For example, the TMR0 interrupt is irq 9 in the main group. The
63 * driver defines four separate 'irq_chip' structures, one for the main
75 * the other three are in the main group. For this reason it makes sense for
213 * Main interrupt irq_chip
233 .name = "MPC52xx Main",
467 * types of interrupts defined by the controller - 'critical', 'main' and
470 * interrupts have the highest priority, followed by 'main' interrupts, and
475 * value will appear in either the crit or main fields indicating a high
497 } else if (status & 0x00200000) { /* main */ in mpc52xx_get_irq()