Searched refs:Vpd_step (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/sys/dev/ath/ath_hal/ar5212/
H A Dar2316.c380 uint16_t Vpd_step; local
449 Vpd_step = (uint16_t)(VpdTable_I[ii][1] - VpdTable_I[ii][0]);
450 Vpd_step = (uint16_t)((Vpd_step < 1) ? 1 : Vpd_step);
455 tmpVal = (int16_t)(VpdTable_I[ii][0] + ss*Vpd_step);
467 Vpd_step = (uint16_t)(VpdTable_I[ii][sizeCurrVpdTable-1] -
469 Vpd_step = (uint16_t)((Vpd_step < 1) ? 1 : Vpd_step);
[all...]
H A Dar2317.c358 uint16_t Vpd_step; local
427 Vpd_step = (uint16_t)(VpdTable_I[ii][1] - VpdTable_I[ii][0]);
428 Vpd_step = (uint16_t)((Vpd_step < 1) ? 1 : Vpd_step);
433 tmpVal = (int16_t)(VpdTable_I[ii][0] + ss*Vpd_step);
445 Vpd_step = (uint16_t)(VpdTable_I[ii][sizeCurrVpdTable-1] -
447 Vpd_step = (uint16_t)((Vpd_step < 1) ? 1 : Vpd_step);
[all...]
H A Dar2413.c374 uint16_t Vpd_step; local
443 Vpd_step = (uint16_t)(VpdTable_I[ii][1] - VpdTable_I[ii][0]);
444 Vpd_step = (uint16_t)((Vpd_step < 1) ? 1 : Vpd_step);
449 tmpVal = (int16_t)(VpdTable_I[ii][0] + ss*Vpd_step);
461 Vpd_step = (uint16_t)(VpdTable_I[ii][sizeCurrVpdTable-1] -
463 Vpd_step = (uint16_t)((Vpd_step < 1) ? 1 : Vpd_step);
[all...]
H A Dar2425.c379 uint16_t Vpd_step; local
444 Vpd_step = (uint16_t)(VpdTable_I[ii][1] - VpdTable_I[ii][0]);
445 Vpd_step = (uint16_t)((Vpd_step < 1) ? 1 : Vpd_step);
450 tmpVal = (int16_t)(VpdTable_I[ii][0] + ss*Vpd_step);
462 Vpd_step = (uint16_t)(VpdTable_I[ii][sizeCurrVpdTable-1] -
464 Vpd_step = (uint16_t)((Vpd_step < 1) ? 1 : Vpd_step);
[all...]
H A Dar5413.c418 uint16_t Vpd_step; local
487 Vpd_step = (uint16_t)(VpdTable_I[ii][1] - VpdTable_I[ii][0]);
488 Vpd_step = (uint16_t)((Vpd_step < 1) ? 1 : Vpd_step);
493 tmpVal = (int16_t)(VpdTable_I[ii][0] + ss*Vpd_step);
505 Vpd_step = (uint16_t)(VpdTable_I[ii][sizeCurrVpdTable-1] -
507 Vpd_step = (uint16_t)((Vpd_step < 1) ? 1 : Vpd_step);
[all...]

Completed in 21 milliseconds