Lines Matching defs:shift
33 #define MCS_DURATION_S(shift, streams, sgi, bps) \
34 ((u16)((MCS_DURATION(streams, sgi, bps) >> shift)))
54 #define HE_DURATION_S(shift, streams, gi, bps) \
55 (HE_DURATION(streams, gi, bps) >> shift)
102 .shift = _s, \
133 .shift = _s, \
175 .shift = _s, \
212 u8 shift;
464 duration <<= airtime_mcs_groups[group].shift;
638 int rateidx, shift = 0;
649 shift = ieee80211_chandef_get_shift(&conf->def);
710 rate = sband->bitrates[rateidx].bitrate << shift;