Home
last modified time | relevance | path

Searched refs:AR_PHY_TURBO_MODE (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/ath/ath_hal/ar5210/
HDar5210phy.h31 #define AR_PHY_TURBO_MODE 0x00000001 /* PHY turbo mode */ macro
HDar5210_xmit.c196 AR_PHY_TURBO_MODE | AR_PHY_TURBO_SHORT); in ar5210ResetTxQueue()
HDar5210_reset.c403 chan && IEEE80211_IS_CHAN_TURBO(chan) ? AR_PHY_TURBO_MODE : 0); in ar5210ChipReset()