Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Drk818_battery.h156 static const u16 chrg_cur_sel_array[] = { variable
H A Drk818_charger.c515 chrg_cur_sel_array[chrg_ctrl1 & 0x0f] * cg->res_div, in rk818_cg_pr_info()
832 for (index = 0; index < ARRAY_SIZE(chrg_cur_sel_array); index++) { in rk818_cg_decode_chrg_current()
833 if (chrg_current < chrg_cur_sel_array[index]) in rk818_cg_decode_chrg_current()
1444 chrg_cur_sel_array[cfg_current] * in rk818_cg_temperature_notifier_call()
1473 chrg_cur_sel_array[(chrg_ctrl1 & 0x0f)] * cg->res_div, in rk818_cg_temperature_notifier_call()
H A Drk818_battery.c2000 di->res_div * chrg_cur_sel_array[chrg_ctrl1 & 0x0f], in rk818_bat_debug_info()