Searched refs:freq_high (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | cx24123.c | 106 u32 freq_high; member 114 .freq_high = 1074999, 122 .freq_high = 1177999, 130 .freq_high = 1295999, 138 .freq_high = 1431999, 146 .freq_high = 1575999, 154 .freq_high = 1717999, 162 .freq_high = 1855999, 170 .freq_high = 2035999, 178 .freq_high = 2150000, [all …]
|
/openbmc/linux/tools/power/x86/intel-speed-select/ |
H A D | isst-config.c | 1664 int i, freq, freq_high, freq_low; in set_clx_pbf_cpufreq_scaling_min_max() local 1675 freq_high = pbf_info->p1_high * 100000; in set_clx_pbf_cpufreq_scaling_min_max() 1684 freq = freq_high; in set_clx_pbf_cpufreq_scaling_min_max()
|
/openbmc/linux/drivers/hid/ |
H A D | hid-nintendo.c | 1555 static void joycon_encode_rumble(u8 *data, u16 freq_low, u16 freq_high, u16 amp) in joycon_encode_rumble() argument 1562 freq_data_high = joycon_find_rumble_freq(freq_high); in joycon_encode_rumble()
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | mac.c | 6961 u32 freq_low, u32 freq_high) in ath12k_mac_update_ch_list() argument 6965 if (!(freq_low && freq_high)) in ath12k_mac_update_ch_list() 6970 band->channels[i].center_freq > freq_high) in ath12k_mac_update_ch_list()
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 9160 u32 freq_low, u32 freq_high) in ath11k_mac_update_ch_list() argument 9164 if (!(freq_low && freq_high)) in ath11k_mac_update_ch_list() 9169 band->channels[i].center_freq > freq_high) in ath11k_mac_update_ch_list()
|