Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ralink/rt2x00/
Drt73usb.c923 u8 up_bound; in rt73usb_link_tuner() local
931 up_bound = 0x48; in rt73usb_link_tuner()
935 up_bound += 0x10; in rt73usb_link_tuner()
940 up_bound = 0x40; in rt73usb_link_tuner()
943 up_bound = 0x20; in rt73usb_link_tuner()
946 up_bound = 0x1c; in rt73usb_link_tuner()
951 up_bound += 0x10; in rt73usb_link_tuner()
974 rt73usb_set_vgc(rt2x00dev, qual, up_bound); in rt73usb_link_tuner()
998 up_bound -= 2 * (-74 - qual->rssi); in rt73usb_link_tuner()
999 if (low_bound > up_bound) in rt73usb_link_tuner()
[all …]
Drt61pci.c1048 u8 up_bound; in rt61pci_link_tuner() local
1056 up_bound = 0x48; in rt61pci_link_tuner()
1059 up_bound += 0x10; in rt61pci_link_tuner()
1063 up_bound = 0x40; in rt61pci_link_tuner()
1066 up_bound += 0x10; in rt61pci_link_tuner()
1089 rt61pci_set_vgc(rt2x00dev, qual, up_bound); in rt61pci_link_tuner()
1113 up_bound -= 2 * (-74 - qual->rssi); in rt61pci_link_tuner()
1114 if (low_bound > up_bound) in rt61pci_link_tuner()
1115 up_bound = low_bound; in rt61pci_link_tuner()
1117 if (qual->vgc_level > up_bound) { in rt61pci_link_tuner()
[all …]