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

/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_tsf.h54 u_int32_t tsf_low = tsf & 0xffffffff; local
57 if (rstamp > tsf_low && (rstamp - tsf_low > 0x10000000))
60 if (rstamp < tsf_low && (tsf_low - rstamp > 0x10000000))
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c667 u_int32_t tsf_low, j;
675 tsf_low = OS_REG_READ(ah, AR_TSF_L32);
678 OS_REG_WRITE(ah, AR_NEXT_QUIET_TIMER, tsf_low >> 10);
681 if ((OS_REG_READ(ah, AR_TSF_L32) >> 10) == (tsf_low >> 10)) {
688 __func__, tsf_low);
772 u_int32_t tsf_low, j; local
780 tsf_low = OS_REG_READ(ah, AR_TSF_L32);
783 OS_REG_WRITE(ah, AR_NEXT_QUIET_TIMER, tsf_low >> 10);
786 if ((OS_REG_READ(ah, AR_TSF_L32) >> 10) == (tsf_low >> 10)) {
793 __func__, tsf_low);
[all...]
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwmreg.h5092 * @tsf_low: TSF timer (lower half) in usecs
5101 uint32_t tsf_low; member in struct:iwm_lmac_scan_complete_notif
5410 * @tsf_low: TSF timer (lower half) in usecs
5420 uint32_t tsf_low; member in struct:iwm_umac_scan_iter_complete_notif
H A Dif_iwm.c5075 uint32_t tsf_low; /* network timestamp function timer */ member in struct:iwm_error_event_table
5272 device_printf(sc->sc_dev, "%08X | tsf low\n", table.tsf_low);

Completed in 125 milliseconds