Lines Matching refs:rmap
25 struct regmap *rmap; member
33 return regmap_update_bits(wdt->rmap, MAX77620_REG_CNFGGLBL2, in max77620_wdt_start()
41 return regmap_update_bits(wdt->rmap, MAX77620_REG_CNFGGLBL2, in max77620_wdt_stop()
49 return regmap_update_bits(wdt->rmap, MAX77620_REG_CNFGGLBL3, in max77620_wdt_ping()
83 ret = regmap_update_bits(wdt->rmap, MAX77620_REG_CNFGGLBL3, in max77620_wdt_set_timeout()
88 ret = regmap_update_bits(wdt->rmap, MAX77620_REG_CNFGGLBL2, in max77620_wdt_set_timeout()
123 wdt->rmap = dev_get_regmap(dev->parent, NULL); in max77620_wdt_probe()
124 if (!wdt->rmap) { in max77620_wdt_probe()
139 ret = regmap_update_bits(wdt->rmap, MAX77620_REG_ONOFFCNFG2, in max77620_wdt_probe()
148 ret = regmap_update_bits(wdt->rmap, MAX77620_REG_CNFGGLBL2, in max77620_wdt_probe()
157 ret = regmap_read(wdt->rmap, MAX77620_REG_CNFGGLBL2, ®val); in max77620_wdt_probe()