summaryrefslogtreecommitdiff
path: root/src/superio/ite
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-11-03 14:31:35 +0100
committerFelix Held <felix-coreboot@felixheld.de>2019-11-05 16:08:55 +0000
commit007af4251fe83326d581d158910ecff12059dbfe (patch)
tree815f53ded098b1155f2695a72e1d4a4c7c501722 /src/superio/ite
parentef63c32b5843c8b585804aa7ba37a3e7da2b7b1a (diff)
downloadcoreboot-007af4251fe83326d581d158910ecff12059dbfe.tar.xz
superio/*/*/acpi: Improve the readability of the IndexField
Change-Id: I64fdcbcbbd54334c1c551bc1346c6000ea82c97d Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36598 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/superio/ite')
-rw-r--r--src/superio/ite/it8720f/acpi/superio.asl2
-rw-r--r--src/superio/ite/it8721f/acpi/superio.asl2
-rw-r--r--src/superio/ite/it8783ef/acpi/superio.asl2
-rw-r--r--src/superio/ite/it8786e/acpi/superio.asl2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/superio/ite/it8720f/acpi/superio.asl b/src/superio/ite/it8720f/acpi/superio.asl
index 1e94655753..1c793e2ec9 100644
--- a/src/superio/ite/it8720f/acpi/superio.asl
+++ b/src/superio/ite/it8720f/acpi/superio.asl
@@ -66,7 +66,7 @@ Device(SUPERIO_DEV) {
PNP_ADDR_REG, 8,
PNP_DATA_REG, 8
}
- IndexField (ADDR, DATA, ByteAcc, NoLock, Preserve)
+ IndexField (PNP_ADDR_REG, PNP_DATA_REG, ByteAcc, NoLock, Preserve)
{
Offset (0x02),
CONFIGURE_CONTROL, 8, /* Global configure control */
diff --git a/src/superio/ite/it8721f/acpi/superio.asl b/src/superio/ite/it8721f/acpi/superio.asl
index c680f7e69c..4c54a4a6e0 100644
--- a/src/superio/ite/it8721f/acpi/superio.asl
+++ b/src/superio/ite/it8721f/acpi/superio.asl
@@ -66,7 +66,7 @@ Device(SUPERIO_DEV) {
PNP_ADDR_REG, 8,
PNP_DATA_REG, 8
}
- IndexField (ADDR, DATA, ByteAcc, NoLock, Preserve)
+ IndexField (PNP_ADDR_REG, PNP_DATA_REG, ByteAcc, NoLock, Preserve)
{
Offset (0x02),
CONFIGURE_CONTROL, 8, /* Global configure control */
diff --git a/src/superio/ite/it8783ef/acpi/superio.asl b/src/superio/ite/it8783ef/acpi/superio.asl
index d7a320e15b..ed30a810c1 100644
--- a/src/superio/ite/it8783ef/acpi/superio.asl
+++ b/src/superio/ite/it8783ef/acpi/superio.asl
@@ -71,7 +71,7 @@ Device(SUPERIO_DEV) {
PNP_ADDR_REG, 8,
PNP_DATA_REG, 8
}
- IndexField (ADDR, DATA, ByteAcc, NoLock, Preserve)
+ IndexField (PNP_ADDR_REG, PNP_DATA_REG, ByteAcc, NoLock, Preserve)
{
Offset (0x02),
CONFIGURE_CONTROL, 8, /* Global configure control */
diff --git a/src/superio/ite/it8786e/acpi/superio.asl b/src/superio/ite/it8786e/acpi/superio.asl
index f860da643b..8ea0df1114 100644
--- a/src/superio/ite/it8786e/acpi/superio.asl
+++ b/src/superio/ite/it8786e/acpi/superio.asl
@@ -70,7 +70,7 @@ Device (SUPERIO_DEV) {
PNP_ADDR_REG, 8,
PNP_DATA_REG, 8
}
- IndexField (ADDR, DATA, ByteAcc, NoLock, Preserve)
+ IndexField (PNP_ADDR_REG, PNP_DATA_REG, ByteAcc, NoLock, Preserve)
{
Offset (0x02),
CONFIGURE_CONTROL, 8, /* Global configure control */