Searched refs:max_voltage_steps (Results 1 – 3 of 3) sorted by relevance
233 u32 max_voltage_steps,
3856 u32 max_voltage_steps, in si_trim_voltage_table_to_fit_state_table() argument3861 if (voltage_table->count <= max_voltage_steps) in si_trim_voltage_table_to_fit_state_table()3864 diff = voltage_table->count - max_voltage_steps; in si_trim_voltage_table_to_fit_state_table()3866 for (i= 0; i < max_voltage_steps; i++) in si_trim_voltage_table_to_fit_state_table()3869 voltage_table->count = max_voltage_steps; in si_trim_voltage_table_to_fit_state_table()
4377 u32 max_voltage_steps, in si_trim_voltage_table_to_fit_state_table() argument4382 if (voltage_table->count <= max_voltage_steps) in si_trim_voltage_table_to_fit_state_table()4385 diff = voltage_table->count - max_voltage_steps; in si_trim_voltage_table_to_fit_state_table()4387 for (i= 0; i < max_voltage_steps; i++) in si_trim_voltage_table_to_fit_state_table()4390 voltage_table->count = max_voltage_steps; in si_trim_voltage_table_to_fit_state_table()