HomeSort by: relevance | last modified time | path
    Searched refs:numPdGains (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/
ah_eeprom_v3.h 304 uint16_t numPdGains; /* # Pd Gains per channel */
318 uint16_t numPdGains;
ah_eeprom_v3.c 434 pEEPROMDataset2413->pDataPerChannel[i].numPdGains = numPdGainsUsed;
481 if (currCh->numPdGains > 0) {
504 if (currCh->numPdGains > 1) {
530 } else if (currCh->numPdGains == 1) {
542 /* 4 words if numPdGains == 1 */
545 if (currCh->numPdGains > 2) {
567 } else if (currCh->numPdGains == 2) {
575 /* 6 words if numPdGains == 2 */
578 if (currCh->numPdGains > 3) {
613 /* 12 words if numPdGains == 4 *
    [all...]
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar2316.c 553 (pRawDataset->pDataPerChannel[0].numPdGains - 1));
ar2317.c 531 (pRawDataset->pDataPerChannel[0].numPdGains - 1));
ar2413.c 547 (pRawDataset->pDataPerChannel[0].numPdGains - 1));
ar2425.c 535 (pRawDataset->pDataPerChannel[0].numPdGains - 1));
ar5413.c 583 (pRawDataset->pDataPerChannel[0].numPdGains - 1));

Completed in 19 milliseconds