Lines Matching refs:vddInd
502 voltage_id = table_info->vdd_dep_on_socclk->entries[entry_id].vddInd; in vega10_get_socclk_for_voltage_evv()
654 voltage_id = vdt->entries[entry_id].vddInd; in vega10_patch_voltage_dependency_tables_with_lookup_table()
667 voltage_id = mclk_table->entries[entry_id].vddInd; in vega10_patch_voltage_dependency_tables_with_lookup_table()
1615 *current_vol_index = (uint8_t)(dep_on_soc->entries[i].vddInd); in vega10_populate_single_soc_level()
1757 (uint8_t)(dep_on_mclk->entries[i].vddInd); in vega10_populate_single_memory_level()
1853 entries[dep_table->entries[i].vddInd].us_vdd; in vega10_populate_single_display_type()
3413 return vdd_dep_table_on_mclk->entries[NUM_UCLK_DPM_LEVELS - 1].vddInd + 1; in vega10_get_soc_index_for_max_uclk()
4203 entries[dep_table->entries[i].vddInd].us_vdd); in vega10_get_clock_by_type_with_voltage()
4771 podn_vdd_dep->entries[i].vddInd = j; in vega10_odn_update_soc_table()
4775 if (dep_table->entries[i].vddInd == podn_vdd_dep->entries[dep_table->count-1].vddInd && in vega10_odn_update_soc_table()
4788 if (podn_vdd_dep_on_socclk->entries[podn_vdd_dep_on_socclk->count - 1].vddInd < in vega10_odn_update_soc_table()
4789 podn_vdd_dep->entries[dep_table->count-1].vddInd) { in vega10_odn_update_soc_table()
4791 …clk->entries[podn_vdd_dep_on_socclk->count - 1].vddInd = podn_vdd_dep->entries[dep_table->count-1]… in vega10_odn_update_soc_table()