Searched refs:low_bound (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/mvebu/ |
H A D | common.c | 48 s32 low_bound, high_bound; in kirkwood_fix_sscg_deviation() local 65 low_bound = SSCG_CONF_LOW(sscg_reg); in kirkwood_fix_sscg_deviation() 67 if ((high_bound - low_bound) <= 0) in kirkwood_fix_sscg_deviation() 83 freq_swing_half = (((u64)high_bound - (u64)low_bound) in kirkwood_fix_sscg_deviation()
|
/kernel/linux/linux-6.6/drivers/clk/mvebu/ |
H A D | common.c | 48 s32 low_bound, high_bound; in kirkwood_fix_sscg_deviation() local 65 low_bound = SSCG_CONF_LOW(sscg_reg); in kirkwood_fix_sscg_deviation() 67 if ((high_bound - low_bound) <= 0) in kirkwood_fix_sscg_deviation() 83 freq_swing_half = (((u64)high_bound - (u64)low_bound) in kirkwood_fix_sscg_deviation()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt73usb.c | 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_boun in rt73usb_link_tuner() [all...] |
H A D | rt61pci.c | 953 u8 low_bound; in rt61pci_link_tuner() local 959 low_bound = 0x28; in rt61pci_link_tuner() 962 low_bound += 0x10; in rt61pci_link_tuner() 966 low_bound = 0x20; in rt61pci_link_tuner() 969 low_bound += 0x10; in rt61pci_link_tuner() 1001 rt61pci_set_vgc(rt2x00dev, qual, low_bound + 0x10); in rt61pci_link_tuner() 1009 rt61pci_set_vgc(rt2x00dev, qual, low_bound + 0x08); in rt61pci_link_tuner() 1018 if (low_bound > up_bound) in rt61pci_link_tuner() 1019 up_bound = low_bound; in rt61pci_link_tuner() 1034 else if ((qual->false_cca < 100) && (qual->vgc_level > low_bound)) in rt61pci_link_tuner() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt73usb.c | 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_boun in rt73usb_link_tuner() [all...] |
H A D | rt61pci.c | 953 u8 low_bound; in rt61pci_link_tuner() local 959 low_bound = 0x28; in rt61pci_link_tuner() 962 low_bound += 0x10; in rt61pci_link_tuner() 966 low_bound = 0x20; in rt61pci_link_tuner() 969 low_bound += 0x10; in rt61pci_link_tuner() 1001 rt61pci_set_vgc(rt2x00dev, qual, low_bound + 0x10); in rt61pci_link_tuner() 1009 rt61pci_set_vgc(rt2x00dev, qual, low_bound + 0x08); in rt61pci_link_tuner() 1018 if (low_bound > up_bound) in rt61pci_link_tuner() 1019 up_bound = low_bound; in rt61pci_link_tuner() 1034 else if ((qual->false_cca < 100) && (qual->vgc_level > low_bound)) in rt61pci_link_tuner() [all...] |
Completed in 8 milliseconds