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

/netbsd-current/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar2316.c386 uint16_t Vpd_step; local
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);
[all...]
H A Dar2317.c364 uint16_t Vpd_step; local
433 Vpd_step = (uint16_t)(VpdTable_I[ii][1] - VpdTable_I[ii][0]);
434 Vpd_step = (uint16_t)((Vpd_step < 1) ? 1 : Vpd_step);
439 tmpVal = (int16_t)(VpdTable_I[ii][0] + ss*Vpd_step);
451 Vpd_step = (uint16_t)(VpdTable_I[ii][sizeCurrVpdTable-1] -
453 Vpd_step = (uint16_t)((Vpd_step < 1) ? 1 : Vpd_step);
[all...]
H A Dar2413.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 Dar2425.c385 uint16_t Vpd_step; local
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);
[all...]
H A Dar5413.c416 uint16_t Vpd_step; local
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);
[all...]

Completed in 89 milliseconds