Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_mac.c216 tsfLow = REG_READ(ah, AR_TSF_L32); in ath9k_hw_stoptxdma()
222 if ((REG_READ(ah, AR_TSF_L32) >> 10) == (tsfLow >> 10)) in ath9k_hw_stoptxdma()
H A Darn_reg.h1221 #define AR_TSF_L32 0x804c macro
H A Darn_hw.c4079 tsf = (tsf << 32) | REG_READ(ah, AR_TSF_L32); in ath9k_hw_gettsf64()