Home
last modified time | relevance | path

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

/linux/arch/arm/mach-s3c/
A Dirq-pm-s3c24xx.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/drivers/comedi/drivers/
A Ds626.c1065 u16 irqbit, u8 group) in s626_handle_dio_interrupt() argument
1071 s626_dio_reset_irq(dev, group, irqbit); in s626_handle_dio_interrupt()
1113 u16 irqbit; in s626_check_dio_interrupts() local
1121 if (irqbit) { in s626_check_dio_interrupts()
1134 u16 irqbit; in s626_check_counter_interrupts() local
1140 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 …]
/linux/drivers/mfd/
A Dmc13xxx-core.c128 u32 irqbit = 1 << (irq < 24 ? irq : irq - 24); in mc13xxx_irq_status() local
140 *enabled = mask & irqbit; in mc13xxx_irq_status()
150 *pending = stat & irqbit; in mc13xxx_irq_status()
/linux/drivers/usb/gadget/udc/
A Dgoku_udc.c1528 #define ACK(irqbit) { \ argument
1529 stat &= ~irqbit; \
1530 writel(~irqbit, &regs->int_status); \

Completed in 17 milliseconds