mpc52xx_psc.h

2008-06-11 Thread Jon Smirl
Why was the fifo struct separated from the psc struct for the 5200? I see comments like this now: /* On the 5200, fifo regs are immediately adjacent to the psc regs */ mps-fifo = ((void __iomem *)mps-psc) + sizeof(struct mpc52xx_psc); Couldn't the fifo struct be a member at the

Re: mpc52xx_psc.h

2008-06-11 Thread Grant Likely
On Wed, Jun 11, 2008 at 3:05 PM, Jon Smirl [EMAIL PROTECTED] wrote: Why was the fifo struct separated from the psc struct for the 5200? I see comments like this now: /* On the 5200, fifo regs are immediately adjacent to the psc regs */ mps-fifo = ((void __iomem *)mps-psc) +