Home
last modified time | relevance | path

Searched refs:REG_IRQENABLE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/input/touchscreen/
H A Dti_am335x_tsc.c455 titsc_writel(ts_dev, REG_IRQENABLE, IRQENB_FIFO0THRES); in titsc_probe()
456 titsc_writel(ts_dev, REG_IRQENABLE, IRQENB_EOS); in titsc_probe()
521 idle = titsc_readl(ts_dev, REG_IRQENABLE); in titsc_suspend()
522 titsc_writel(ts_dev, REG_IRQENABLE, in titsc_suspend()
/openbmc/linux/include/linux/mfd/
H A Dti_am335x_tscadc.h17 #define REG_IRQENABLE 0x02C macro
/openbmc/linux/drivers/iio/adc/
H A Dti_am335x_adc.c208 tiadc_writel(adc_dev, REG_IRQENABLE, IRQENB_FIFO1THRES); in tiadc_worker_h()
325 tiadc_writel(adc_dev, REG_IRQENABLE, irq_enable); in tiadc_buffer_postenable()