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

/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dsmu8_hwmgr.c250 static uint32_t smu8_convert_8Bit_index_to_voltage( function
266 table->vddc = smu8_convert_8Bit_index_to_voltage(hwmgr,
1628 level->vddc = (smu8_convert_8Bit_index_to_voltage(hwmgr, ps->levels[level_index].vddcIndex) + 2) / 4;
1755 vddnb = smu8_convert_8Bit_index_to_voltage(hwmgr, tmp) / 4;
1761 vddgfx = smu8_convert_8Bit_index_to_voltage(hwmgr, (u16)tmp) / 4;

Completed in 227 milliseconds