Home
last modified time | relevance | path

Searched refs:IRQENB_HW_PEN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/input/touchscreen/
H A Dti_am335x_tsc.c37 #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()
/openbmc/linux/include/linux/mfd/
H A Dti_am335x_tscadc.h44 #define IRQENB_HW_PEN BIT(0) macro