Searched refs:IRQENB_HW_PEN (Results 1 – 2 of 2) sorted by relevance
37 #define TSC_IRQENB_MASK (IRQENB_FIFO0THRES | IRQENB_EOS | IRQENB_HW_PEN)285 if (status & IRQENB_HW_PEN) { in titsc_irq()287 irqclr |= IRQENB_HW_PEN; in titsc_irq()523 (idle | IRQENB_HW_PEN)); in titsc_suspend()536 titsc_writel(ts_dev, REG_IRQCLR, IRQENB_HW_PEN); in titsc_resume()
44 #define IRQENB_HW_PEN BIT(0) macro