2 * Debugging macro include header
4 * Copyright (C) 1994-1999 Russell King
5 * Moved from linux/arch/arm/kernel/debug.S by Ben Dooks
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
14 #define UART_FLAG 0x18
15 #define UART_FLAG_BUSY (1 << 3)
17 .macro addruart, rp, rv, tmp
18 ldr \rp, =CONFIG_DEBUG_UART_PHYS
19 ldr \rv, =CONFIG_DEBUG_UART_VIRT
23 str \rd, [\rx, #UART_DATA]
27 1002: ldr \rd, [\rx, #UART_FLAG]
28 tst \rd, #UART_FLAG_BUSY
33 1001: ldr \rd, [\rx, #UART_FLAG]
34 tst \rd, #UART_FLAG_BUSY