]> git.sur5r.net Git - u-boot/commit
include/ns16550.h: Unify structure declaration for registers
authorDetlev Zundel <dzu@denx.de>
Fri, 3 Apr 2009 14:45:46 +0000 (16:45 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 3 Apr 2009 23:23:56 +0000 (01:23 +0200)
commit453c0d7558215cbc8636d94af172886d84e0dbba
tree0c137602482338d795518f8aba4c358ba3585627
parent0a145ce6e7075aa0f4869d6f6149a5ff205d95df
include/ns16550.h: Unify structure declaration for registers

Instead of special casing the different access patterns, use common
code with light macros sprinkled in to accomodate for the different
layouts of the register structure.

Note that this also changes the types of the registers for the
"positively packed (>1)" cases.  As the registers truly are unsigned
chars, this is surely the Right Thing, but it is a semantic change.
Note that for this case depending on the endianness on the bus, we may
see a change of behaviour.

Signed-off-by: Detlev Zundel <dzu@denx.de>
include/ns16550.h