Lines Matching refs:rtbl
391 const struct bq25890_range *rtbl = &bq25890_tables[id].rt;394 rtbl_size = (rtbl->max - rtbl->min) / rtbl->step + 1;397 idx < rtbl_size && (idx * rtbl->step + rtbl->min <= value);407 const struct bq25890_range *rtbl;414 rtbl = &bq25890_tables[id].rt;416 return (rtbl->min + idx * rtbl->step);