Lines Matching refs:Vpd_step
386 uint16_t Vpd_step;
455 Vpd_step = (uint16_t)(VpdTable_I[ii][1] - VpdTable_I[ii][0]);
456 Vpd_step = (uint16_t)((Vpd_step < 1) ? 1 : Vpd_step);
461 tmpVal = (int16_t)(VpdTable_I[ii][0] + ss*Vpd_step);
473 Vpd_step = (uint16_t)(VpdTable_I[ii][sizeCurrVpdTable-1] -
475 Vpd_step = (uint16_t)((Vpd_step < 1) ? 1 : Vpd_step);
484 (ss-maxIndex)*Vpd_step);