Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_attach.c261 #define AR_FTRIG_512B 0x00000080 // 5 bits total in ar5416InitState() macro
270 AH5212(ah)->ah_txTrigLev = (AR_FTRIG_512B >> AR_FTRIG_S); in ar5416InitState()
273 #undef AR_FTRIG_512B in ar5416InitState()
/freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/
Dar9300reg.h116 #define AR_FTRIG_512B 0x00000080 // 5 bits total macro
Dar9300_attach.c2277 ahp->ah_tx_trig_level = (AR_FTRIG_512B >> AR_FTRIG_S); in ar9300_attach()