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

  /src/sys/external/isc/atheros_hal/dist/
ah_eeprom_v4k.h 77 uint8_t txRxAttenCh[AR5416_4K_MAX_CHAINS]; // 1
ah_eeprom_v14.h 182 uint8_t txRxAttenCh[AR5416_MAX_CHAINS]; // 3
  /src/sys/dev/usb/
if_otusreg.h 452 uint8_t txRxAttenCh[AR5416_MAX_CHAINS];
if_otus.c 2637 tmp |= (eep->txRxAttenCh[0] & 0x3f) << 12;
2642 tmp |= (eep->txRxAttenCh[1] & 0x3f) << 12;
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar9285_reset.c 271 txRxAttenLocal = pModal->txRxAttenCh[0];
ar5416_reset.c 1304 SM(IS_EEP_MINOR_V3(ah) ? pModal->txRxAttenCh[i] : txRxAttenLocal,
  /src/sys/dev/ic/
arn5416.c 266 txRxAtten = modal->txRxAttenCh[i];
arn9280.c 276 txRxAtten = modal->txRxAttenCh[i];
arn9287.c 193 modal->txRxAttenCh[i]);
arn9287reg.h 109 uint8_t txRxAttenCh[AR9287_MAX_CHAINS];
arn5416reg.h 85 uint8_t txRxAttenCh[AR5416_MAX_CHAINS];

Completed in 22 milliseconds