Lines Matching refs:low_bound
921 u8 low_bound; in rt73usb_link_tuner() local
927 low_bound = 0x28; in rt73usb_link_tuner()
931 low_bound += 0x10; in rt73usb_link_tuner()
936 low_bound = 0x1c; in rt73usb_link_tuner()
939 low_bound = 0x1c; in rt73usb_link_tuner()
942 low_bound = 0x1c; in rt73usb_link_tuner()
947 low_bound += 0x14; in rt73usb_link_tuner()
979 rt73usb_set_vgc(rt2x00dev, qual, low_bound + 0x10); in rt73usb_link_tuner()
987 rt73usb_set_vgc(rt2x00dev, qual, low_bound + 0x08); in rt73usb_link_tuner()
996 if (low_bound > up_bound) in rt73usb_link_tuner()
997 up_bound = low_bound; in rt73usb_link_tuner()
1013 else if ((qual->false_cca < 100) && (qual->vgc_level > low_bound)) in rt73usb_link_tuner()
1015 max_t(u8, qual->vgc_level - 4, low_bound)); in rt73usb_link_tuner()