Searched refs:AR_PHY_CCK_DETECT_BB_ENABLE_ANT_FAST_DIV (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/dev/ath/ath_hal/ar9002/
H A Dar9285_diversity.c124 regVal &= (~AR_PHY_CCK_DETECT_BB_ENABLE_ANT_FAST_DIV);
126 regVal |= SM((ant_div_control1 >> 3), AR_PHY_CCK_DETECT_BB_ENABLE_ANT_FAST_DIV);
H A Dar9285_btcoex.c121 regVal &= (~AR_PHY_CCK_DETECT_BB_ENABLE_ANT_FAST_DIV);
123 AR_PHY_CCK_DETECT_BB_ENABLE_ANT_FAST_DIV);
H A Dar9285phy.h127 #define AR_PHY_CCK_DETECT_BB_ENABLE_ANT_FAST_DIV 0x2000 macro
/freebsd-current/sys/dev/ath/ath_hal/ar5212/
H A Dar5212phy.h316 #define AR_PHY_CCK_DETECT_BB_ENABLE_ANT_FAST_DIV 0x2000 macro
H A Dar5212_misc.c965 v |= AR_PHY_CCK_DETECT_BB_ENABLE_ANT_FAST_DIV;
967 v &= ~AR_PHY_CCK_DETECT_BB_ENABLE_ANT_FAST_DIV;
H A Dar5212_reset.c1576 AR_PHY_CCK_DETECT_BB_ENABLE_ANT_FAST_DIV);
1582 AR_PHY_CCK_DETECT_BB_ENABLE_ANT_FAST_DIV);
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c735 AR_PHY_CCK_DETECT_BB_ENABLE_ANT_FAST_DIV) ?
997 v |= AR_PHY_CCK_DETECT_BB_ENABLE_ANT_FAST_DIV;
999 v &= ~AR_PHY_CCK_DETECT_BB_ENABLE_ANT_FAST_DIV;
H A Dar9300phy.h469 #define AR_PHY_CCK_DETECT_BB_ENABLE_ANT_FAST_DIV 0x2000 macro
H A Dar9300_reset.c6534 OS_REG_SET_BIT(ah, AR_PHY_CCK_DETECT, AR_PHY_CCK_DETECT_BB_ENABLE_ANT_FAST_DIV);
6540 OS_REG_CLR_BIT(ah, AR_PHY_CCK_DETECT, AR_PHY_CCK_DETECT_BB_ENABLE_ANT_FAST_DIV);

Completed in 120 milliseconds