Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Dbq2515x_charger.c28 #define BQ2515X_VBAT_CTRL 0x12 macro
200 {BQ2515X_VBAT_CTRL, 0x3C},
239 {BQ2515X_VBAT_CTRL, 0x3C},
636 ret = regmap_read(bq2515x->regmap, BQ2515X_VBAT_CTRL, &vbat_reg_code); in bq2515x_get_batt_reg()
652 return regmap_write(bq2515x->regmap, BQ2515X_VBAT_CTRL, vbat_reg_code); in bq2515x_set_batt_reg()