You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
579 B
21 lines
579 B
![]()
19 years ago
|
/*
|
||
![]()
17 years ago
|
* arch/arm/mach-iop32x/include/mach/debug-macro.S
|
||
![]()
19 years ago
|
*
|
||
|
* Debugging macro include header
|
||
|
*
|
||
![]()
19 years ago
|
* Copyright (C) 1994-1999 Russell King
|
||
|
* Moved from linux/arch/arm/kernel/debug.S by Ben Dooks
|
||
![]()
19 years ago
|
*
|
||
|
* 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.
|
||
![]()
19 years ago
|
*/
|
||
![]()
19 years ago
|
|
||
![]()
19 years ago
|
.macro addruart, rx
|
||
|
mov \rx, #0xfe000000 @ physical as well as virtual
|
||
![]()
19 years ago
|
orr \rx, \rx, #0x00800000 @ location of the UART
|
||
|
.endm
|
||
|
|
||
|
#define UART_SHIFT 0
|
||
|
#include <asm/hardware/debug-8250.S>
|