Hi,
I think now it matches the old values (minus the MEM voltage which seems to be higher when set to "auto" in Asrock BIOS)
+ /* remap to match the bit meanings */ + mem_volt = 7 - mem_volt; + ht_volt = !ht_volt; + sideport_volt = !sideport_volt; + gpu_volt = 7 - gpu_volt;
Those bit remap it back to reg values. Please tell what you meant if this comment was not helpful.
Thanks, Rudolf