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()
1067 u16 irqbit, u8 group) in s626_handle_dio_interrupt() argument1073 s626_dio_reset_irq(dev, group, irqbit); in s626_handle_dio_interrupt()1077 if ((irqbit >> (cmd->start_arg - (16 * group))) == 1 && in s626_handle_dio_interrupt()1085 if ((irqbit >> (cmd->scan_begin_arg - (16 * group))) == 1 && in s626_handle_dio_interrupt()1101 if ((irqbit >> (cmd->convert_arg - (16 * group))) == 1 && in s626_handle_dio_interrupt()1115 u16 irqbit; in s626_check_dio_interrupts() local1120 irqbit = s626_debi_read(dev, S626_LP_RDCAPFLG(group)); in s626_check_dio_interrupts()1123 if (irqbit) { in s626_check_dio_interrupts()1124 s626_handle_dio_interrupt(dev, irqbit, group); in s626_check_dio_interrupts()1136 u16 irqbit; in s626_check_counter_interrupts() local[all …]
131 u32 irqbit = 1 << (irq < 24 ? irq : irq - 24); in mc13xxx_irq_status() local143 *enabled = mask & irqbit; in mc13xxx_irq_status()153 *pending = stat & irqbit; in mc13xxx_irq_status()
1525 #define ACK(irqbit) { \ argument1526 stat &= ~irqbit; \1527 writel(~irqbit, ®s->int_status); \