2006-09-18 16:26:25 -06:00
|
|
|
/*
|
2008-08-05 09:14:15 -06:00
|
|
|
* arch/arm/mach-iop33x/include/mach/debug-macro.S
|
2006-09-18 16:10:26 -06:00
|
|
|
*
|
|
|
|
* Debugging macro include header
|
|
|
|
*
|
2006-09-18 16:26:25 -06:00
|
|
|
* Copyright (C) 1994-1999 Russell King
|
|
|
|
* Moved from linux/arch/arm/kernel/debug.S by Ben Dooks
|
2006-09-18 16:10:26 -06:00
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
|
|
* published by the Free Software Foundation.
|
2006-09-18 16:26:25 -06:00
|
|
|
*/
|
2006-09-18 16:10:26 -06:00
|
|
|
|
2010-07-06 04:30:06 -06:00
|
|
|
.macro addruart, rp, rv
|
|
|
|
mov \rp, #0x00ff0000
|
|
|
|
orr \rp, \rp, #0x0000f700
|
|
|
|
orr \rv, #0xfe000000 @ virtual
|
|
|
|
orr \rp, #0xff000000 @ physical
|
2006-09-18 16:10:26 -06:00
|
|
|
.endm
|
|
|
|
|
|
|
|
#define UART_SHIFT 2
|
|
|
|
#include <asm/hardware/debug-8250.S>
|