Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/power/charge/
H A Dbq25700_charger.c208 u16 vol_idx = 0, cur_idx; in bq25700_charger_current_init() local
220 vol_idx = bq25700_find_idx((pd_inputvol - 1280000 - 3200000), in bq25700_charger_current_init()
222 vol_idx = vol_idx << 6; in bq25700_charger_current_init()
230 if (vol_idx) in bq25700_charger_current_init()
232 vol_idx); in bq25700_charger_current_init()
257 u16 vol_idx = 0, cur_idx; in bq25703_charger_current_init() local
269 vol_idx = bq25700_find_idx(pd_inputvol - 1280000 - 3200000, in bq25703_charger_current_init()
271 vol_idx = vol_idx << 6; in bq25703_charger_current_init()
279 if (vol_idx) in bq25703_charger_current_init()
281 vol_idx); in bq25703_charger_current_init()
H A Dbq25890_charger.c239 u16 vol_idx = 0, cur_idx; in bq25890_charger_current_init() local
250 vol_idx = bq25890_find_idx((pd_inputvol - 1280000 - 3200000), in bq25890_charger_current_init()
252 vol_idx = vol_idx << 6; in bq25890_charger_current_init()
261 if (vol_idx) in bq25890_charger_current_init()
263 vol_idx); in bq25890_charger_current_init()