Searched refs:tgtIndex (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9002/
H A Dar9285_reset.c665 uint16_t sizeCurrVpdTable, maxIndex, tgtIndex; local
769 tgtIndex = (uint8_t)(pPdGainBoundaries[i] + tPdGainOverlap - (minPwrT4[i] / 2));
770 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
782 if (tgtIndex >= maxIndex) { /* need to extrapolate above */
783 while ((ss <= tgtIndex) && (k < (AR5416_NUM_PDADC_VALUES - 1))) {
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5413.c421 uint32_t sizeCurrVpdTable, maxIndex, tgtIndex; local
500 tgtIndex = pPdGainBoundaries[ii] + pdGainOverlap_t2 - Pmin_t2[ii];
501 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
513 if (tgtIndex > maxIndex) { /* need to extrapolate above */
514 while(ss < (int16_t)tgtIndex) {
H A Dar2316.c384 uint32_t sizeCurrVpdTable, maxIndex, tgtIndex; local
463 tgtIndex = pPdGainBoundaries[ii] + pdGainOverlap_t2 - Pmin_t2[ii];
464 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
476 if (tgtIndex > maxIndex) { /* need to extrapolate above */
477 while(ss < (int16_t)tgtIndex) {
H A Dar2317.c362 uint32_t sizeCurrVpdTable, maxIndex, tgtIndex; local
441 tgtIndex = pPdGainBoundaries[ii] + pdGainOverlap_t2 - Pmin_t2[ii];
442 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
454 if (tgtIndex > maxIndex) { /* need to extrapolate above */
455 while(ss < (int16_t)tgtIndex) {
H A Dar2413.c378 uint32_t sizeCurrVpdTable, maxIndex, tgtIndex; local
457 tgtIndex = pPdGainBoundaries[ii] + pdGainOverlap_t2 - Pmin_t2[ii];
458 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
470 if (tgtIndex > maxIndex) { /* need to extrapolate above */
471 while(ss < (int16_t)tgtIndex) {
H A Dar2425.c383 uint32_t sizeCurrVpdTable, maxIndex, tgtIndex; local
458 tgtIndex = pPdGainBoundaries[ii] + pdGainOverlap_t2 - Pmin_t2[ii];
459 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
471 if (tgtIndex > maxIndex) { /* need to extrapolate above */
472 while(ss < (int16_t)tgtIndex) {
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c2449 uint16_t sizeCurrVpdTable, maxIndex, tgtIndex; local
2549 tgtIndex = (uint8_t)(pPdGainBoundaries[i] + tPdGainOverlap - (minPwrT4[i] / 2));
2550 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
2562 if (tgtIndex >= maxIndex) { /* need to extrapolate above */
2563 while ((ss <= tgtIndex) && (k < (AR5416_NUM_PDADC_VALUES - 1))) {

Completed in 116 milliseconds