Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/input/touchscreen/
Dfsl-imx25-tcq.c167 regmap_update_bits(priv->regs, MX25_ADCQ_CR, MX25_ADCQ_CR_PDMSK, in mx25_tcq_disable_touch_irq()
173 regmap_update_bits(priv->regs, MX25_ADCQ_CR, MX25_ADCQ_CR_PDMSK, 0); in mx25_tcq_enable_touch_irq()
189 regmap_update_bits(priv->regs, MX25_ADCQ_CR, in mx25_tcq_force_queue_start()
196 regmap_update_bits(priv->regs, MX25_ADCQ_CR, in mx25_tcq_force_queue_stop()
204 regmap_read(priv->regs, MX25_ADCQ_CR, &tcqcr); in mx25_tcq_fifo_reset()
205 regmap_update_bits(priv->regs, MX25_ADCQ_CR, MX25_ADCQ_CR_FRST, in mx25_tcq_fifo_reset()
207 regmap_update_bits(priv->regs, MX25_ADCQ_CR, MX25_ADCQ_CR_FRST, 0); in mx25_tcq_fifo_reset()
208 regmap_write(priv->regs, MX25_ADCQ_CR, tcqcr); in mx25_tcq_fifo_reset()
386 regmap_write(priv->regs, MX25_ADCQ_CR, in mx25_tcq_init()
388 regmap_update_bits(priv->regs, MX25_ADCQ_CR, in mx25_tcq_init()
[all …]
/linux-5.19.10/drivers/iio/adc/
Dfsl-imx25-gcq.c95 regmap_update_bits(priv->regs, MX25_ADCQ_CR, MX25_ADCQ_CR_FQS, 0); in mx25_gcq_irq()
120 regmap_update_bits(priv->regs, MX25_ADCQ_CR, MX25_ADCQ_CR_FQS, in mx25_gcq_get_raw_value()
287 regmap_update_bits(priv->regs, MX25_ADCQ_CR, in mx25_gcq_setup_cfgs()
291 regmap_write(priv->regs, MX25_ADCQ_CR, in mx25_gcq_setup_cfgs()
/linux-5.19.10/include/linux/mfd/
Dimx25-tsadc.h20 #define MX25_ADCQ_CR 0x04 macro