Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/input/touchscreen/
Dti_am335x_tsc.c454 titsc_writel(ts_dev, REG_IRQENABLE, IRQENB_FIFO0THRES); in titsc_probe()
455 titsc_writel(ts_dev, REG_IRQENABLE, IRQENB_EOS); in titsc_probe()
519 idle = titsc_readl(ts_dev, REG_IRQENABLE); in titsc_suspend()
520 titsc_writel(ts_dev, REG_IRQENABLE, in titsc_suspend()
/linux-6.12.1/include/linux/mfd/
Dti_am335x_tscadc.h17 #define REG_IRQENABLE 0x02C macro
/linux-6.12.1/drivers/iio/adc/
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()