Home | History | Annotate | Download | only in ic

Lines Matching defs:intval

1973 	uint32_t intval, next_tbtt, next_dtim;
1981 intval = ic->ic_bss->ni_intval;
1983 next_tbtt = roundup(tsftu, intval);
1998 next_dtim = next_tbtt + rem_dtim_count * intval;
2001 AR_WRITE(sc, AR_BEACON_PERIOD, intval * IEEE80211_DUR_TU);
2002 AR_WRITE(sc, AR_DMA_BEACON_PERIOD, intval * IEEE80211_DUR_TU);
2024 AR_WRITE(sc, AR_TIM_PERIOD, intval * IEEE80211_DUR_TU);
2025 AR_WRITE(sc, AR_DTIM_PERIOD, dtim_period * intval * IEEE80211_DUR_TU);
2041 uint32_t intval, next_tbtt;
2044 intval = ic->ic_bss->ni_intval;
2045 next_tbtt = intval;
2053 AR_WRITE(sc, AR_BEACON_PERIOD, intval * IEEE80211_DUR_TU);
2054 AR_WRITE(sc, AR_DMA_BEACON_PERIOD, intval * IEEE80211_DUR_TU);
2055 AR_WRITE(sc, AR_SWBA_PERIOD, intval * IEEE80211_DUR_TU);
2056 AR_WRITE(sc, AR_NDP_PERIOD, intval * IEEE80211_DUR_TU);