Searched refs:pPwrR (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/ath/ath_hal/ar9002/
H A Dar9285_reset.c658 uint8_t *pVpdL, *pVpdR, *pPwrL, *pPwrR; local
696 pPwrR = pRawDataSet[idxR].pwrPdg[i];
699 minPwrT4[i] = AH_MAX(pPwrL[0], pPwrR[0]);
702 maxPwrT4[i] = AH_MIN(pPwrL[AR5416_PD_GAIN_ICEPTS - 1], pPwrR[AR5416_PD_GAIN_ICEPTS - 1]);
708 ath_ee_FillVpdTable(minPwrT4[i], maxPwrT4[i], pPwrR, pVpdR,
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c2432 uint8_t *pVpdL, *pVpdR, *pPwrL, *pPwrR; local
2468 pPwrR = pRawDataSet[idxR].pwrPdg[i];
2471 minPwrT4[i] = AH_MAX(pPwrL[0], pPwrR[0]);
2474 maxPwrT4[i] = AH_MIN(pPwrL[AR5416_PD_GAIN_ICEPTS - 1], pPwrR[AR5416_PD_GAIN_ICEPTS - 1]);
2479 ath_ee_FillVpdTable(minPwrT4[i], maxPwrT4[i], pPwrR, pVpdR, AR5416_PD_GAIN_ICEPTS, vpdTableR[i]);

Completed in 105 milliseconds