aboutsummaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
authorMichael Niewöhner <foss@mniewoehner.de>2021-01-17 02:16:10 +0100
committerMichael Niewöhner <foss@mniewoehner.de>2021-01-20 18:46:07 +0000
commit953a26875bc55794d9ad33ac47aaf8a3a195e7f1 (patch)
treecfdcd14dcffef9f128ddd8cd490459c70f86c970 /src/soc
parent0d18da8627289ff2c7ca14866878274a41aa959d (diff)
soc/intel: fix indentation in intelblocks/lpc_lib.h
Change-Id: I28be6091097f713472d5ca3b8b0921ee71238cf0 Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49589 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/intel/common/block/include/intelblocks/lpc_lib.h40
1 files changed, 20 insertions, 20 deletions
diff --git a/src/soc/intel/common/block/include/intelblocks/lpc_lib.h b/src/soc/intel/common/block/include/intelblocks/lpc_lib.h
index 542281ed43..98318aced5 100644
--- a/src/soc/intel/common/block/include/intelblocks/lpc_lib.h
+++ b/src/soc/intel/common/block/include/intelblocks/lpc_lib.h
@@ -13,30 +13,30 @@
* use IOE_KBC_60_64 macro. For IOE_ macros that do not specify a port range,
* the port range is selectable via the IO decodes register.
*/
-#define LPC_IOE_EC_4E_4F (1 << 13)
-#define LPC_IOE_SUPERIO_2E_2F (1 << 12)
-#define LPC_IOE_EC_62_66 (1 << 11)
-#define LPC_IOE_KBC_60_64 (1 << 10)
-#define LPC_IOE_HGE_208 (1 << 9)
-#define LPC_IOE_LGE_200 (1 << 8)
-#define LPC_IOE_FDD_EN (1 << 3)
-#define LPC_IOE_LPT_EN (1 << 2)
-#define LPC_IOE_COMB_EN (1 << 1)
-#define LPC_IOE_COMA_EN (1 << 0)
-#define LPC_NUM_GENERIC_IO_RANGES 4
+#define LPC_IOE_EC_4E_4F (1 << 13)
+#define LPC_IOE_SUPERIO_2E_2F (1 << 12)
+#define LPC_IOE_EC_62_66 (1 << 11)
+#define LPC_IOE_KBC_60_64 (1 << 10)
+#define LPC_IOE_HGE_208 (1 << 9)
+#define LPC_IOE_LGE_200 (1 << 8)
+#define LPC_IOE_FDD_EN (1 << 3)
+#define LPC_IOE_LPT_EN (1 << 2)
+#define LPC_IOE_COMB_EN (1 << 1)
+#define LPC_IOE_COMA_EN (1 << 0)
+#define LPC_NUM_GENERIC_IO_RANGES 4
-#define PCR_DMI_LPCLGIR1 0x2730
-#define PCR_DMI_LPCLGIR2 0x2734
-#define PCR_DMI_LPCLGIR3 0x2738
-#define PCR_DMI_LPCLGIR4 0x273c
+#define PCR_DMI_LPCLGIR1 0x2730
+#define PCR_DMI_LPCLGIR2 0x2734
+#define PCR_DMI_LPCLGIR3 0x2738
+#define PCR_DMI_LPCLGIR4 0x273c
-#define PCR_DMI_LPCIOD 0x2770
-#define PCR_DMI_LPCIOE 0x2774
+#define PCR_DMI_LPCIOD 0x2770
+#define PCR_DMI_LPCIOE 0x2774
/* LPC PCR configuration */
-#define PCR_LPC_PRC 0x341c
-#define PCR_LPC_CCE_EN 0xf
-#define PCR_LPC_PCE_EN (9 << 8)
+#define PCR_LPC_PRC 0x341c
+#define PCR_LPC_CCE_EN 0xf
+#define PCR_LPC_PCE_EN (9 << 8)
/* Serial IRQ control. SERIRQ_QUIET is the default (0). */
enum serirq_mode {