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

  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_reset.c 256 IS_CHAN_2GHZ(chan) ? 2 : 1, rfXpdGain)) {
874 pModal = &pEepData->modalHeader[IS_CHAN_2GHZ(chan)];
899 if (IS_CHAN_2GHZ(chan)) {
939 if (IS_CHAN_2GHZ(chan)) {
1269 pModal = &(eep->modalHeader[IS_CHAN_2GHZ(chan)]);
1271 txRxAttenLocal = IS_CHAN_2GHZ(chan) ? 23 : 44; /* workaround for eeprom versions <= 14.2 */
1425 twiceLargestAntenna = AH_MAX(AH_MAX(pEepData->modalHeader[IS_CHAN_2GHZ(chan)].antennaGainCh[0],
1426 pEepData->modalHeader[IS_CHAN_2GHZ(chan)].antennaGainCh[1]),
1427 pEepData->modalHeader[IS_CHAN_2GHZ(chan)].antennaGainCh[2]);
1432 twiceLargestAntenna = pEepData->modalHeader[IS_CHAN_2GHZ(chan)].antennaGainCh[0]
    [all...]
ar9280_attach.c 314 if (IS_CHAN_2GHZ(chan)) {
385 HAL_BOOL is2GHz = IS_CHAN_2GHZ(chan);
487 denominator = IS_CHAN_2GHZ(chan) ? 44 : 40;
ar5416_attach.c 421 if (IS_CHAN_2GHZ(chan)) {
491 HAL_BOOL is2GHz = IS_CHAN_2GHZ(chan);
542 denominator = IS_CHAN_2GHZ(chan) ? 440 : 400;
ar9285_reset.c 486 if (IS_CHAN_2GHZ(chan)) {
701 match = getLowerUpperIndex((uint8_t)FREQ2FBIN(centers.synth_center, IS_CHAN_2GHZ(chan)),
736 vpdTableI[i][j] = (uint8_t)(interpolate((uint16_t)FREQ2FBIN(centers.synth_center, IS_CHAN_2GHZ(chan)),
ar2133.c 196 if (IS_CHAN_2GHZ(chan)) {
ar5416_cal.c 56 !(IS_CHAN_2GHZ(chan) && IS_CHAN_HT20(chan));
ar5416_ani.c 128 if (IS_CHAN_2GHZ(chan))
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5111.c 146 if (IS_CHAN_2GHZ(chan)) {
288 if (IS_CHAN_2GHZ(chan)) {
ar5212_reset.c 1487 int is2GHz = IS_CHAN_2GHZ(chan);
1624 HAL_BOOL is2GHz = IS_CHAN_2GHZ(ichan);
2079 if (IS_CHAN_2GHZ(chan)) {
2115 IS_CHAN_2GHZ(chan))
2139 rpow[15] = AH_MIN(scaledPower, IS_CHAN_2GHZ(chan) ?
ar5112.c 271 if (IS_CHAN_2GHZ(chan)) {
ar5212_ani.c 124 if (IS_CHAN_2GHZ(chan))
ar5413.c 225 if (IS_CHAN_2GHZ(chan)) {
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_reset.c 300 if (IS_CHAN_2GHZ(chan) &&
447 if (AH_PRIVATE(ah)->ah_devid == AR5211_FPGA11B && IS_CHAN_2GHZ(chan))
819 if (IS_CHAN_2GHZ(chan)) {
  /src/sys/external/isc/atheros_hal/dist/
ah_internal.h 466 #define IS_CHAN_2GHZ(_c) (((_c)->channelFlags & CHANNEL_2GHZ) != 0)
  /src/sys/external/isc/atheros_hal/dist/ar5312/
ar5312_reset.c 318 if (IS_CHAN_2GHZ(chan))

Completed in 26 milliseconds