Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A 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/drivers/iio/adc/
H A Dfsl-imx25-gcq.c96 regmap_clear_bits(priv->regs, MX25_ADCQ_CR, MX25_ADCQ_CR_FQS); in mx25_gcq_irq()
121 regmap_set_bits(priv->regs, MX25_ADCQ_CR, MX25_ADCQ_CR_FQS); in mx25_gcq_get_raw_value()
274 regmap_set_bits(priv->regs, MX25_ADCQ_CR, in mx25_gcq_setup_cfgs()
277 regmap_write(priv->regs, MX25_ADCQ_CR, in mx25_gcq_setup_cfgs()
/linux/include/linux/mfd/
H A Dimx25-tsadc.h20 #define MX25_ADCQ_CR 0x04 macro