Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5416/
H A 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/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300reg.h116 #define AR_FTRIG_512B 0x00000080 // 5 bits total macro
H A Dar9300_attach.c2400 ahp->ah_tx_trig_level = (AR_FTRIG_512B >> AR_FTRIG_S); in ar9300_attach()