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

/freebsd-13-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.h305 uint16_t numPdGains; /* # Pd Gains per channel */ member in struct:__anon11464
319 uint16_t numPdGains; member in struct:__anon11466
H A Dah_eeprom_v3.c438 pEEPROMDataset2413->pDataPerChannel[i].numPdGains = numPdGainsUsed;
485 if (currCh->numPdGains > 0) {
508 if (currCh->numPdGains > 1) {
534 } else if (currCh->numPdGains == 1) {
546 /* 4 words if numPdGains == 1 */
549 if (currCh->numPdGains > 2) {
571 } else if (currCh->numPdGains == 2) {
579 /* 6 words if numPdGains == 2 */
582 if (currCh->numPdGains > 3) {
617 /* 12 words if numPdGains
[all...]
/freebsd-13-stable/tools/tools/ath/athprom/
H A Dathprom.c915 if (curlpdgain >= pRaw->pDataPerChannel[curchan].numPdGains) {
929 if (curlpdgain >= pRaw->pDataPerChannel[curchan].numPdGains) {
936 if (++curpdgain < pRaw->pDataPerChannel[curchan].numPdGains)
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar2316.c550 (pRawDataset->pDataPerChannel[0].numPdGains - 1));
H A Dar2317.c528 (pRawDataset->pDataPerChannel[0].numPdGains - 1));
H A Dar2413.c545 (pRawDataset->pDataPerChannel[0].numPdGains - 1));
H A Dar2425.c532 (pRawDataset->pDataPerChannel[0].numPdGains - 1));
H A Dar5413.c588 (pRawDataset->pDataPerChannel[0].numPdGains - 1));

Completed in 61 milliseconds