Lines Matching defs:regmap
20 #include <linux/regmap.h>
326 struct regmap *regmap;
369 regmap_read(one->regmap, reg, &val);
378 regmap_write(one->regmap, reg, val);
386 regmap_noinc_read(one->regmap, SC16IS7XX_RHR_REG, s->buf, rxlen);
401 regmap_noinc_write(one->regmap, SC16IS7XX_THR_REG, s->buf, to_send);
409 regmap_update_bits(one->regmap, reg, mask, val);
519 regcache_cache_bypass(one->regmap, true);
524 regcache_cache_bypass(one->regmap, false);
540 regcache_cache_bypass(one->regmap, true);
543 regcache_cache_bypass(one->regmap, false);
1067 regcache_cache_bypass(one->regmap, true);
1086 regcache_cache_bypass(one->regmap, false);
1153 regcache_cache_bypass(one->regmap, true);
1171 regcache_cache_bypass(one->regmap, false);
1400 struct regmap *regmap)
1429 regmap,
1445 struct regmap *regmaps[], int irq)
1462 * Note: regmap[0] is used in the probe function to access registers
1543 s->p[i].regmap = regmaps[i];
1716 struct regmap *regmaps[2];
1745 * If read_flag_mask is 0, the regmap code sets it to a default
1794 struct regmap *regmaps[2];