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

/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c623 uint32_t tsfLow, j; local
632 tsfLow = OS_REG_READ(ah, AR_TSF_L32);
636 SM(tsfLow >> 10, AR_QUIET1_NEXT_QUIET));
637 if ((OS_REG_READ(ah, AR_TSF_L32) >> 10) == (tsfLow >> 10)) {
642 "TSF: 0x%08x\n", __func__, tsfLow);
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c77 uint32_t tsfLow = OS_REG_READ(ah, AR_TSF_L32); local
81 OS_REG_WRITE(ah, AR_NEXT_QUIET, tsfLow >> 10);
84 if ((OS_REG_READ(ah, AR_TSF_L32)>>10) == (tsfLow>>10))
89 "TSF: 0x%08x\n", __func__, tsfLow);

Completed in 103 milliseconds