summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/superio/winbond/w83667hg-a/ps2_controller.asl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/superio/winbond/w83667hg-a/ps2_controller.asl b/src/superio/winbond/w83667hg-a/ps2_controller.asl
index 172a63c4c6..ef9a01fe96 100644
--- a/src/superio/winbond/w83667hg-a/ps2_controller.asl
+++ b/src/superio/winbond/w83667hg-a/ps2_controller.asl
@@ -45,14 +45,14 @@
Method(_STA, 0)
{
/* Access SuperIO ACPI device */
- Store(0x87, SIOI)
- Store(0x87, SIOI)
+ SIOI = 0x87
+ SIOI = 0x87
/* Read Pin56 function select */
And(CR2A, 0x2, Local0)
/* Restore default SuperIO access */
- Store(0xAA, SIOI)
+ SIOI = 0xAA
if (Local0 == 0) {
/* Mouse function selected */