diff options
author | Wolfgang Denk <wd@denx.de> | 2007-08-02 21:27:46 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-08-02 21:27:46 +0200 |
commit | b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86 (patch) | |
tree | 9cebaabeb5eb120db8bbcfc424767f1d3eb7d8d9 /cpu/mpc512x/fec.h | |
parent | 8993e54b6f397973794f3d6f47d3b3c0c98dd4f6 (diff) | |
download | u-boot-imx-b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86.zip u-boot-imx-b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86.tar.gz u-boot-imx-b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86.tar.bz2 |
Coding style cleanup, update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'cpu/mpc512x/fec.h')
-rw-r--r-- | cpu/mpc512x/fec.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpu/mpc512x/fec.h b/cpu/mpc512x/fec.h index 7145919..d2d877a 100644 --- a/cpu/mpc512x/fec.h +++ b/cpu/mpc512x/fec.h @@ -28,7 +28,7 @@ typedef struct ethernet_register_set { volatile uint32 RES0[1]; /* MBAR_ETH + 0x00C */ volatile uint32 r_des_active; /* MBAR_ETH + 0x010 */ volatile uint32 x_des_active; /* MBAR_ETH + 0x014 */ - + volatile uint32 RES1[3]; /* MBAR_ETH + 0x018-020 */ volatile uint32 ecntrl; /* MBAR_ETH + 0x024 */ @@ -42,10 +42,10 @@ typedef struct ethernet_register_set { volatile uint32 RES4[7]; /* MBAR_ETH + 0x068-80 */ volatile uint32 r_cntrl; /* MBAR_ETH + 0x084 */ volatile uint32 r_hash; /* MBAR_ETH + 0x088 */ - + volatile uint32 RES5[14]; /* MBAR_ETH + 0x08c-0C0 */ volatile uint32 x_cntrl; /* MBAR_ETH + 0x0C4 */ - + volatile uint32 RES6[7]; /* MBAR_ETH + 0x0C8-0E0 */ volatile uint32 paddr1; /* MBAR_ETH + 0x0E4 */ volatile uint32 paddr2; /* MBAR_ETH + 0x0E8 */ @@ -63,7 +63,7 @@ typedef struct ethernet_register_set { volatile uint32 RES9[1]; /* MBAR_ETH + 0x148 */ volatile uint32 r_bound; /* MBAR_ETH + 0x14C */ volatile uint32 r_fstart; /* MBAR_ETH + 0x150 */ - + volatile uint32 RES10[11]; /* MBAR_ETH + 0x154-17C */ volatile uint32 r_des_start; /* MBAR_ETH + 0x180 */ volatile uint32 x_des_start; /* MBAR_ETH + 0x184 */ |