Searched refs:vddc_lookup_table (Results 1 – 6 of 6) sorted by relevance
266 pptable_info->vddc_lookup_table, in tonga_get_dependency_volt_by_clk()289 voltage->Vddc = phm_get_voltage_index(pptable_info->vddc_lookup_table, in tonga_get_dependency_volt_by_clk()401 struct phm_ppt_v1_voltage_lookup_table *vddc_lookup_table = in tonga_populate_cac_tables() local402 pptable_info->vddc_lookup_table; in tonga_populate_cac_tables()412 index = phm_get_voltage_index(vddc_lookup_table, in tonga_populate_cac_tables()415 convert_to_vid(vddc_lookup_table->entries[index].us_cac_low); in tonga_populate_cac_tables()417 convert_to_vid(vddc_lookup_table->entries[index].us_cac_mid); in tonga_populate_cac_tables()419 convert_to_vid(vddc_lookup_table->entries[index].us_cac_high); in tonga_populate_cac_tables()432 index = phm_get_voltage_index(vddc_lookup_table, in tonga_populate_cac_tables()435 convert_to_vid(vddc_lookup_table->entries[index].us_cac_low); in tonga_populate_cac_tables()[all …]
509 table_info->vddc_lookup_table; in vegam_populate_cac_table()
763 table_info->vddc_lookup_table; in fiji_populate_cac_table()
750 table_info->vddc_lookup_table; in polaris10_populate_cac_table()
385 table_info->vddc_lookup_table); in smu7_construct_voltage_tables()2102 table_info->vddc_lookup_table, vv_id, &sclk)) { in smu7_get_evv_voltages()2231 if (voltage_id >= table_info->vddc_lookup_table->count) { in smu7_patch_voltage_dependency_tables_with_lookup_table()2234 table_info->vddc_lookup_table->count); in smu7_patch_voltage_dependency_tables_with_lookup_table()2238 table_info->vddc_lookup_table->entries[voltage_id].us_vdd; in smu7_patch_voltage_dependency_tables_with_lookup_table()2244 if (voltage_id >= table_info->vddc_lookup_table->count) { in smu7_patch_voltage_dependency_tables_with_lookup_table()2247 table_info->vddc_lookup_table->count); in smu7_patch_voltage_dependency_tables_with_lookup_table()2251 table_info->vddc_lookup_table->entries[voltage_id].us_vdd; in smu7_patch_voltage_dependency_tables_with_lookup_table()2256 if (voltage_id >= table_info->vddc_lookup_table->count) { in smu7_patch_voltage_dependency_tables_with_lookup_table()2259 table_info->vddc_lookup_table->count); in smu7_patch_voltage_dependency_tables_with_lookup_table()[all …]
298 struct vega10_odn_vddc_lookup_table vddc_lookup_table; member