Searched refs:IRQENB_EOS (Results 1 – 2 of 2) sorted by relevance
37 #define TSC_IRQENB_MASK (IRQENB_FIFO0THRES | IRQENB_EOS | IRQENB_HW_PEN)304 if (status & IRQENB_EOS) in titsc_irq()305 irqclr |= IRQENB_EOS; in titsc_irq()339 if (status & IRQENB_EOS) in titsc_irq()455 titsc_writel(ts_dev, REG_IRQENABLE, IRQENB_EOS); in titsc_probe()
45 #define IRQENB_EOS BIT(1) macro