Lines Matching refs:low_bound
913 u8 low_bound; in rt73usb_link_tuner() local
919 low_bound = 0x28; in rt73usb_link_tuner()
923 low_bound += 0x10; in rt73usb_link_tuner()
928 low_bound = 0x1c; in rt73usb_link_tuner()
931 low_bound = 0x1c; in rt73usb_link_tuner()
934 low_bound = 0x1c; in rt73usb_link_tuner()
939 low_bound += 0x14; in rt73usb_link_tuner()
971 rt73usb_set_vgc(rt2x00dev, qual, low_bound + 0x10); in rt73usb_link_tuner()
979 rt73usb_set_vgc(rt2x00dev, qual, low_bound + 0x08); in rt73usb_link_tuner()
988 if (low_bound > up_bound) in rt73usb_link_tuner()
989 up_bound = low_bound; in rt73usb_link_tuner()
1005 else if ((qual->false_cca < 100) && (qual->vgc_level > low_bound)) in rt73usb_link_tuner()
1007 max_t(u8, qual->vgc_level - 4, low_bound)); in rt73usb_link_tuner()