Home
last modified time | relevance | path

Searched defs:TU_TO_TSF (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_beacon.c35 #define TU_TO_TSF(_tu) (((uint64_t)(_tu)) << 10) in ar5210GetNextTBTT() macro
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_beacon.c38 #define TU_TO_TSF(_tu) (((uint64_t)(_tu)) << 10) in ar5211GetNextTBTT() macro
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_beacon.c34 #define TU_TO_TSF(_tu) (((uint64_t)(_tu)) << 10) in ar5212GetNextTBTT() macro
/freebsd/sys/dev/ath/
H A Dif_ath_tdma.c359 #define TU_TO_TSF(_tu) (((u_int64_t)(_tu)) << 10) in ath_tdma_update() macro
H A Dif_ath_rx.c350 #define TU_TO_TSF(_tu) (((u_int64_t)(_tu)) << 10) in ath_recv_mgmt() macro