Searched refs:max_step (Results 1 – 4 of 4) 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 60 (_xe)->info.step.graphics < (max_step)) 61 #define IS_SUBPLATFORM_STEP(_xe, _platform, sub, min_step, max_step) \ argument 65 (_xe)->info.step.graphics < (max_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 431 max_step = max_cap / CPPC_EM_CAP_STEP; in cppc_get_cpu_power() 436 if (step > max_step) in cppc_get_cpu_power() 439 if (min_step == max_step) { in cppc_get_cpu_power() 440 step = max_step; in cppc_get_cpu_power() 447 if (step == max_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 781 max_step = scontrol->max_volume_step; in sof_ipc3_widget_setup_comp_pga() 783 volume->max_value = scontrol->volume_table[max_step]; in sof_ipc3_widget_setup_comp_pga()
|
/linux-6.12.1/drivers/gpu/drm/i915/selftests/ |
D | i915_gem_gtt.c | 418 const unsigned long max_step = max(int_sqrt(max_pages), 2UL); in fill_hole() local 430 for_each_prime_number_from(prime, 2, max_step) { in fill_hole()
|