
21 Aug
2009
21 Aug
'09
10:56 p.m.
On Thu, 20 Aug 2009 13:03:09 +0200 Detlev Zundel dzu@denx.de wrote:
or maybe even always use the mask, define it in the board config and do a
#if !defined(LCCR_MASK) #define LCCR_MASK 0xFFFFFFFF #endif
ack.
This really depends if and how this applies to the other members of the 83xx family.
they're all the same, really.
And, by the way, we should _really_ be using accessor macros all around ;)
actually LCRR itself has specific instructions that say if written, it then should be read, and then an isync be issued.
Kim