Searched refs:min_step (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A D | cpu_device_id.h | 172 #define X86_MATCH_VFM_STEPS(vfm, min_step, max_step, data) \ argument 174 __X86_STEPPINGS(min_step, max_step), X86_FEATURE_ANY, \
|
| /linux/drivers/cpufreq/ |
| H A D | cppc_cpufreq.c | 460 unsigned int min_step, max_step, step, step_check; in cppc_get_cpu_power() local 479 min_step = min_cap / CPPC_EM_CAP_STEP; in cppc_get_cpu_power() 488 if (min_step == max_step) { in cppc_get_cpu_power() 491 } else if (step < min_step) { in cppc_get_cpu_power() 492 step = min_step; in cppc_get_cpu_power()
|
| /linux/sound/soc/sof/ |
| H A D | ipc3-topology.c | 764 int min_step, max_step; in sof_ipc3_widget_setup_comp_pga() 796 min_step = scontrol->min_volume_step; in sof_ipc3_widget_setup_comp_pga() 798 volume->min_value = scontrol->volume_table[min_step]; in sof_ipc3_widget_setup_comp_pga() 751 int min_step, max_step; sof_ipc3_widget_setup_comp_pga() local
|