Symbol: IEEE80211_DUR_TU
sys/dev/ic/athn.c
2000
AR_WRITE(sc, AR_NEXT_TBTT_TIMER, next_tbtt * IEEE80211_DUR_TU);
sys/dev/ic/athn.c
2001
AR_WRITE(sc, AR_BEACON_PERIOD, intval * IEEE80211_DUR_TU);
sys/dev/ic/athn.c
2002
AR_WRITE(sc, AR_DMA_BEACON_PERIOD, intval * IEEE80211_DUR_TU);
sys/dev/ic/athn.c
2013
(next_dtim - AR_SLEEP_SLOP) * IEEE80211_DUR_TU);
sys/dev/ic/athn.c
2015
(next_tbtt - AR_SLEEP_SLOP) * IEEE80211_DUR_TU);
sys/dev/ic/athn.c
2024
AR_WRITE(sc, AR_TIM_PERIOD, intval * IEEE80211_DUR_TU);
sys/dev/ic/athn.c
2025
AR_WRITE(sc, AR_DTIM_PERIOD, dtim_period * intval * IEEE80211_DUR_TU);
sys/dev/ic/athn.c
2047
AR_WRITE(sc, AR_NEXT_TBTT_TIMER, next_tbtt * IEEE80211_DUR_TU);
sys/dev/ic/athn.c
2049
(next_tbtt - AR_BEACON_DMA_DELAY) * IEEE80211_DUR_TU);
sys/dev/ic/athn.c
2051
(next_tbtt - AR_SWBA_DELAY) * IEEE80211_DUR_TU);
sys/dev/ic/athn.c
2053
AR_WRITE(sc, AR_BEACON_PERIOD, intval * IEEE80211_DUR_TU);
sys/dev/ic/athn.c
2054
AR_WRITE(sc, AR_DMA_BEACON_PERIOD, intval * IEEE80211_DUR_TU);
sys/dev/ic/athn.c
2055
AR_WRITE(sc, AR_SWBA_PERIOD, intval * IEEE80211_DUR_TU);
sys/dev/ic/athn.c
2056
AR_WRITE(sc, AR_NDP_PERIOD, intval * IEEE80211_DUR_TU);
sys/dev/ic/atw.c
2446
ival = ic->ic_bss->ni_intval * IEEE80211_DUR_TU;
sys/dev/ic/atw.c
2464
__SHIFTIN(__SHIFTOUT(tbtt - TBTTOFS * IEEE80211_DUR_TU,
sys/dev/pci/if_iwm.c
6320
dtim_off = ni->ni_dtim_count * ni->ni_intval * IEEE80211_DUR_TU;
sys/dev/pci/if_iwm.c
6581
duration = IEEE80211_DUR_TU;
sys/dev/pci/if_rtwn.c
1190
tsf = tsf - (tsf % (ni->ni_intval * IEEE80211_DUR_TU));
sys/dev/pci/if_rtwn.c
1191
tsf -= IEEE80211_DUR_TU;
sys/dev/usb/if_urtwn.c
1794
tsf = tsf - (tsf % (ni->ni_intval * IEEE80211_DUR_TU));
sys/dev/usb/if_urtwn.c
1795
tsf -= IEEE80211_DUR_TU;