2007-02-16 21:36:55 +07:00
|
|
|
/*
|
2008-08-05 22:14:15 +07:00
|
|
|
* arch/arm/mach-ns9xxx/include/mach/debug-macro.S
|
2007-02-16 21:36:55 +07:00
|
|
|
* Copyright (C) 2006 by Digi International Inc.
|
|
|
|
* All rights reserved.
|
|
|
|
*
|
|
|
|
* 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.
|
|
|
|
*/
|
2008-08-05 22:14:15 +07:00
|
|
|
#include <mach/hardware.h>
|
2010-07-22 22:34:34 +07:00
|
|
|
#include <asm/memory.h>
|
2007-02-16 21:36:55 +07:00
|
|
|
|
2008-08-05 22:14:15 +07:00
|
|
|
#include <mach/regs-board-a9m9750dev.h>
|
2007-02-16 21:36:55 +07:00
|
|
|
|
2010-07-06 17:30:06 +07:00
|
|
|
.macro addruart, rp, rv
|
|
|
|
ldr \rp, =NS9XXX_CSxSTAT_PHYS(0)
|
|
|
|
ldr \rv, =io_p2v(NS9XXX_CSxSTAT_PHYS(0))
|
2007-02-16 21:36:55 +07:00
|
|
|
.endm
|
|
|
|
|
|
|
|
#define UART_SHIFT 2
|
|
|
|
#include <asm/hardware/debug-8250.S>
|