Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dfsl-imx25-tcq.c178 regmap_update_bits(priv->regs, MX25_ADCQ_MR, MX25_ADCQ_MR_FDRY_IRQ, in mx25_tcq_disable_fifo_irq()
184 regmap_update_bits(priv->regs, MX25_ADCQ_MR, MX25_ADCQ_MR_FDRY_IRQ, 0); in mx25_tcq_enable_fifo_irq()
230 regmap_update_bits(priv->regs, MX25_ADCQ_MR, MX25_ADCQ_MR_PD_IRQ, 0); in mx25_tcq_re_enable_touch_detection()
/openbmc/linux/drivers/iio/adc/
H A Dfsl-imx25-gcq.c89 regmap_update_bits(priv->regs, MX25_ADCQ_MR, in mx25_gcq_irq()
117 regmap_update_bits(priv->regs, MX25_ADCQ_MR, MX25_ADCQ_MR_EOQ_IRQ, 0); in mx25_gcq_get_raw_value()
/openbmc/linux/include/linux/mfd/
H A Dimx25-tsadc.h22 #define MX25_ADCQ_MR 0x0c macro