Lines Matching defs:regmap
18 #include <linux/regmap.h>
25 struct regmap *tps68470_regmap;
32 struct regmap *regmap = tps68470_gpio->tps68470_regmap;
41 ret = regmap_read(regmap, reg, &val);
54 struct regmap *regmap = tps68470_gpio->tps68470_regmap;
61 ret = regmap_read(regmap, TPS68470_GPIO_CTL_REG_A(offset), &val);
77 struct regmap *regmap = tps68470_gpio->tps68470_regmap;
85 regmap_update_bits(regmap, reg, BIT(offset), value ? BIT(offset) : 0);
92 struct regmap *regmap = tps68470_gpio->tps68470_regmap;
101 return regmap_update_bits(regmap, TPS68470_GPIO_CTL_REG_A(offset),
109 struct regmap *regmap = tps68470_gpio->tps68470_regmap;
115 return regmap_update_bits(regmap, TPS68470_GPIO_CTL_REG_A(offset),