Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/ath/
HDif_ath_tdma.c357 #define TSF_TO_TU(_h,_l) \ in ath_tdma_update() macro
443 nextslottu = TSF_TO_TU(nextslot>>32, nextslot); in ath_tdma_update()
485 nextslottu, TSF_TO_TU(nextslot >> 32, nextslot)); in ath_tdma_update()
512 tudelta = nextslottu - TSF_TO_TU(nexttbtt_full >> 32, nexttbtt_full); in ath_tdma_update()
606 #undef TSF_TO_TU in ath_tdma_update()
HDif_ath_beacon.c925 #define TSF_TO_TU(_h,_l) \ in ath_beacon_config() macro
962 nexttbtt = TSF_TO_TU(le32dec(ni->ni_tstamp.data + 4), in ath_beacon_config()
1029 tsftu = TSF_TO_TU(tsf>>32, tsf) + FUDGE; in ath_beacon_config()
1175 tsftu = TSF_TO_TU(tsf>>32, tsf) + FUDGE; in ath_beacon_config()
1221 #undef TSF_TO_TU in ath_beacon_config()