Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 1 | /* |
| 2 | * arch/arm/mach-ep93xx/include/mach/debug-macro.S |
| 3 | * Debugging macro include header |
| 4 | * |
| 5 | * Copyright (C) 2006 Lennert Buytenhek <buytenh@wantstofly.org> |
| 6 | * |
| 7 | * This program is free software; you can redistribute it and/or modify |
| 8 | * it under the terms of the GNU General Public License as published by |
| 9 | * the Free Software Foundation; either version 2 of the License, or (at |
| 10 | * your option) any later version. |
| 11 | */ |
| 12 | #include <mach/ep93xx-regs.h> |
| 13 | |
Jeremy Kerr | 0ea1293 | 2010-07-06 18:30:06 +0800 | [diff] [blame] | 14 | .macro addruart, rp, rv |
| 15 | ldr \rp, =EP93XX_APB_PHYS_BASE @ Physical base |
| 16 | ldr \rv, =EP93XX_APB_VIRT_BASE @ virtual base |
| 17 | orr \rp, \rp, #0x000c0000 |
| 18 | orr \rv, \rv, #0x000c0000 |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 19 | .endm |
| 20 | |
| 21 | #include <asm/hardware/debug-pl01x.S> |