Lines Matching refs:up_bound
912 u8 up_bound;
920 up_bound = 0x48;
924 up_bound += 0x10;
929 up_bound = 0x40;
932 up_bound = 0x20;
935 up_bound = 0x1c;
940 up_bound += 0x10;
963 rt73usb_set_vgc(rt2x00dev, qual, up_bound);
984 * Special case: Change up_bound based on the rssi.
985 * Lower up_bound when rssi is weaker then -74 dBm.
987 up_bound -= 2 * (-74 - qual->rssi);
988 if (low_bound > up_bound)
989 up_bound = low_bound;
991 if (qual->vgc_level > up_bound) {
992 rt73usb_set_vgc(rt2x00dev, qual, up_bound);
1002 if ((qual->false_cca > 512) && (qual->vgc_level < up_bound))
1004 min_t(u8, qual->vgc_level + 4, up_bound));