Home
last modified time | relevance | path

Searched refs:rtbl_size (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/power/charge/
H A Dbq25890_charger.c146 u8 rtbl_size; in bq25890_find_idx() local
148 rtbl_size = (rtbl->max - rtbl->min) / rtbl->step + 1; in bq25890_find_idx()
151 idx < rtbl_size && (idx * rtbl->step + rtbl->min <= value); in bq25890_find_idx()
H A Dbq25700_charger.c121 u32 rtbl_size; in bq25700_find_idx() local
124 rtbl_size = (rtbl->max - rtbl->min) / rtbl->step + 1; in bq25700_find_idx()
127 idx < rtbl_size && (idx * rtbl->step + rtbl->min <= value); in bq25700_find_idx()
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dsc89890_charger.c350 u8 rtbl_size; in sc89890_find_idx() local
352 rtbl_size = (rtbl->max - rtbl->min) / rtbl->step + 1; in sc89890_find_idx()
355 idx < rtbl_size && (idx * rtbl->step + rtbl->min <= value); in sc89890_find_idx()
H A Dbq25890_charger.c360 u8 rtbl_size; in bq25890_find_idx() local
362 rtbl_size = (rtbl->max - rtbl->min) / rtbl->step + 1; in bq25890_find_idx()
365 idx < rtbl_size && (idx * rtbl->step + rtbl->min <= value); in bq25890_find_idx()
H A Dbq25700_charger.c850 u32 rtbl_size; in bq25700_find_idx() local
853 rtbl_size = (rtbl->max - rtbl->min) / rtbl->step + 1; in bq25700_find_idx()
856 idx < rtbl_size && (idx * rtbl->step + rtbl->min <= value); in bq25700_find_idx()