Searched refs:core_regs (Results 1 – 3 of 3) sorted by relevance
/drivers/input/touchscreen/ |
D | fsl-imx25-tcq.c | 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() [all …]
|
/drivers/gpu/drm/v3d/ |
D | v3d_drv.h | 75 void __iomem *core_regs[3]; member 212 #define V3D_CORE_READ(core, offset) readl(v3d->core_regs[core] + offset) 213 #define V3D_CORE_WRITE(core, offset, val) writel(val, v3d->core_regs[core] + offset)
|
D | v3d_drv.c | 225 ret = map_regs(v3d, &v3d->core_regs[0], "core0"); in v3d_platform_drm_probe()
|