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

/freebsd-11.0-release/sys/dev/ath/ath_hal/ar9002/
H A Dar9285_reset.c658 uint8_t *pVpdL, *pVpdR, *pPwrL, *pPwrR; local
694 pPwrL = pRawDataSet[idxL].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]);
706 ath_ee_FillVpdTable(minPwrT4[i], maxPwrT4[i], pPwrL, pVpdL,
/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c2435 uint8_t *pVpdL, *pVpdR, *pPwrL, *pPwrR; local
2469 pPwrL = pRawDataSet[idxL].pwrPdg[i];
2474 minPwrT4[i] = AH_MAX(pPwrL[0], pPwrR[0]);
2477 maxPwrT4[i] = AH_MIN(pPwrL[AR5416_PD_GAIN_ICEPTS - 1], pPwrR[AR5416_PD_GAIN_ICEPTS - 1]);
2481 ath_ee_FillVpdTable(minPwrT4[i], maxPwrT4[i], pPwrL, pVpdL, AR5416_PD_GAIN_ICEPTS, vpdTableL[i]);

Completed in 111 milliseconds