Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-s3c24xx/
Dirq-pm.c29 unsigned long irqbit = 1 << data->hwirq; in s3c_irq_wake() local
31 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()
/Linux-v4.19/drivers/staging/comedi/drivers/
Ds626.c1067 u16 irqbit, u8 group) in s626_handle_dio_interrupt() argument
1073 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() local
1120 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 …]
/Linux-v4.19/drivers/mfd/
Dmc13xxx-core.c131 u32 irqbit = 1 << (irq < 24 ? irq : irq - 24); in mc13xxx_irq_status() local
143 *enabled = mask & irqbit; in mc13xxx_irq_status()
153 *pending = stat & irqbit; in mc13xxx_irq_status()
/Linux-v4.19/drivers/usb/gadget/udc/
Dgoku_udc.c1525 #define ACK(irqbit) { \ argument
1526 stat &= ~irqbit; \
1527 writel(~irqbit, &regs->int_status); \