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

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416reg.h512 #define AR_PCU_TX_ADD_TSF 0x00000008 /* add tx_tsf + int_tsf */ macro
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c770 return (ahp->ah_misc_mode & AR_PCU_TX_ADD_TSF) ?
1018 ahp->ah_misc_mode |= AR_PCU_TX_ADD_TSF;
1020 ahp->ah_misc_mode &= ~AR_PCU_TX_ADD_TSF;
H A Dar9300reg.h1731 #define AR_PCU_TX_ADD_TSF 0x00000008 // add tx_tsf + int_tsf macro

Completed in 190 milliseconds