Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt73usb.c912 u8 up_bound; in rt73usb_link_tuner() local
920 up_bound = 0x48; in rt73usb_link_tuner()
924 up_bound += 0x10; in rt73usb_link_tuner()
929 up_bound = 0x40; in rt73usb_link_tuner()
932 up_bound = 0x20; in rt73usb_link_tuner()
935 up_bound = 0x1c; in rt73usb_link_tuner()
940 up_bound += 0x10; in rt73usb_link_tuner()
987 up_bound -= 2 * (-74 - qual->rssi); in rt73usb_link_tuner()
988 if (low_bound > up_bound) in rt73usb_link_tuner()
989 up_bound = low_bound; in rt73usb_link_tuner()
[all …]
H A Drt61pci.c952 u8 up_bound; in rt61pci_link_tuner() local
960 up_bound = 0x48; in rt61pci_link_tuner()
963 up_bound += 0x10; in rt61pci_link_tuner()
967 up_bound = 0x40; in rt61pci_link_tuner()
970 up_bound += 0x10; in rt61pci_link_tuner()
993 rt61pci_set_vgc(rt2x00dev, qual, up_bound); in rt61pci_link_tuner()
1017 up_bound -= 2 * (-74 - qual->rssi); in rt61pci_link_tuner()
1018 if (low_bound > up_bound) in rt61pci_link_tuner()
1019 up_bound = low_bound; in rt61pci_link_tuner()
1021 if (qual->vgc_level > up_bound) { in rt61pci_link_tuner()
[all …]