HomeSort by: relevance | last modified time | path
    Searched defs:twiceAntennaGain (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_reset.c 1536 int8_t twiceAntennaGain, twiceAntennaReduction = 0;
1542 twiceAntennaGain = ee->ee_antennaGainMax[0];
1544 twiceAntennaGain = ee->ee_antennaGainMax[1];
1547 twiceAntennaReduction = ath_hal_getantennareduction(ah, chan, twiceAntennaGain);
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_reset.c 116 int8_t twiceAntennaGain, twiceAntennaReduction;
609 ath_hal_eepromGet(ah, AR_EEP_ANTGAINMAX_5, &twiceAntennaGain);
611 ath_hal_eepromGet(ah, AR_EEP_ANTGAINMAX_2, &twiceAntennaGain);
614 ath_hal_getantennareduction(ah, chan, twiceAntennaGain);
2009 int8_t twiceAntennaGain, twiceAntennaReduction;
2070 ath_hal_eepromGet(ah, AR_EEP_ANTGAINMAX_5, &twiceAntennaGain);
2072 ath_hal_eepromGet(ah, AR_EEP_ANTGAINMAX_2, &twiceAntennaGain);
2075 ath_hal_getantennareduction(ah, chan, twiceAntennaGain);

Completed in 67 milliseconds