Searched refs:freq_low (Results 1 – 5 of 5) 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 | 13824 u32 freq_low, u32 freq_high) in ath12k_mac_update_freq_range() argument 13826 if (!(freq_low && freq_high)) in ath12k_mac_update_freq_range() 13831 MHZ_TO_KHZ(freq_low)); in ath12k_mac_update_freq_range() 13835 ar->freq_range.start_freq = MHZ_TO_KHZ(freq_low); in ath12k_mac_update_freq_range() 13847 u32 freq_low, u32 freq_high) in ath12k_mac_update_ch_list() argument 13851 if (!(freq_low && freq_high)) in ath12k_mac_update_ch_list() 13855 if (band->channels[i].center_freq < freq_low || in ath12k_mac_update_ch_list() 13910 u32 phy_id, freq_low, freq_high; in ath12k_mac_setup_channels_rates() local 13941 freq_low = max(reg_cap->low_2ghz_chan, in ath12k_mac_setup_channels_rates() 13950 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 | 1781 int i, freq, freq_high, freq_low; in set_clx_pbf_cpufreq_scaling_min_max() 1793 freq_low = pbf_info->p1_low * 100000; in set_cpufreq_scaling_min_max_from_cpuinfo() 1803 freq = freq_low; in set_cpufreq_scaling_min_max_from_cpuinfo() 1755 int i, freq, freq_high, freq_low; set_clx_pbf_cpufreq_scaling_min_max() local
|