Searched refs:vddc_lookup_pp_tables (Results 1 – 2 of 2) sorted by relevance
156 const ATOM_Tonga_Voltage_Lookup_Table *vddc_lookup_pp_tables, in get_vddc_lookup_table() argument165 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()
1036 const ATOM_Vega10_Voltage_Lookup_Table *vddc_lookup_pp_tables, in get_vddc_lookup_table() argument1042 PP_ASSERT_WITH_CODE((vddc_lookup_pp_tables->ucNumEntries != 0), in get_vddc_lookup_table()1049 table->count = vddc_lookup_pp_tables->ucNumEntries; in get_vddc_lookup_table()1051 for (i = 0; i < vddc_lookup_pp_tables->ucNumEntries; i++) in get_vddc_lookup_table()1053 le16_to_cpu(vddc_lookup_pp_tables->entries[i].usVdd); in get_vddc_lookup_table()