Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416reg.h512 #define AR_PCU_TX_ADD_TSF 0x00000008 /* add tx_tsf + int_tsf */ macro
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c773 return (ahp->ah_misc_mode & AR_PCU_TX_ADD_TSF) ? in ar9300_get_capability()
1029 ahp->ah_misc_mode |= AR_PCU_TX_ADD_TSF; in ar9300_set_capability()
1031 ahp->ah_misc_mode &= ~AR_PCU_TX_ADD_TSF; in ar9300_set_capability()
H A Dar9300reg.h1731 #define AR_PCU_TX_ADD_TSF 0x00000008 // add tx_tsf + int_tsf macro