Skip to content
Snippets Groups Projects
Commit ec2638ea authored by Dave Liu's avatar Dave Liu Committed by Kim Phillips
Browse files

mpc83xx: Fix the typo in mpc83xx.h


The SPCR about TSEC priority is wrong.

Signed-off-by: default avatarMichael Barkowski <Michael.Barkowski@freescale.com>
Signed-off-by: default avatarJoe D'Abbraccio <Joe.D'abbraccio@freescale.com>
Signed-off-by: default avatarDave Liu <daveliu@freescale.com>
Signed-off-by: default avatarKim Phillips <kim.phillips@freescale.com>
parent c86ef2cd
No related branches found
No related tags found
No related merge requests found
......@@ -145,10 +145,10 @@
/* SPCR bits - MPC831x and MPC837x specific */
#define SPCR_TSECDP 0x00003000 /* TSEC data priority */
#define SPCR_TSECDP_SHIFT (31-19)
#define SPCR_TSECEP 0x00000C00 /* TSEC emergency priority */
#define SPCR_TSECEP_SHIFT (31-21)
#define SPCR_TSECBDP 0x00000300 /* TSEC buffer descriptor priority */
#define SPCR_TSECBDP_SHIFT (31-23)
#define SPCR_TSECBDP 0x00000C00 /* TSEC buffer descriptor priority */
#define SPCR_TSECBDP_SHIFT (31-21)
#define SPCR_TSECEP 0x00000300 /* TSEC emergency priority */
#define SPCR_TSECEP_SHIFT (31-23)
#endif
/* SICRL/H - System I/O Configuration Register Low/High
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment