fix a kmap leak in virtio_console
[linux/fpc-iii.git] / arch / arm / mach-orion5x / include / mach / bridge-regs.h
blobf727d03f16885491dbe81dff36b74a90f6d1d874
1 /*
2 * arch/arm/mach-orion5x/include/mach/bridge-regs.h
4 * Orion CPU Bridge Registers
6 * This file is licensed under the terms of the GNU General Public
7 * License version 2. This program is licensed "as is" without any
8 * warranty of any kind, whether express or implied.
9 */
11 #ifndef __ASM_ARCH_BRIDGE_REGS_H
12 #define __ASM_ARCH_BRIDGE_REGS_H
14 #include <mach/orion5x.h>
16 #define CPU_CONF (ORION5X_BRIDGE_VIRT_BASE + 0x100)
18 #define CPU_CTRL (ORION5X_BRIDGE_VIRT_BASE + 0x104)
20 #define RSTOUTn_MASK (ORION5X_BRIDGE_VIRT_BASE + 0x108)
22 #define CPU_SOFT_RESET (ORION5X_BRIDGE_VIRT_BASE + 0x10c)
24 #define BRIDGE_CAUSE (ORION5X_BRIDGE_VIRT_BASE + 0x110)
26 #define POWER_MNG_CTRL_REG (ORION5X_BRIDGE_VIRT_BASE + 0x11C)
28 #define BRIDGE_INT_TIMER1_CLR (~0x0004)
30 #define MAIN_IRQ_CAUSE (ORION5X_BRIDGE_VIRT_BASE + 0x200)
32 #define MAIN_IRQ_MASK (ORION5X_BRIDGE_VIRT_BASE + 0x204)
34 #define TIMER_VIRT_BASE (ORION5X_BRIDGE_VIRT_BASE + 0x300)
35 #define TIMER_PHYS_BASE (ORION5X_BRIDGE_PHYS_BASE + 0x300)
36 #endif