* mpc55xx/include/fsl-mpc551x.h: Use legacy register naming.
This commit is contained in:
Sebastian Huber
2011-09-01 08:15:10 +00:00
parent 7a84689f29
commit 3ac2bf5e24
2 changed files with 12 additions and 8 deletions

View File

@@ -1,3 +1,7 @@
2011-09-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
* mpc55xx/include/fsl-mpc551x.h: Use legacy register naming.
2011-09-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
* mpc55xx/include/fsl-mpc551x.h, mpc55xx/include/fsl-mpc556x.h,

View File

@@ -1072,7 +1072,7 @@ extern "C" {
uint32_t:23;
uint32_t HBLOCK:8;
} B;
} HBL;
} HLR; /* Legacy naming - refer to HBL in Reference Manual */
union SLMLR_tag { /* Secondary Low/Mid Block Locking Register */
uint32_t R;
@@ -1085,9 +1085,9 @@ extern "C" {
uint32_t:6;
uint32_t SLLOCK:10;
} B;
} SLL;
} SLMLR; /* Legacy naming - refer to SLL in Reference Manual */
union { /* LMS Register */
union { /* Low/Mid Address Space Block Select Register */
uint32_t R;
struct {
uint32_t:14;
@@ -1095,24 +1095,24 @@ extern "C" {
uint32_t:6;
uint32_t LSEL:10;
} B;
} LMS;
} LMSR; /* Legacy naming - refer to LMS in Reference Manual */
union {
union { /* High Address Space Block Select Register */
uint32_t R;
struct {
uint32_t:28;
uint32_t HBSEL:4;
} B;
} HBS;
} HSR; /* Legacy naming - refer to HBS in Reference Manual */
union {
union { /* Address Register */
uint32_t R;
struct {
uint32_t:10;
uint32_t ADDR:19;
uint32_t:3;
} B;
} ADR;
} AR; /* Legacy naming - refer to ADR in Reference Manual */
union { /* Platform Flash Configuration Register for Port 0 */
uint32_t R;