Searched refs:irqbit (Results 1 – 3 of 3) sorted by relevance
1064 u16 irqbit, u8 group) in s626_handle_dio_interrupt() argument1070 s626_dio_reset_irq(dev, group, irqbit); in s626_handle_dio_interrupt()1112 u16 irqbit; in s626_check_dio_interrupts() local1120 if (irqbit) { in s626_check_dio_interrupts()1133 u16 irqbit; in s626_check_counter_interrupts() local1139 if (irqbit & S626_IRQ_COINT1A) { in s626_check_counter_interrupts()1143 if (irqbit & S626_IRQ_COINT2A) { in s626_check_counter_interrupts()1147 if (irqbit & S626_IRQ_COINT3A) { in s626_check_counter_interrupts()1151 if (irqbit & S626_IRQ_COINT1B) { in s626_check_counter_interrupts()1155 if (irqbit & S626_IRQ_COINT2B) { in s626_check_counter_interrupts()[all …]
128 u32 irqbit = 1 << (irq < 24 ? irq : irq - 24); in mc13xxx_irq_status() local140 *enabled = mask & irqbit; in mc13xxx_irq_status()150 *pending = stat & irqbit; in mc13xxx_irq_status()
1529 #define ACK(irqbit) { \ argument1530 stat &= ~irqbit; \1531 writel(~irqbit, ®s->int_status); \
Completed in 25 milliseconds