ARM: orion: Rename some constants to macros to make code more identical
authorAndrew Lunn <andrew@lunn.ch>
Sun, 15 May 2011 11:32:40 +0000 (13:32 +0200)
committerNicolas Pitre <nico@fluxnic.net>
Mon, 16 May 2011 18:46:17 +0000 (14:46 -0400)
Changing eg 0xffffffff to DMA_BIT_MASK(32) etc allows easier
side by side comparision of identical code which can be consolidated.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Nicolas Pitre <nico@fluxnic.net>

No differences found