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

/freebsd-10-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.h304 uint16_t numPdGains; /* # Pd Gains per channel */ member in struct:__anon7850
318 uint16_t numPdGains; member in struct:__anon7852
H A Dah_eeprom_v3.c436 pEEPROMDataset2413->pDataPerChannel[i].numPdGains = numPdGainsUsed;
483 if (currCh->numPdGains > 0) {
506 if (currCh->numPdGains > 1) {
532 } else if (currCh->numPdGains == 1) {
544 /* 4 words if numPdGains == 1 */
547 if (currCh->numPdGains > 2) {
569 } else if (currCh->numPdGains == 2) {
577 /* 6 words if numPdGains == 2 */
580 if (currCh->numPdGains > 3) {
615 /* 12 words if numPdGains
[all...]
/freebsd-10-stable/tools/tools/ath/athprom/
H A Dathprom.c914 if (curlpdgain >= pRaw->pDataPerChannel[curchan].numPdGains) {
928 if (curlpdgain >= pRaw->pDataPerChannel[curchan].numPdGains) {
935 if (++curpdgain < pRaw->pDataPerChannel[curchan].numPdGains)
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar2316.c548 (pRawDataset->pDataPerChannel[0].numPdGains - 1));
H A Dar2317.c526 (pRawDataset->pDataPerChannel[0].numPdGains - 1));
H A Dar2413.c543 (pRawDataset->pDataPerChannel[0].numPdGains - 1));
H A Dar2425.c531 (pRawDataset->pDataPerChannel[0].numPdGains - 1));
H A Dar5413.c587 (pRawDataset->pDataPerChannel[0].numPdGains - 1));

Completed in 214 milliseconds