Lines Matching refs:rtbl
344 const struct bq25890_range *rtbl = &bq25890_tables[id].rt;347 rtbl_size = (rtbl->max - rtbl->min) / rtbl->step + 1;350 idx < rtbl_size && (idx * rtbl->step + rtbl->min <= value);360 const struct bq25890_range *rtbl;367 rtbl = &bq25890_tables[id].rt;369 return (rtbl->min + idx * rtbl->step);