Searched refs:IRQENB_EOS (Results 1 – 2 of 2) sorted by relevance
38 #define TSC_IRQENB_MASK (IRQENB_FIFO0THRES | IRQENB_EOS | IRQENB_HW_PEN)306 if (status & IRQENB_EOS) in titsc_irq()307 irqclr |= IRQENB_EOS; in titsc_irq()341 if (status & IRQENB_EOS) in titsc_irq()457 titsc_writel(ts_dev, REG_IRQENABLE, IRQENB_EOS); in titsc_probe()
45 #define IRQENB_EOS BIT(1) macro