aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc
diff options
context:
space:
mode:
authorJohn Rigby <jrigby@freescale.com>2008-01-17 08:37:24 +1100
committerGrant Likely <grant.likely@secretlab.ca>2008-01-21 11:01:32 -0700
commit94f389485e27641348c1951ab8d65157122a8939 (patch)
tree513c59839b466e893b9c8e3db2d6a0df2a8db11b /include/asm-ppc
parent[POWERPC] mpc5200: Add generic support for simple MPC5200 based boards (diff)
downloadlinux-dev-94f389485e27641348c1951ab8d65157122a8939.tar.xz
linux-dev-94f389485e27641348c1951ab8d65157122a8939.zip
[POWERPC] Separate MPC52xx PSC FIFO registers from rest of PSC
This is in preparation for the addition of MPC512x PSC support. The main difference in the 512x is in the fifo registers. Signed-off-by: John Rigby <jrigby@freescale.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'include/asm-ppc')
-rw-r--r--include/asm-ppc/mpc52xx_psc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-ppc/mpc52xx_psc.h b/include/asm-ppc/mpc52xx_psc.h
index c82b8d49a7da..39fcd02cd4e8 100644
--- a/include/asm-ppc/mpc52xx_psc.h
+++ b/include/asm-ppc/mpc52xx_psc.h
@@ -159,6 +159,9 @@ struct mpc52xx_psc {
u8 reserved16[3];
u8 irfdr; /* PSC + 0x54 */
u8 reserved17[3];
+};
+
+struct mpc52xx_psc_fifo {
u16 rfnum; /* PSC + 0x58 */
u16 reserved18;
u16 tfnum; /* PSC + 0x5c */