Searched refs:podn_vdd_dep_table (Results 1 – 1 of 1) sorted by relevance
5596 struct vega10_odn_clock_voltage_dependency_table *podn_vdd_dep_table; in vega10_odn_edit_dpm_table() local5614 podn_vdd_dep_table = &data->odn_dpm_table.vdd_dep_on_sclk; in vega10_odn_edit_dpm_table()5618 podn_vdd_dep_table = &data->odn_dpm_table.vdd_dep_on_mclk; in vega10_odn_edit_dpm_table()5637 if (i + 3 > size || input[i] >= podn_vdd_dep_table->count) { in vega10_odn_edit_dpm_table()5647 podn_vdd_dep_table->entries[input_level].clk = input_clk; in vega10_odn_edit_dpm_table()5648 podn_vdd_dep_table->entries[input_level].vddc = input_vol; in vega10_odn_edit_dpm_table()