Searched refs:podn_vdd_dep_table (Results 1 – 1 of 1) sorted by relevance
5512 struct vega10_odn_clock_voltage_dependency_table *podn_vdd_dep_table; in vega10_odn_edit_dpm_table() local5530 podn_vdd_dep_table = &data->odn_dpm_table.vdd_dep_on_sclk; in vega10_odn_edit_dpm_table()5534 podn_vdd_dep_table = &data->odn_dpm_table.vdd_dep_on_mclk; in vega10_odn_edit_dpm_table()5553 if (i + 3 > size || input[i] >= podn_vdd_dep_table->count) { in vega10_odn_edit_dpm_table()5563 podn_vdd_dep_table->entries[input_level].clk = input_clk; in vega10_odn_edit_dpm_table()5564 podn_vdd_dep_table->entries[input_level].vddc = input_vol; in vega10_odn_edit_dpm_table()