aboutsummaryrefslogtreecommitdiff
path: root/src/superio/smsc/lpc47m10x
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-03-30 16:46:57 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-03-31 16:58:53 +0000
commit4c0432ae65e522be43a0c03d8a61e689eea0cc1b (patch)
tree7ee04eec218c134f525ebef7c8f899d2d36d3c19 /src/superio/smsc/lpc47m10x
parent03a3404d5b9c198c4ac74eb076df108149534b19 (diff)
superio/smsc: Improve code formatting
Change-Id: Ia9a3f7795178400de39b36471f4169a9f5a3b08b Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39931 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/superio/smsc/lpc47m10x')
-rw-r--r--src/superio/smsc/lpc47m10x/lpc47m10x.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/superio/smsc/lpc47m10x/lpc47m10x.h b/src/superio/smsc/lpc47m10x/lpc47m10x.h
index d096b37848..8f58c7c431 100644
--- a/src/superio/smsc/lpc47m10x/lpc47m10x.h
+++ b/src/superio/smsc/lpc47m10x/lpc47m10x.h
@@ -7,14 +7,14 @@
#include <device/pnp_type.h>
#include <stdint.h>
-#define LPC47M10X2_FDC 0 /* Floppy */
-#define LPC47M10X2_PP 3 /* Parallel Port */
-#define LPC47M10X2_SP1 4 /* Com1 */
-#define LPC47M10X2_SP2 5 /* Com2 */
-#define LPC47M10X2_KBC 7 /* Keyboard & Mouse */
-#define LPC47M10X2_GAME 9 /* GAME */
-#define LPC47M10X2_PME 10 /* PME reg*/
-#define LPC47M10X2_MPU 11 /* MPU-401 MIDI */
+#define LPC47M10X2_FDC 0 /* Floppy */
+#define LPC47M10X2_PP 3 /* Parallel Port */
+#define LPC47M10X2_SP1 4 /* Com1 */
+#define LPC47M10X2_SP2 5 /* Com2 */
+#define LPC47M10X2_KBC 7 /* Keyboard & Mouse */
+#define LPC47M10X2_GAME 9 /* GAME */
+#define LPC47M10X2_PME 10 /* PME reg*/
+#define LPC47M10X2_MPU 11 /* MPU-401 MIDI */
#define LPC47M10X2_MAX_CONFIG_REGISTER 0x5F