Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c669 u_int32_t tsf_low, j; in ar9300_stop_tx_dma()
677 tsf_low = OS_REG_READ(ah, AR_TSF_L32); in ar9300_stop_tx_dma()
680 OS_REG_WRITE(ah, AR_NEXT_QUIET_TIMER, tsf_low >> 10); in ar9300_stop_tx_dma()
683 if ((OS_REG_READ(ah, AR_TSF_L32) >> 10) == (tsf_low >> 10)) { in ar9300_stop_tx_dma()
690 __func__, tsf_low); in ar9300_stop_tx_dma()
774 u_int32_t tsf_low, j; in ar9300_stop_tx_dma_indv_que() local
782 tsf_low = OS_REG_READ(ah, AR_TSF_L32); in ar9300_stop_tx_dma_indv_que()
785 OS_REG_WRITE(ah, AR_NEXT_QUIET_TIMER, tsf_low >> 10); in ar9300_stop_tx_dma_indv_que()
788 if ((OS_REG_READ(ah, AR_TSF_L32) >> 10) == (tsf_low >> 10)) { in ar9300_stop_tx_dma_indv_que()
795 __func__, tsf_low); in ar9300_stop_tx_dma_indv_que()