Searched refs:IRQENB_HW_PEN (Results 1 – 2 of 2) sorted by relevance
274 if (status & IRQENB_HW_PEN) { in titsc_irq()277 titsc_writel(ts_dev, REG_IRQCLR, IRQENB_HW_PEN); in titsc_irq()278 irqclr |= IRQENB_HW_PEN; in titsc_irq()503 (idle | IRQENB_HW_PEN)); in titsc_suspend()518 titsc_writel(ts_dev, REG_IRQCLR, IRQENB_HW_PEN); in titsc_resume()
54 #define IRQENB_HW_PEN BIT(0) macro