Searched refs:up_bound (Results 1 – 2 of 2) sorted by relevance
920 u8 up_bound; in rt73usb_link_tuner() local928 up_bound = 0x48; in rt73usb_link_tuner()932 up_bound += 0x10; in rt73usb_link_tuner()937 up_bound = 0x40; in rt73usb_link_tuner()940 up_bound = 0x20; in rt73usb_link_tuner()943 up_bound = 0x1c; in rt73usb_link_tuner()948 up_bound += 0x10; in rt73usb_link_tuner()971 rt73usb_set_vgc(rt2x00dev, qual, up_bound); in rt73usb_link_tuner()995 up_bound -= 2 * (-74 - qual->rssi); in rt73usb_link_tuner()996 if (low_bound > up_bound) in rt73usb_link_tuner()[all …]
1045 u8 up_bound; in rt61pci_link_tuner() local1053 up_bound = 0x48; in rt61pci_link_tuner()1056 up_bound += 0x10; in rt61pci_link_tuner()1060 up_bound = 0x40; in rt61pci_link_tuner()1063 up_bound += 0x10; in rt61pci_link_tuner()1086 rt61pci_set_vgc(rt2x00dev, qual, up_bound); in rt61pci_link_tuner()1110 up_bound -= 2 * (-74 - qual->rssi); in rt61pci_link_tuner()1111 if (low_bound > up_bound) in rt61pci_link_tuner()1112 up_bound = low_bound; in rt61pci_link_tuner()1114 if (qual->vgc_level > up_bound) { in rt61pci_link_tuner()[all …]