Home
last modified time | relevance | path

Searched refs:min_step (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/cpufreq/
Dcppc_cpufreq.c510 unsigned int min_step, max_step, step, step_check; in cppc_get_cpu_power() local
526 min_step = min_cap / CPPC_EM_CAP_STEP; in cppc_get_cpu_power()
535 if (min_step == max_step) { in cppc_get_cpu_power()
538 } else if (step < min_step) { in cppc_get_cpu_power()
539 step = min_step; in cppc_get_cpu_power()
/Linux-v6.1/sound/soc/sof/
Dipc3-topology.c712 int min_step, max_step; in sof_ipc3_widget_setup_comp_pga() local
744 min_step = scontrol->min_volume_step; in sof_ipc3_widget_setup_comp_pga()
746 volume->min_value = scontrol->volume_table[min_step]; in sof_ipc3_widget_setup_comp_pga()