Tzachi Perelstein | 585cf17 | 2007-10-23 15:14:41 -0400 | [diff] [blame^] | 1 | /* |
2 | * linux/include/asm-arm/arch-orion/debug-macro.S | ||||
3 | * | ||||
4 | * Debugging macro include header | ||||
5 | * | ||||
6 | * This program is free software; you can redistribute it and/or modify | ||||
7 | * it under the terms of the GNU General Public License version 2 as | ||||
8 | * published by the Free Software Foundation. | ||||
9 | */ | ||||
10 | |||||
11 | .macro addruart,rx | ||||
12 | mov \rx, #0xf1000000 | ||||
13 | orr \rx, \rx, #0x00012000 | ||||
14 | .endm | ||||
15 | |||||
16 | #define UART_SHIFT 2 | ||||
17 | #include <asm/hardware/debug-8250.S> |