Searched refs:CHRG_CCCV_CV_MASK (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/power/supply/
H A Daxp288_fuel_gauge.c44 #define CHRG_CCCV_CV_MASK 0x60 /* 2 bits */ macro
655 switch ((ret & CHRG_CCCV_CV_MASK) >> CHRG_CCCV_CV_BIT_POS) {
H A Daxp288_charger.c57 #define CHRG_CCCV_CV_MASK 0x60 /* 2 bits */ macro
199 CHRG_CCCV_CV_MASK, reg_val);
793 cv = (val & CHRG_CCCV_CV_MASK) >> CHRG_CCCV_CV_BIT_POS;

Completed in 112 milliseconds