Searched refs:max_step (Results 1 – 3 of 3) sorted by relevance
510 unsigned int min_step, max_step, step, step_check; in cppc_get_cpu_power() local527 max_step = max_cap / CPPC_EM_CAP_STEP; in cppc_get_cpu_power()532 if (step > max_step) in cppc_get_cpu_power()535 if (min_step == max_step) { in cppc_get_cpu_power()536 step = max_step; in cppc_get_cpu_power()543 if (step == max_step) in cppc_get_cpu_power()
712 int min_step, max_step; in sof_ipc3_widget_setup_comp_pga() local745 max_step = scontrol->max_volume_step; in sof_ipc3_widget_setup_comp_pga()747 volume->max_value = scontrol->volume_table[max_step]; in sof_ipc3_widget_setup_comp_pga()
412 const unsigned long max_step = max(int_sqrt(max_pages), 2UL); in fill_hole() local424 for_each_prime_number_from(prime, 2, max_step) { in fill_hole()