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

/freebsd-13-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5112.c56 static int16_t getPminAndPcdacTableFromTwoPowerTables(int16_t *pwrTableLXpdT4,
691 getPminAndPcdacTableFromTwoPowerTables(int16_t *pwrTableLXpdT4, argument
700 if ((pwrTableLXpdT4[63] - pwrTableHXpdT4[0]) > 126) {
701 pMin = pwrTableLXpdT4[63] - 126;
706 pMax = pwrTableLXpdT4[63];
709 while ((pwrTableLXpdT4[jjMax] > (pMax - 1) ) && (jjMax >= 0)){
717 pwrTableT4 = &(pwrTableLXpdT4[0]);

Completed in 30 milliseconds