Home
last modified time | relevance | path

Searched refs:BANK0_HWIRQ_MASK (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/irqchip/
H A Dirq-bcm2835.c53 #define BANK0_HWIRQ_MASK 0xff macro
60 #define BANK0_VALID_MASK (BANK0_HWIRQ_MASK | BANK1_HWIRQ | BANK2_HWIRQ \
231 else if (stat & BANK0_HWIRQ_MASK) in get_next_armctrl_hwirq()
232 return MAKE_HWIRQ(0, ffs(stat & BANK0_HWIRQ_MASK) - 1); in get_next_armctrl_hwirq()