Home
last modified time | relevance | path

Searched refs:vddc_lookup_pp_tables (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocess_pptables_v1_0.c156 const ATOM_Tonga_Voltage_Lookup_Table *vddc_lookup_pp_tables, in get_vddc_lookup_table() argument
165 PP_ASSERT_WITH_CODE((0 != vddc_lookup_pp_tables->ucNumEntries), in get_vddc_lookup_table()
172 table->count = vddc_lookup_pp_tables->ucNumEntries; in get_vddc_lookup_table()
174 for (i = 0; i < vddc_lookup_pp_tables->ucNumEntries; i++) { in get_vddc_lookup_table()
180 entries, vddc_lookup_pp_tables, i); in get_vddc_lookup_table()
H A Dvega10_processpptables.c1035 const ATOM_Vega10_Voltage_Lookup_Table *vddc_lookup_pp_tables, in get_vddc_lookup_table() argument
1041 PP_ASSERT_WITH_CODE((vddc_lookup_pp_tables->ucNumEntries != 0), in get_vddc_lookup_table()
1048 table->count = vddc_lookup_pp_tables->ucNumEntries; in get_vddc_lookup_table()
1050 for (i = 0; i < vddc_lookup_pp_tables->ucNumEntries; i++) in get_vddc_lookup_table()
1052 le16_to_cpu(vddc_lookup_pp_tables->entries[i].usVdd); in get_vddc_lookup_table()