Searched refs:max_step (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | cppc_cpufreq.c | 514 unsigned int min_step, max_step, step, step_check; in cppc_get_cpu_power() local 531 max_step = max_cap / CPPC_EM_CAP_STEP; in cppc_get_cpu_power() 536 if (step > max_step) in cppc_get_cpu_power() 539 if (min_step == max_step) { in cppc_get_cpu_power() 540 step = max_step; in cppc_get_cpu_power() 547 if (step == max_step) in cppc_get_cpu_power()
|
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | ipc3-topology.c | 725 int min_step, max_step; in sof_ipc3_widget_setup_comp_pga() local 758 max_step = scontrol->max_volume_step; in sof_ipc3_widget_setup_comp_pga() 760 volume->max_value = scontrol->volume_table[max_step]; in sof_ipc3_widget_setup_comp_pga()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
H A D | i915_gem_gtt.c | 373 const unsigned long max_step = max(int_sqrt(max_pages), 2UL); in fill_hole() local 385 for_each_prime_number_from(prime, 2, max_step) { in fill_hole()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
H A D | i915_gem_gtt.c | 418 const unsigned long max_step = max(int_sqrt(max_pages), 2UL); in fill_hole() local 430 for_each_prime_number_from(prime, 2, max_step) { in fill_hole()
|
/kernel/linux/linux-5.10/sound/soc/sof/ |
H A D | topology.c | 1881 int max_step; in sof_widget_load_pga() local 1925 max_step = scontrol->max_volume_step; in sof_widget_load_pga() 1927 volume->max_value = scontrol->volume_table[max_step]; in sof_widget_load_pga()
|
Completed in 14 milliseconds