Lines Matching defs:shift
105 u16 shift, mask;
121 shift = (local_start_freq - ap_start_freq) / 20;
124 return (bitmap >> shift) & mask;
833 unsigned int shift = ieee80211_chanwidth_get_shift(width);
873 5 * (1 << shift));
890 5 * (1 << shift));
3898 int shift)
3906 if ((rate * 5 * (1 << shift)) > 110)
3930 brate = DIV_ROUND_UP(br->bitrate, (1 << shift) * 5);
4398 int shift = ieee80211_vif_get_shift(&sdata->vif);
4414 &min_rate, &min_rate_index, shift);