Lines Matching refs:vddInd
531 voltage_id = table_info->vdd_dep_on_socclk->entries[entry_id].vddInd; in vega10_get_socclk_for_voltage_evv()
683 voltage_id = vdt->entries[entry_id].vddInd; in vega10_patch_voltage_dependency_tables_with_lookup_table()
696 voltage_id = mclk_table->entries[entry_id].vddInd; in vega10_patch_voltage_dependency_tables_with_lookup_table()
1710 *current_vol_index = (uint8_t)(dep_on_soc->entries[i].vddInd); in vega10_populate_single_soc_level()
1853 (uint8_t)(dep_on_mclk->entries[i].vddInd); in vega10_populate_single_memory_level()
1950 entries[dep_table->entries[i].vddInd].us_vdd; in vega10_populate_single_display_type()
3589 return vdd_dep_table_on_mclk->entries[NUM_UCLK_DPM_LEVELS - 1].vddInd + 1; in vega10_get_soc_index_for_max_uclk()
4484 entries[dep_table->entries[i].vddInd].us_vdd); in vega10_get_clock_by_type_with_voltage()
5469 podn_vdd_dep->entries[i].vddInd = j; in vega10_odn_update_soc_table()
5473 if (dep_table->entries[i].vddInd == podn_vdd_dep->entries[podn_vdd_dep->count-1].vddInd && in vega10_odn_update_soc_table()
5485 podn_vdd_dep_on_socclk->entries[i].vddInd = dep_table->entries[i].vddInd; in vega10_odn_update_soc_table()
5497 if (podn_vdd_dep_on_socclk->entries[podn_vdd_dep_on_socclk->count - 1].vddInd < in vega10_odn_update_soc_table()
5498 podn_vdd_dep->entries[podn_vdd_dep->count - 1].vddInd) { in vega10_odn_update_soc_table()
5500 podn_vdd_dep_on_socclk->entries[podn_vdd_dep_on_socclk->count - 1].vddInd = in vega10_odn_update_soc_table()
5501 podn_vdd_dep->entries[podn_vdd_dep->count - 1].vddInd; in vega10_odn_update_soc_table()