Searched refs:max_vol_steps (Results 1 – 1 of 1) sorted by relevance
1147 uint32_t max_vol_steps, in vega10_trim_voltage_table_to_fit_state_table() argument1152 if (vol_table->count <= max_vol_steps) in vega10_trim_voltage_table_to_fit_state_table()1155 diff = vol_table->count - max_vol_steps; in vega10_trim_voltage_table_to_fit_state_table()1157 for (i = 0; i < max_vol_steps; i++) in vega10_trim_voltage_table_to_fit_state_table()1160 vol_table->count = max_vol_steps; in vega10_trim_voltage_table_to_fit_state_table()