mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
powerpc/mpc85xx: Add definitions for HDBCR registers
Makes it a bit easier to see if we've properly set them. While we're in there, modify the accesses to HDBCR0 and HDBCR1 to actually use those definitions. Signed-off-by: Andy Fleming <afleming@freescale.com>
This commit is contained in:
parent
0cb3325cd3
commit
cd7ad62996
3 changed files with 18 additions and 8 deletions
|
@ -575,6 +575,16 @@
|
|||
#define SPRN_MSSSR0 0x3f7
|
||||
#endif
|
||||
|
||||
#define SPRN_HDBCR0 0x3d0
|
||||
#define SPRN_HDBCR1 0x3d1
|
||||
#define SPRN_HDBCR2 0x3d2
|
||||
#define SPRN_HDBCR3 0x3d3
|
||||
#define SPRN_HDBCR4 0x3d4
|
||||
#define SPRN_HDBCR5 0x3d5
|
||||
#define SPRN_HDBCR6 0x3d6
|
||||
#define SPRN_HDBCR7 0x277
|
||||
#define SPRN_HDBCR8 0x278
|
||||
|
||||
/* Short-hand versions for a number of the above SPRNs */
|
||||
|
||||
#define CTR SPRN_CTR /* Counter Register */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue