Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_mac.c200 uint32_t tsfLow, j, wait; in ath9k_hw_stoptxdma() local
216 tsfLow = REG_READ(ah, AR_TSF_L32); in ath9k_hw_stoptxdma()
219 REG_WRITE(ah, AR_NEXT_QUIET_TIMER, tsfLow >> 10); in ath9k_hw_stoptxdma()
222 if ((REG_READ(ah, AR_TSF_L32) >> 10) == (tsfLow >> 10)) in ath9k_hw_stoptxdma()
227 __func__, tsfLow)); in ath9k_hw_stoptxdma()