Home
last modified time | relevance | path

Searched refs:max_step (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_device_types.h59 #define IS_PLATFORM_STEP(_xe, _platform, min_step, max_step) \ argument
62 (_xe)->info.step.graphics < (max_step))
63 #define IS_SUBPLATFORM_STEP(_xe, _platform, sub, min_step, max_step) \ argument
67 (_xe)->info.step.graphics < (max_step))
/linux-6.15/drivers/cpufreq/
H A Dcppc_cpufreq.c396 unsigned int min_step, max_step, step, step_check; in cppc_get_cpu_power() local
416 max_step = max_cap / CPPC_EM_CAP_STEP; in cppc_get_cpu_power()
421 if (step > max_step) in cppc_get_cpu_power()
424 if (min_step == max_step) { in cppc_get_cpu_power()
425 step = max_step; in cppc_get_cpu_power()
432 if (step == max_step) in cppc_get_cpu_power()
/linux-6.15/arch/x86/include/asm/
H A Dcpu_device_id.h175 #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/sound/soc/sof/
H A Dipc3-topology.c751 int min_step, max_step; in sof_ipc3_widget_setup_comp_pga() local
784 max_step = scontrol->max_volume_step; in sof_ipc3_widget_setup_comp_pga()
786 volume->max_value = scontrol->volume_table[max_step]; in sof_ipc3_widget_setup_comp_pga()
/linux-6.15/drivers/gpu/drm/i915/selftests/
H A Di915_gem_gtt.c419 const unsigned long max_step = max(int_sqrt(max_pages), 2UL); in fill_hole() local
431 for_each_prime_number_from(prime, 2, max_step) { in fill_hole()