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

/freebsd-10-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_intr.c74 #define IRQ_BANK1(n) ((n) - BANK1_START) macro
188 if (pending & (1 << IRQ_BANK1(irq)))
213 intc_write_4(sc, INTC_DISABLE_BANK1, (1 << IRQ_BANK1(nb)));
233 intc_write_4(sc, INTC_ENABLE_BANK1, (1 << IRQ_BANK1(nb)));

Completed in 65 milliseconds