Lines Matching refs:low_bound
919 u8 low_bound; in rt73usb_link_tuner() local
925 low_bound = 0x28; in rt73usb_link_tuner()
929 low_bound += 0x10; in rt73usb_link_tuner()
934 low_bound = 0x1c; in rt73usb_link_tuner()
937 low_bound = 0x1c; in rt73usb_link_tuner()
940 low_bound = 0x1c; in rt73usb_link_tuner()
945 low_bound += 0x14; in rt73usb_link_tuner()
977 rt73usb_set_vgc(rt2x00dev, qual, low_bound + 0x10); in rt73usb_link_tuner()
985 rt73usb_set_vgc(rt2x00dev, qual, low_bound + 0x08); in rt73usb_link_tuner()
994 if (low_bound > up_bound) in rt73usb_link_tuner()
995 up_bound = low_bound; in rt73usb_link_tuner()
1011 else if ((qual->false_cca < 100) && (qual->vgc_level > low_bound)) in rt73usb_link_tuner()
1013 max_t(u8, qual->vgc_level - 4, low_bound)); in rt73usb_link_tuner()