Lines Matching defs:index
275 unsigned int conf2, range, index;
353 index = ((range << 1) | conf2);
354 if (index > PV88090_ID_BUCK3) {
356 "Invalid index(%d)\n", index);
361 = pv88090_buck_vol[index].min_uV;
363 = pv88090_buck_vol[index].uV_step;
365 = ((pv88090_buck_vol[index].max_uV)
366 - (pv88090_buck_vol[index].min_uV))
367 /(pv88090_buck_vol[index].uV_step) + 1;