Searched refs:rFreq (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1697 uint16_t lFreq, rFreq; /* left and right frequency values */ local
1708 pSrcStruct->numChannels, &lFreq, &rFreq);
1711 ar5211GetLowerUpperPcdacs(pcdacValue, rFreq, pSrcStruct,
1720 ar5211FindValueInList(rFreq, lrPcdac, pSrcStruct, &lPwr);
1721 ar5211FindValueInList(rFreq, urPcdac, pSrcStruct, &uPwr);
1725 return ar5211GetInterpolatedValue(channel, lFreq, rFreq,
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c544 uint16_t lFreq, rFreq; /* left and right frequency values */ local
557 &lFreq, &rFreq);
561 rFreq, pSrcStruct, &lrPcdac, &urPcdac);
568 ar5212FindValueInList(rFreq, lrPcdac, pSrcStruct, &lPwr);
569 ar5212FindValueInList(rFreq, urPcdac, pSrcStruct, &uPwr);
572 return interpolate(channel, lFreq, rFreq, lScaledPwr, rScaledPwr);

Completed in 127 milliseconds