1 /* linux/include/asm-arm/arch-sa1100/debug-macro.S
3 * Debugging macro include header
5 * Copyright (C) 1994-1999 Russell King
6 * Moved from linux/arch/arm/kernel/debug.S by Ben Dooks
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
15 mrc p15, 0, \rx, c1, c0
16 tst \rx, #1 @ MMU enabled?
17 moveq \rx, #0x80000000 @ physical base address
18 movne \rx, #0xf8000000 @ virtual address
20 @ We probe for the active serial port here, coherently with
21 @ the comment in include/asm-arm/arch-sa1100/uncompress.h.
22 @ We assume r1 can be clobbered.
24 @ see if Ser3 is active
25 add \rx, \rx, #0x00050000
29 @ if Ser3 is inactive, then try Ser1
30 addeq \rx, \rx, #(0x00010000 - 0x00050000)
31 ldreq r1, [\rx, #UTCR3]
34 @ if Ser1 is inactive, then try Ser2
35 addeq \rx, \rx, #(0x00030000 - 0x00010000)
36 ldreq r1, [\rx, #UTCR3]
39 @ if all ports are inactive, then there is nothing we can do
48 1001: ldr \rd, [\rx, #UTSR1]
54 1001: ldr \rd, [\rx, #UTSR1]