summaryrefslogtreecommitdiffstats
path: root/src/soc/sifive/fu540/spi_internal.h
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-08-19 21:47:58 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-08-24 09:16:48 +0000
commitcbcce2415bba2cc26d47b5491c73eb281eedb48f (patch)
treea7c5e9ce0e80f54e1d98ca35a8bd32db5ba3ff62 /src/soc/sifive/fu540/spi_internal.h
parentc94b38ec1336fa6b90a77b82582feb9093d8a274 (diff)
downloadcoreboot-cbcce2415bba2cc26d47b5491c73eb281eedb48f.tar.gz
coreboot-cbcce2415bba2cc26d47b5491c73eb281eedb48f.tar.bz2
coreboot-cbcce2415bba2cc26d47b5491c73eb281eedb48f.zip
soc/sifive: Drop unneeded empty lines
Change-Id: I20008c71d5b573d72a09068626523e10faa2d632 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44602 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/sifive/fu540/spi_internal.h')
-rw-r--r--src/soc/sifive/fu540/spi_internal.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/soc/sifive/fu540/spi_internal.h b/src/soc/sifive/fu540/spi_internal.h
index bdddf4f69ed5..96124c1fdfba 100644
--- a/src/soc/sifive/fu540/spi_internal.h
+++ b/src/soc/sifive/fu540/spi_internal.h
@@ -22,7 +22,6 @@ typedef union {
} spi_reg_sckmode;
_ASSERT_SIZEOF(spi_reg_sckmode, 4);
-
typedef union {
struct {
uint32_t mode : 2;
@@ -32,7 +31,6 @@ typedef union {
} spi_reg_csmode;
_ASSERT_SIZEOF(spi_reg_csmode, 4);
-
typedef union {
struct {
uint32_t cssck : 8;
@@ -44,7 +42,6 @@ typedef union {
} spi_reg_delay0;
_ASSERT_SIZEOF(spi_reg_delay0, 4);
-
typedef union {
struct {
uint32_t intercs : 8;
@@ -56,7 +53,6 @@ typedef union {
} spi_reg_delay1;
_ASSERT_SIZEOF(spi_reg_delay1, 4);
-
typedef union {
struct {
uint32_t proto : 2;
@@ -70,7 +66,6 @@ typedef union {
} spi_reg_fmt;
_ASSERT_SIZEOF(spi_reg_fmt, 4);
-
typedef union {
struct {
uint32_t data : 8;
@@ -81,7 +76,6 @@ typedef union {
} spi_reg_txdata;
_ASSERT_SIZEOF(spi_reg_txdata, 4);
-
typedef union {
struct {
uint32_t data : 8;
@@ -92,7 +86,6 @@ typedef union {
} spi_reg_rxdata;
_ASSERT_SIZEOF(spi_reg_rxdata, 4);
-
typedef union {
struct {
uint32_t txmark : 3;
@@ -102,7 +95,6 @@ typedef union {
} spi_reg_txmark;
_ASSERT_SIZEOF(spi_reg_txmark, 4);
-
typedef union {
struct {
uint32_t rxmark : 3;
@@ -112,7 +104,6 @@ typedef union {
} spi_reg_rxmark;
_ASSERT_SIZEOF(spi_reg_rxmark, 4);
-
typedef union {
struct {
uint32_t en : 1;
@@ -122,7 +113,6 @@ typedef union {
} spi_reg_fctrl;
_ASSERT_SIZEOF(spi_reg_fctrl, 4);
-
typedef union {
struct {
uint32_t cmd_en : 1;
@@ -139,7 +129,6 @@ typedef union {
} spi_reg_ffmt;
_ASSERT_SIZEOF(spi_reg_ffmt, 4);
-
typedef union {
struct {
uint32_t txwm : 1;
@@ -154,7 +143,6 @@ _ASSERT_SIZEOF(spi_reg_ip, 4);
#undef _ASSERT_SIZEOF
-
/**
* SPI control register memory map.
*