Searched refs:IRQENB_EOS (Results 1 – 2 of 2) sorted by relevance
294 if (status & IRQENB_EOS) in titsc_irq()295 irqclr |= IRQENB_EOS; in titsc_irq()329 if (status & IRQENB_EOS) in titsc_irq()438 titsc_writel(ts_dev, REG_IRQENABLE, IRQENB_EOS); in titsc_probe()
55 #define IRQENB_EOS BIT(1) macro