Searched refs:freq_low (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/media/dvb-frontends/ |
| H A D | cx24123.c | 105 u32 freq_low; member 113 .freq_low = 950000, 121 .freq_low = 1075000, 129 .freq_low = 1178000, 137 .freq_low = 1296000, 145 .freq_low = 1432000, 153 .freq_low = 1576000, 161 .freq_low = 1718000, 169 .freq_low = 1856000, 177 .freq_low = 2036000, [all …]
|
| H A D | s921.c | 55 u32 freq_low; member 269 if (p->frequency < s921_bandselect[band].freq_low) in s921_pll_tune()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | reg.c | 272 u32 phy_id, freq_low, freq_high, supported_bands; in ath12k_regd_update() local 307 freq_low = max(reg_cap->low_2ghz_chan, ab->reg_freq_2ghz.start_freq); in ath12k_regd_update() 310 ath12k_mac_update_freq_range(ar, freq_low, freq_high); in ath12k_regd_update() 319 freq_low = max(reg_cap->low_5ghz_chan, ab->reg_freq_5ghz.start_freq); in ath12k_regd_update() 322 ath12k_mac_update_freq_range(ar, freq_low, freq_high); in ath12k_regd_update() 326 freq_low = max(reg_cap->low_5ghz_chan, ab->reg_freq_6ghz.start_freq); in ath12k_regd_update() 329 ath12k_mac_update_freq_range(ar, freq_low, freq_high); in ath12k_regd_update()
|
| H A D | mac.c | 13585 u32 freq_low, u32 freq_high) in ath12k_mac_update_freq_range() argument 13587 if (!(freq_low && freq_high)) in ath12k_mac_update_freq_range() 13592 MHZ_TO_KHZ(freq_low)); in ath12k_mac_update_freq_range() 13596 ar->freq_range.start_freq = MHZ_TO_KHZ(freq_low); in ath12k_mac_update_freq_range() 13608 u32 freq_low, u32 freq_high) in ath12k_mac_update_ch_list() argument 13612 if (!(freq_low && freq_high)) in ath12k_mac_update_ch_list() 13616 if (band->channels[i].center_freq < freq_low || in ath12k_mac_update_ch_list() 13671 u32 phy_id, freq_low, freq_high; in ath12k_mac_setup_channels_rates() local 13702 freq_low = max(reg_cap->low_2ghz_chan, in ath12k_mac_setup_channels_rates() 13711 ath12k_mac_update_freq_range(ar, freq_low, freq_high); in ath12k_mac_setup_channels_rates() [all …]
|
| /linux/tools/power/x86/intel-speed-select/ |
| H A D | isst-config.c | 1755 int i, freq, freq_high, freq_low; in set_clx_pbf_cpufreq_scaling_min_max() local 1767 freq_low = pbf_info->p1_low * 100000; in set_clx_pbf_cpufreq_scaling_min_max() 1777 freq = freq_low; in set_clx_pbf_cpufreq_scaling_min_max()
|
| /linux/drivers/hid/ |
| H A D | hid-nintendo.c | 1868 static void joycon_encode_rumble(u8 *data, u16 freq_low, u16 freq_high, u16 amp) in joycon_encode_rumble() argument 1874 freq_data_low = joycon_find_rumble_freq(freq_low); in joycon_encode_rumble()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | mac.c | 10124 u32 freq_low, u32 freq_high) in ath11k_mac_update_ch_list() argument 10128 if (!(freq_low && freq_high)) in ath11k_mac_update_ch_list() 10132 if (band->channels[i].center_freq < freq_low || in ath11k_mac_update_ch_list()
|