Searched refs:min_step (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_device_types.h | 57 #define IS_PLATFORM_STEP(_xe, _platform, min_step, max_step) \ argument 59 (_xe)->info.step.graphics >= (min_step) && \ 61 #define IS_SUBPLATFORM_STEP(_xe, _platform, sub, min_step, max_step) \ argument 64 (_xe)->info.step.graphics >= (min_step) && \
|
/linux-6.12.1/drivers/cpufreq/ |
D | cppc_cpufreq.c | 414 unsigned int min_step, max_step, step, step_check; in cppc_get_cpu_power() local 430 min_step = min_cap / CPPC_EM_CAP_STEP; in cppc_get_cpu_power() 439 if (min_step == max_step) { in cppc_get_cpu_power() 442 } else if (step < min_step) { in cppc_get_cpu_power() 443 step = min_step; in cppc_get_cpu_power()
|
/linux-6.12.1/sound/soc/sof/ |
D | ipc3-topology.c | 748 int min_step, max_step; in sof_ipc3_widget_setup_comp_pga() local 780 min_step = scontrol->min_volume_step; in sof_ipc3_widget_setup_comp_pga() 782 volume->min_value = scontrol->volume_table[min_step]; in sof_ipc3_widget_setup_comp_pga()
|