Searched refs:antSwitchA (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1145 uint32_t antSwitchA, antSwitchB; local
1158 antSwitchA = ee->ee_antennaControl[1][ix]
1175 antSwitchB = antSwitchA;
1178 antSwitchA = antSwitchB;
1189 OS_REG_WRITE(ah, ANT_SWITCH_TABLE1, antSwitchA);
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c1514 uint32_t antSwitchA, antSwitchB; local
1541 antSwitchA = ee->ee_antennaControl[1][ix]
1558 antSwitchB = antSwitchA;
1561 antSwitchA = antSwitchB;
1570 if (antSwitchB == antSwitchA) {
1585 OS_REG_WRITE(ah, ANT_SWITCH_TABLE1, antSwitchA);

Completed in 159 milliseconds