Lines Matching defs:shift
34 #define MCS_DURATION_S(shift, streams, sgi, bps) \
35 ((u16)((MCS_DURATION(streams, sgi, bps) >> shift)))
55 #define HE_DURATION_S(shift, streams, gi, bps) \
56 (HE_DURATION(streams, gi, bps) >> shift)
97 .shift = _s, \
128 .shift = _s, \
170 .shift = _s, \
207 u8 shift;
459 duration <<= airtime_mcs_groups[group].shift;
635 int rateidx, shift = 0;
646 shift = ieee80211_chandef_get_shift(&conf->def);
707 rate = sband->bitrates[rateidx].bitrate << shift;