Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ath/
HDif_ath_tdma.c356 #define TSF_TO_TU(_h,_l) \ in ath_tdma_update() macro
441 nextslottu = TSF_TO_TU(nextslot>>32, nextslot); in ath_tdma_update()
483 nextslottu, TSF_TO_TU(nextslot >> 32, nextslot)); in ath_tdma_update()
510 tudelta = nextslottu - TSF_TO_TU(nexttbtt_full >> 32, nexttbtt_full); in ath_tdma_update()
604 #undef TSF_TO_TU in ath_tdma_update()
HDif_ath_beacon.c916 #define TSF_TO_TU(_h,_l) \ in ath_beacon_config() macro
945 nexttbtt = TSF_TO_TU(le32dec(ni->ni_tstamp.data + 4), in ath_beacon_config()
995 tsftu = TSF_TO_TU(tsf>>32, tsf) + FUDGE; in ath_beacon_config()
1141 tsftu = TSF_TO_TU(tsf>>32, tsf) + FUDGE; in ath_beacon_config()
1187 #undef TSF_TO_TU in ath_beacon_config()