summaryrefslogtreecommitdiff
path: root/src/soc/intel/braswell/acpi/scc.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/braswell/acpi/scc.asl')
-rw-r--r--src/soc/intel/braswell/acpi/scc.asl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/intel/braswell/acpi/scc.asl b/src/soc/intel/braswell/acpi/scc.asl
index 9eaf7d2d66..91c5d278f1 100644
--- a/src/soc/intel/braswell/acpi/scc.asl
+++ b/src/soc/intel/braswell/acpi/scc.asl
@@ -47,7 +47,7 @@ Device (EMMC)
Method (_PS0)
{
- And (PSAT, 0xfffffffc, PSAT)
+ PSAT &= 0xfffffffc
PSAT |= 0
}
@@ -148,7 +148,7 @@ Device (SDIO)
Method (_PS0)
{
- And (PSAT, 0xfffffffc, PSAT)
+ PSAT &= 0xfffffffc
PSAT |= 0
}
}
@@ -200,7 +200,7 @@ Device (SDCD)
Method (_PS0)
{
- And (PSAT, 0xfffffffc, PSAT)
+ PSAT &= 0xfffffffc
PSAT |= 0
}
}