Searched refs:IRQ_BANK2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_intr.c75 #define IRQ_BANK2(n) ((n) - BANK2_START) macro
196 if (pending & (1 << IRQ_BANK2(irq)))
215 intc_write_4(sc, INTC_DISABLE_BANK2, (1 << IRQ_BANK2(nb)));
235 intc_write_4(sc, INTC_ENABLE_BANK2, (1 << IRQ_BANK2(nb)));

Completed in 94 milliseconds