Symbol: TU_TO_USEC
drivers/net/wireless/ath/ath9k/beacon.c
324
tsf += TU_TO_USEC(sc->sc_ah->config.sw_beacon_response_time);
drivers/net/wireless/ath/ath9k/beacon.c
355
tsfadjust = -TU_TO_USEC(tsfadjust) / ATH_BCBUF;
drivers/net/wireless/ath/ath9k/channel.c
1529
u32 interval = TU_TO_USEC(sc->cur_chan->beacon.beacon_interval);
drivers/net/wireless/ath/ath9k/channel.c
336
beacon_int = TU_TO_USEC(sc->cur_chan->beacon.beacon_interval);
drivers/net/wireless/ath/ath9k/channel.c
451
TU_TO_USEC(cur_conf->beacon_interval) / 2 +
drivers/net/wireless/ath/ath9k/channel.c
580
beacon_int = TU_TO_USEC(cur_conf->beacon_interval);
drivers/net/wireless/ath/ath9k/channel.c
724
tsf_time = TU_TO_USEC(cur_conf->beacon_interval) / 2;
drivers/net/wireless/ath/ath9k/common-beacon.c
101
bs->bs_sleepduration = TU_TO_USEC(roundup(IEEE80211_MS_TO_TU(100),
drivers/net/wireless/ath/ath9k/common-beacon.c
120
conf->intval = TU_TO_USEC(conf->beacon_interval);
drivers/net/wireless/ath/ath9k/common-beacon.c
152
conf->intval = TU_TO_USEC(conf->beacon_interval);
drivers/net/wireless/ath/ath9k/common-beacon.c
27
tsf += TU_TO_USEC(FUDGE + ah->config.sw_beacon_response_time);
drivers/net/wireless/ath/ath9k/common-beacon.c
28
divisor = TU_TO_USEC(interval);
drivers/net/wireless/ath/ath9k/common-beacon.c
73
bs->bs_intval = TU_TO_USEC(conf->intval);
drivers/net/wireless/ath/ath9k/htc_drv_beacon.c
382
avp->tsfadjust = cpu_to_le64(TU_TO_USEC(tsfadjust));
drivers/net/wireless/ath/ath9k/htc_drv_beacon.c
77
if (conf->intval >= TU_TO_USEC(DEFAULT_SWBA_RESPONSE))
drivers/net/wireless/ath/ath9k/hw.c
2291
TU_TO_USEC(ah->config.dma_beacon_response_time));
drivers/net/wireless/ath/ath9k/hw.c
2293
TU_TO_USEC(ah->config.sw_beacon_response_time));
drivers/net/wireless/ath/ath9k/hw.h
189
#define SLEEP_SLOP TU_TO_USEC(3)
drivers/net/wireless/ath/ath9k/main.c
2718
beacon_int = TU_TO_USEC(cur_conf->beacon_interval);
drivers/net/wireless/ath/ath9k/xmit.c
1865
qi.tqi_readyTime = (TU_TO_USEC(cur_conf->beacon_interval) *
drivers/net/wireless/intel/iwlwifi/dvm/power.c
57
#define SLP_TOUT(T) cpu_to_le32((T) * TU_TO_USEC)