Searched refs:highest_voltage (Results 1 – 1 of 1) sorted by relevance
2382 uint16_t highest_voltage; in smu7_find_highest_vddc() local2385 highest_voltage = allowed_sclk_vdd_table->entries[allowed_sclk_vdd_table->count - 1].vddc; in smu7_find_highest_vddc()2389 lookup_table->entries[i].us_vdd > highest_voltage) in smu7_find_highest_vddc()2390 highest_voltage = lookup_table->entries[i].us_vdd; in smu7_find_highest_vddc()2393 return highest_voltage; in smu7_find_highest_vddc()