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

/linux-master/drivers/power/supply/
H A Drk817_charger.c82 int fcc_mah; member in struct:rk817_charger
203 * note that only the fcc_mah is really used by this driver, the other values
224 rsoc = (charger->soc * charger->fcc_mah) / 100000;
230 /* write the fcc_mah in mAh, just as the BSP kernel does. */
231 put_unaligned_le24(charger->fcc_mah, bulk_reg);
261 charge_now_adc = CHARGE_TO_ADC(charger->fcc_mah,
270 charger->soc, charger->fcc_mah * 1000);
289 if (charge_now / 1000 > charger->fcc_mah) {
298 charge_now_adc = CHARGE_TO_ADC(charger->fcc_mah,
331 charger->fcc_mah
[all...]

Completed in 187 milliseconds