Searched refs:IRQENB_FIFO0THRES (Results 1 – 2 of 2) sorted by relevance
38 #define TSC_IRQENB_MASK (IRQENB_FIFO0THRES | IRQENB_EOS | IRQENB_HW_PEN)313 if (status & IRQENB_FIFO0THRES) { in titsc_irq()337 irqclr |= IRQENB_FIFO0THRES; in titsc_irq()456 titsc_writel(ts_dev, REG_IRQENABLE, IRQENB_FIFO0THRES); in titsc_probe()
46 #define IRQENB_FIFO0THRES BIT(2) macro