]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - include/asm-arm/arch-orion/debug-macro.S
[XFS] Added quota targets and removed dmapi directory
[mirror_ubuntu-jammy-kernel.git] / include / asm-arm / arch-orion / debug-macro.S
1 /*
2 * linux/include/asm-arm/arch-orion/debug-macro.S
3 *
4 * Debugging macro include header
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
10
11 .macro addruart,rx
12 mov \rx, #0xf1000000
13 orr \rx, \rx, #0x00012000
14 .endm
15
16 #define UART_SHIFT 2
17 #include <asm/hardware/debug-8250.S>