Lines Matching full:peripheral
25 * three groups called 'critical', 'main', and 'peripheral'. The critical
28 * gpios, and the general purpose timers. Peripheral group contains the
56 * bestcomm interrupt occurs (peripheral group, irq 0) this driver determines
470 * 'peripheral'. This function reads the status register and returns the IRQ
473 * then 'peripheral'.
476 * of individual 'peripheral' interrupts. If this is the case then a special
478 * or medium priority peripheral irq has occurred.
484 * bestcomm DMA task can raise the bestcomm peripheral interrupt. When this
496 if (irq == 2) /* high priority peripheral */ in mpc52xx_get_irq()
497 goto peripheral; in mpc52xx_get_irq()
501 if (irq == 4) /* low priority peripheral */ in mpc52xx_get_irq()
502 goto peripheral; in mpc52xx_get_irq()
504 } else if (status & 0x20000000) { /* peripheral */ in mpc52xx_get_irq()
505 peripheral: in mpc52xx_get_irq()