Searched refs:irqbit (Results 1 – 4 of 4) sorted by relevance
29 unsigned long irqbit = 1 << data->hwirq; in s3c_irq_wake() local31 if (!(s3c_irqwake_intallow & irqbit)) in s3c_irq_wake()38 s3c_irqwake_intmask |= irqbit; in s3c_irq_wake()40 s3c_irqwake_intmask &= ~irqbit; in s3c_irq_wake()
1065 u16 irqbit, u8 group) in s626_handle_dio_interrupt() argument1071 s626_dio_reset_irq(dev, group, irqbit); in s626_handle_dio_interrupt()1113 u16 irqbit; in s626_check_dio_interrupts() local1121 if (irqbit) { in s626_check_dio_interrupts()1134 u16 irqbit; in s626_check_counter_interrupts() local1140 if (irqbit & S626_IRQ_COINT1A) { in s626_check_counter_interrupts()1144 if (irqbit & S626_IRQ_COINT2A) { in s626_check_counter_interrupts()1148 if (irqbit & S626_IRQ_COINT3A) { in s626_check_counter_interrupts()1152 if (irqbit & S626_IRQ_COINT1B) { in s626_check_counter_interrupts()1156 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()
1528 #define ACK(irqbit) { \ argument1529 stat &= ~irqbit; \1530 writel(~irqbit, ®s->int_status); \
Completed in 17 milliseconds