On Wed, 28 Apr 2010 15:18:36 -0700
Ron Madrid <ron_mad...@sbcglobal.net> wrote:

> > > +    /* Set LUPWAIT to be active low
> > and enabled */
> > > +    *mxmr = 0x08000000 |
> > MxMR_GPL_x4DIS;
> > 
> > ...because we should now be using i/o accessors. 
> 
> Not entirely sure what you mean here.  Should I be
> using __raw_writel, or writel, or ...?

out_be32 (or even setbits_be32) looks appropriate here.  The raw
accessors can be used as an alternative when performance and/or code
density issues arise.

Kim
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to