Home
last modified time | relevance | path

Searched refs:max_step (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/cpufreq/
H A Dcppc_cpufreq.c422 unsigned int min_step, max_step, step, step_check; in cppc_get_cpu_power() local
442 max_step = max_cap / CPPC_EM_CAP_STEP; in cppc_get_cpu_power()
447 if (step > max_step) in cppc_get_cpu_power()
450 if (min_step == max_step) { in cppc_get_cpu_power()
451 step = max_step; in cppc_get_cpu_power()
458 if (step == max_step) in cppc_get_cpu_power()
/openbmc/linux/sound/soc/sof/
H A Dipc3-topology.c728 int min_step, max_step; in sof_ipc3_widget_setup_comp_pga() local
761 max_step = scontrol->max_volume_step; in sof_ipc3_widget_setup_comp_pga()
763 volume->max_value = scontrol->volume_table[max_step]; in sof_ipc3_widget_setup_comp_pga()
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Di915_gem_gtt.c418 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()