Searched refs:max_vol_steps (Results 1 – 3 of 3) sorted by relevance
327 void phm_trim_voltage_table_to_fit_state_table(uint32_t max_vol_steps, in phm_trim_voltage_table_to_fit_state_table() argument332 if (vol_table->count <= max_vol_steps) in phm_trim_voltage_table_to_fit_state_table()335 diff = vol_table->count - max_vol_steps; in phm_trim_voltage_table_to_fit_state_table()337 for (i = 0; i < max_vol_steps; i++) in phm_trim_voltage_table_to_fit_state_table()340 vol_table->count = max_vol_steps; in phm_trim_voltage_table_to_fit_state_table()
79 extern void phm_trim_voltage_table_to_fit_state_table(uint32_t max_vol_steps, struct pp_atomctrl_vo…
1131 uint32_t max_vol_steps, in vega10_trim_voltage_table_to_fit_state_table() argument1136 if (vol_table->count <= max_vol_steps) in vega10_trim_voltage_table_to_fit_state_table()1139 diff = vol_table->count - max_vol_steps; in vega10_trim_voltage_table_to_fit_state_table()1141 for (i = 0; i < max_vol_steps; i++) in vega10_trim_voltage_table_to_fit_state_table()1144 vol_table->count = max_vol_steps; in vega10_trim_voltage_table_to_fit_state_table()