Home
last modified time | relevance | path

Searched refs:MAX77650_REG_STAT_CHG_B (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/power/supply/
H A Dmax77650-charger.c161 rv = regmap_read(chg->map, MAX77650_REG_STAT_CHG_B, &reg); in max77650_charger_check_status()
197 rv = regmap_read(chg->map, MAX77650_REG_STAT_CHG_B, &reg); in max77650_charger_get_property()
230 rv = regmap_read(chg->map, MAX77650_REG_STAT_CHG_B, &reg); in max77650_charger_get_property()
237 rv = regmap_read(chg->map, MAX77650_REG_STAT_CHG_B, &reg); in max77650_charger_get_property()
/openbmc/linux/include/linux/mfd/
H A Dmax77650.h17 #define MAX77650_REG_STAT_CHG_B 0x03 macro