Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu8_hwmgr.c250 static uint32_t smu8_convert_8Bit_index_to_voltage( in smu8_convert_8Bit_index_to_voltage() function
266 table->vddc = smu8_convert_8Bit_index_to_voltage(hwmgr, in smu8_construct_max_power_limits_table()
1630 …level->vddc = (smu8_convert_8Bit_index_to_voltage(hwmgr, ps->levels[level_index].vddcIndex) + 2) /… in smu8_get_performance_level()
1757 vddnb = smu8_convert_8Bit_index_to_voltage(hwmgr, tmp) / 4; in smu8_read_sensor()
1763 vddgfx = smu8_convert_8Bit_index_to_voltage(hwmgr, (u16)tmp) / 4; in smu8_read_sensor()