Home
last modified time | relevance | path

Searched refs:min_step (Results 1 – 2 of 2) 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
441 min_step = min_cap / CPPC_EM_CAP_STEP; in cppc_get_cpu_power()
450 if (min_step == max_step) { in cppc_get_cpu_power()
453 } else if (step < min_step) { in cppc_get_cpu_power()
454 step = min_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
760 min_step = scontrol->min_volume_step; in sof_ipc3_widget_setup_comp_pga()
762 volume->min_value = scontrol->volume_table[min_step]; in sof_ipc3_widget_setup_comp_pga()