Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Daxp288_charger.c58 #define CHRG_CCCV_CV_BIT_POS 5 macro
195 reg_val = reg_val << CHRG_CCCV_CV_BIT_POS; in axp288_charger_set_cv()
793 cv = (val & CHRG_CCCV_CV_MASK) >> CHRG_CCCV_CV_BIT_POS; in charger_init_hw_regs()
H A Daxp288_fuel_gauge.c45 #define CHRG_CCCV_CV_BIT_POS 5 macro
645 switch ((ret & CHRG_CCCV_CV_MASK) >> CHRG_CCCV_CV_BIT_POS) { in axp288_fuel_gauge_read_initial_regs()