Home
last modified time | relevance | path

Searched refs:up_bound (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/wireless/rt2x00/
Drt73usb.c920 u8 up_bound; in rt73usb_link_tuner() local
928 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 …]
Drt61pci.c1045 u8 up_bound; in rt61pci_link_tuner() local
1053 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 …]