Lines Matching refs:core_regs
28 struct regmap *core_regs; member
103 regmap_write(priv->core_regs, MX25_TSC_TICR, precharge_cfg); in imx25_setup_queue_cfgs()
137 regmap_write(priv->core_regs, MX25_TSC_TICR, touch_detect_cfg | in imx25_setup_queue_cfgs()
217 regmap_write(priv->core_regs, MX25_TSC_TICR, MX25_PRECHARGE_VALUE); in mx25_tcq_re_enable_touch_detection()
223 regmap_write(priv->core_regs, MX25_TSC_TICR, in mx25_tcq_re_enable_touch_detection()
378 regmap_read(priv->core_regs, MX25_TSC_TGCR, &tgcr); in mx25_tcq_init()
409 regmap_update_bits(priv->core_regs, MX25_TSC_TGCR, in mx25_tcq_init()
414 regmap_update_bits(priv->core_regs, MX25_TSC_TGCR, MX25_TGCR_PDBEN, in mx25_tcq_init()
416 regmap_update_bits(priv->core_regs, MX25_TSC_TGCR, MX25_TGCR_PDEN, in mx25_tcq_init()
550 priv->core_regs = tsadc->regs; in mx25_tcq_probe()
551 if (!priv->core_regs) in mx25_tcq_probe()