Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_device_types.h84 #define IS_PLATFORM_STEP(_xe, _platform, min_step, max_step) \ argument
86 (_xe)->info.step.graphics >= (min_step) && \
88 #define IS_SUBPLATFORM_STEP(_xe, _platform, sub, min_step, max_step) \ argument
91 (_xe)->info.step.graphics >= (min_step) && \
/linux/drivers/cpufreq/
H A Dcppc_cpufreq.c426 unsigned int min_step, max_step, step, step_check; in cppc_get_cpu_power() local
445 min_step = min_cap / CPPC_EM_CAP_STEP; in cppc_get_cpu_power()
454 if (min_step == max_step) { in cppc_get_cpu_power()
457 } else if (step < min_step) { in cppc_get_cpu_power()
458 step = min_step; in cppc_get_cpu_power()
/linux/sound/soc/sof/
H A Dipc3-topology.c751 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()