Home | History | Annotate | Download | only in ar5212

Lines Matching refs:Vpd_step

416 	uint16_t Vpd_step;
485 Vpd_step = (uint16_t)(VpdTable_I[ii][1] - VpdTable_I[ii][0]);
486 Vpd_step = (uint16_t)((Vpd_step < 1) ? 1 : Vpd_step);
491 tmpVal = (int16_t)(VpdTable_I[ii][0] + ss*Vpd_step);
503 Vpd_step = (uint16_t)(VpdTable_I[ii][sizeCurrVpdTable-1] -
505 Vpd_step = (uint16_t)((Vpd_step < 1) ? 1 : Vpd_step);
514 (ss-maxIndex)*Vpd_step);