Skip to content

Commit

Permalink
[POWERPC] QE: Added missing CEURNR register
Browse files Browse the repository at this point in the history
According to the publicly available MPC8360E RM (rev. 1 from 09/2006 and rev. 2
from 05/2007) and MPC8323E RM (rev. 1 from 09/2006), CEURNR is the QE microcode
revision number register and is located at offset 0x1b8 within the QE internal
register space

Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Emil Medve authored and Kumar Gala committed Oct 4, 2007
1 parent 0438c28 commit b6927bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/asm-powerpc/immap_qe.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@ struct cp_qe {
__be16 ceexe4; /* QE external request 4 event register */
u8 res11[0x2];
__be16 ceexm4; /* QE external request 4 mask register */
u8 res12[0x2];
u8 res13[0x280];
u8 res12[0x3A];
__be32 ceurnr; /* QE microcode revision number register */
u8 res13[0x244];
} __attribute__ ((packed));

/* QE Multiplexer */
Expand Down

0 comments on commit b6927bc

Please sign in to comment.