Searched refs:max_vol_steps (Results 1 – 3 of 3) sorted by relevance
280 void phm_trim_voltage_table_to_fit_state_table(uint32_t max_vol_steps, in phm_trim_voltage_table_to_fit_state_table() argument285 if (vol_table->count <= max_vol_steps) in phm_trim_voltage_table_to_fit_state_table()288 diff = vol_table->count - max_vol_steps; in phm_trim_voltage_table_to_fit_state_table()290 for (i = 0; i < max_vol_steps; i++) in phm_trim_voltage_table_to_fit_state_table()293 vol_table->count = max_vol_steps; in phm_trim_voltage_table_to_fit_state_table()
67 extern void phm_trim_voltage_table_to_fit_state_table(uint32_t max_vol_steps, struct pp_atomctrl_vo…
1103 uint32_t max_vol_steps, in vega10_trim_voltage_table_to_fit_state_table() argument1108 if (vol_table->count <= max_vol_steps) in vega10_trim_voltage_table_to_fit_state_table()1111 diff = vol_table->count - max_vol_steps; in vega10_trim_voltage_table_to_fit_state_table()1113 for (i = 0; i < max_vol_steps; i++) in vega10_trim_voltage_table_to_fit_state_table()1116 vol_table->count = max_vol_steps; in vega10_trim_voltage_table_to_fit_state_table()