Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_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()
H A Dif_ath_beacon.c927 #define TSF_TO_TU(_h,_l) \ in ath_beacon_config() macro
982 nexttbtt = TSF_TO_TU(le32dec(ni->ni_tstamp.data + 4), in ath_beacon_config()
1048 tsftu = TSF_TO_TU(tsf>>32, tsf) + FUDGE; in ath_beacon_config()
1194 tsftu = TSF_TO_TU(tsf>>32, tsf) + FUDGE; in ath_beacon_config()
1249 #undef TSF_TO_TU in ath_beacon_config()