Searched refs:min_step (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_device_types.h | 59 #define IS_PLATFORM_STEP(_xe, _platform, min_step, max_step) \ argument 61 (_xe)->info.step.graphics >= (min_step) && \ 63 #define IS_SUBPLATFORM_STEP(_xe, _platform, sub, min_step, max_step) \ argument 66 (_xe)->info.step.graphics >= (min_step) && \
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | cpu_device_id.h | 175 #define X86_MATCH_VFM_STEPS(vfm, min_step, max_step, data) \ argument 177 __X86_STEPPINGS(min_step, max_step), X86_FEATURE_ANY, \
|
| /linux-6.15/drivers/cpufreq/ |
| H A D | cppc_cpufreq.c | 396 unsigned int min_step, max_step, step, step_check; in cppc_get_cpu_power() local 415 min_step = min_cap / CPPC_EM_CAP_STEP; in cppc_get_cpu_power() 424 if (min_step == max_step) { in cppc_get_cpu_power() 427 } else if (step < min_step) { in cppc_get_cpu_power() 428 step = min_step; in cppc_get_cpu_power()
|
| /linux-6.15/sound/soc/sof/ |
| H A D | ipc3-topology.c | 751 int min_step, max_step; in sof_ipc3_widget_setup_comp_pga() local 783 min_step = scontrol->min_volume_step; in sof_ipc3_widget_setup_comp_pga() 785 volume->min_value = scontrol->volume_table[min_step]; in sof_ipc3_widget_setup_comp_pga()
|