Home
last modified time | relevance | path

Searched refs:AXP20X_FG_RES (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/mfd/
H A Daxp20x.c75 regmap_reg_range(AXP20X_DCDC_MODE, AXP20X_FG_RES),
85 regmap_reg_range(AXP20X_FG_RES, AXP20X_RDC_L),
139 regmap_reg_range(AXP20X_FG_RES, AXP20X_FG_RES),
169 regmap_reg_range(AXP20X_FG_RES, AXP288_FG_CC_CAP_REG),
/openbmc/linux/drivers/power/supply/
H A Daxp20x_battery.c222 ret = regmap_read(axp20x_batt->regmap, AXP20X_FG_RES, &val1); in axp20x_battery_get_prop()
292 ret = regmap_read(axp20x_batt->regmap, AXP20X_FG_RES, &reg); in axp20x_battery_get_prop()
H A Daxp288_fuel_gauge.c239 ret = fuel_gauge_reg_readb(info, AXP20X_FG_RES); in fuel_gauge_update_registers()
/openbmc/linux/include/linux/mfd/
H A Daxp20x.h325 #define AXP20X_FG_RES 0xb9 macro