summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/include
diff options
context:
space:
mode:
authorMartin Aberg <maberg@gaisler.com>2017-01-24 11:16:41 +0100
committerDaniel Hellstrom <daniel@gaisler.com>2017-05-14 12:31:57 +0200
commitbc40b4def8f06a7fb38e417b267dbd2e0c8ee822 (patch)
tree8cae3c8d2f1bcff9d9e8f6b77d708347ded7709e /c/src/lib/libbsp/sparc/shared/include
parentleon, grcan: function based user interface (diff)
downloadrtems-bc40b4def8f06a7fb38e417b267dbd2e0c8ee822.tar.bz2
leon, grcan: consistent indentation
This commit does not contain any change of functionality.
Diffstat (limited to 'c/src/lib/libbsp/sparc/shared/include')
-rw-r--r--c/src/lib/libbsp/sparc/shared/include/grcan.h76
1 files changed, 38 insertions, 38 deletions
diff --git a/c/src/lib/libbsp/sparc/shared/include/grcan.h b/c/src/lib/libbsp/sparc/shared/include/grcan.h
index c391aa327a..08e663804a 100644
--- a/c/src/lib/libbsp/sparc/shared/include/grcan.h
+++ b/c/src/lib/libbsp/sparc/shared/include/grcan.h
@@ -23,41 +23,41 @@ extern "C" {
#endif
struct grcan_regs {
- volatile unsigned int conf; /* 0x00 */
- volatile unsigned int stat; /* 0x04 */
- volatile unsigned int ctrl; /* 0x08 */
- volatile unsigned int dummy0[3]; /* 0x0C-0x014 */
- volatile unsigned int smask; /* 0x18 */
- volatile unsigned int scode; /* 0x1C */
-
- volatile unsigned int dummy1[56]; /* 0x20-0xFC */
-
- volatile unsigned int pimsr; /* 0x100 */
- volatile unsigned int pimr; /* 0x104 */
- volatile unsigned int pisr; /* 0x108 */
- volatile unsigned int pir; /* 0x10C */
- volatile unsigned int imr; /* 0x110 */
- volatile unsigned int picr; /* 0x114 */
-
- volatile unsigned int dummy2[58]; /* 0x118-0x1FC */
-
- volatile unsigned int tx0ctrl; /* 0x200 */
- volatile unsigned int tx0addr; /* 0x204 */
- volatile unsigned int tx0size; /* 0x208 */
- volatile unsigned int tx0wr; /* 0x20C */
- volatile unsigned int tx0rd; /* 0x210 */
- volatile unsigned int tx0irq; /* 0x214 */
-
- volatile unsigned int dummy3[58]; /* 0x218-0x2FC */
-
- volatile unsigned int rx0ctrl; /* 0x300 */
- volatile unsigned int rx0addr; /* 0x304 */
- volatile unsigned int rx0size; /* 0x308 */
- volatile unsigned int rx0wr; /* 0x30C */
- volatile unsigned int rx0rd; /* 0x310 */
- volatile unsigned int rx0irq; /* 0x314 */
- volatile unsigned int rx0mask; /* 0x318 */
- volatile unsigned int rx0code; /* 0x31C */
+ volatile unsigned int conf; /* 0x00 */
+ volatile unsigned int stat; /* 0x04 */
+ volatile unsigned int ctrl; /* 0x08 */
+ volatile unsigned int dummy0[3]; /* 0x0C-0x014 */
+ volatile unsigned int smask; /* 0x18 */
+ volatile unsigned int scode; /* 0x1C */
+
+ volatile unsigned int dummy1[56]; /* 0x20-0xFC */
+
+ volatile unsigned int pimsr; /* 0x100 */
+ volatile unsigned int pimr; /* 0x104 */
+ volatile unsigned int pisr; /* 0x108 */
+ volatile unsigned int pir; /* 0x10C */
+ volatile unsigned int imr; /* 0x110 */
+ volatile unsigned int picr; /* 0x114 */
+
+ volatile unsigned int dummy2[58]; /* 0x118-0x1FC */
+
+ volatile unsigned int tx0ctrl; /* 0x200 */
+ volatile unsigned int tx0addr; /* 0x204 */
+ volatile unsigned int tx0size; /* 0x208 */
+ volatile unsigned int tx0wr; /* 0x20C */
+ volatile unsigned int tx0rd; /* 0x210 */
+ volatile unsigned int tx0irq; /* 0x214 */
+
+ volatile unsigned int dummy3[58]; /* 0x218-0x2FC */
+
+ volatile unsigned int rx0ctrl; /* 0x300 */
+ volatile unsigned int rx0addr; /* 0x304 */
+ volatile unsigned int rx0size; /* 0x308 */
+ volatile unsigned int rx0wr; /* 0x30C */
+ volatile unsigned int rx0rd; /* 0x310 */
+ volatile unsigned int rx0irq; /* 0x314 */
+ volatile unsigned int rx0mask; /* 0x318 */
+ volatile unsigned int rx0code; /* 0x31C */
};
struct grcan_stats {
@@ -65,9 +65,9 @@ struct grcan_stats {
unsigned int overrun_cnt;
unsigned int rxsync_cnt;
unsigned int txsync_cnt;
- unsigned int txloss_cnt;
- unsigned int ahberr_cnt;
- unsigned int ints;
+ unsigned int txloss_cnt;
+ unsigned int ahberr_cnt;
+ unsigned int ints;
};
struct grcan_timing {