Lines Matching refs:vddInd

539 		voltage_id = table_info->vdd_dep_on_socclk->entries[entry_id].vddInd;  in vega10_get_socclk_for_voltage_evv()
691 voltage_id = vdt->entries[entry_id].vddInd; in vega10_patch_voltage_dependency_tables_with_lookup_table()
704 voltage_id = mclk_table->entries[entry_id].vddInd; in vega10_patch_voltage_dependency_tables_with_lookup_table()
1717 *current_vol_index = (uint8_t)(dep_on_soc->entries[i].vddInd); in vega10_populate_single_soc_level()
1860 (uint8_t)(dep_on_mclk->entries[i].vddInd); in vega10_populate_single_memory_level()
1957 entries[dep_table->entries[i].vddInd].us_vdd; in vega10_populate_single_display_type()
3637 return vdd_dep_table_on_mclk->entries[NUM_UCLK_DPM_LEVELS - 1].vddInd + 1; in vega10_get_soc_index_for_max_uclk()
4533 entries[dep_table->entries[i].vddInd].us_vdd); in vega10_get_clock_by_type_with_voltage()
5548 podn_vdd_dep->entries[i].vddInd = j; in vega10_odn_update_soc_table()
5552 if (dep_table->entries[i].vddInd == podn_vdd_dep->entries[podn_vdd_dep->count-1].vddInd && in vega10_odn_update_soc_table()
5564 podn_vdd_dep_on_socclk->entries[i].vddInd = dep_table->entries[i].vddInd; in vega10_odn_update_soc_table()
5576 if (podn_vdd_dep_on_socclk->entries[podn_vdd_dep_on_socclk->count - 1].vddInd < in vega10_odn_update_soc_table()
5577 podn_vdd_dep->entries[podn_vdd_dep->count - 1].vddInd) { in vega10_odn_update_soc_table()
5579 podn_vdd_dep_on_socclk->entries[podn_vdd_dep_on_socclk->count - 1].vddInd = in vega10_odn_update_soc_table()
5580 podn_vdd_dep->entries[podn_vdd_dep->count - 1].vddInd; in vega10_odn_update_soc_table()