Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/cpufreq/
Dcppc_cpufreq.c514 unsigned int min_step, max_step, step, step_check; in cppc_get_cpu_power() local
530 min_step = min_cap / CPPC_EM_CAP_STEP; in cppc_get_cpu_power()
539 if (min_step == max_step) { in cppc_get_cpu_power()
542 } else if (step < min_step) { in cppc_get_cpu_power()
543 step = min_step; in cppc_get_cpu_power()
/Linux-v6.6/sound/soc/sof/
Dipc3-topology.c723 int min_step, max_step; in sof_ipc3_widget_setup_comp_pga() local
755 min_step = scontrol->min_volume_step; in sof_ipc3_widget_setup_comp_pga()
757 volume->min_value = scontrol->volume_table[min_step]; in sof_ipc3_widget_setup_comp_pga()