Lines Matching refs:Vpd_step
385 uint16_t Vpd_step;
450 Vpd_step = (uint16_t)(VpdTable_I[ii][1] - VpdTable_I[ii][0]);
451 Vpd_step = (uint16_t)((Vpd_step < 1) ? 1 : Vpd_step);
456 tmpVal = (int16_t)(VpdTable_I[ii][0] + ss*Vpd_step);
468 Vpd_step = (uint16_t)(VpdTable_I[ii][sizeCurrVpdTable-1] -
470 Vpd_step = (uint16_t)((Vpd_step < 1) ? 1 : Vpd_step);
479 (ss-maxIndex)*Vpd_step);