[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>
This commit is contained in:
@@ -153,6 +153,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 */
|
||||
|
||||
Reference in New Issue
Block a user