Path: blob/master/arch/arm/mach-loki/include/mach/bridge-regs.h
15162 views
/*1* arch/arm/mach-loki/include/mach/bridge-regs.h2*3* This file is licensed under the terms of the GNU General Public4* License version 2. This program is licensed "as is" without any5* warranty of any kind, whether express or implied.6*/78#ifndef __ASM_ARCH_BRIDGE_REGS_H9#define __ASM_ARCH_BRIDGE_REGS_H1011#include <mach/loki.h>1213#define RSTOUTn_MASK (BRIDGE_VIRT_BASE | 0x0108)14#define SOFT_RESET_OUT_EN 0x000000041516#define SYSTEM_SOFT_RESET (BRIDGE_VIRT_BASE | 0x010c)17#define SOFT_RESET 0x000000011819#define BRIDGE_INT_TIMER1_CLR 0x00042021#define IRQ_VIRT_BASE (BRIDGE_VIRT_BASE | 0x0200)22#define IRQ_CAUSE_OFF 0x000023#define IRQ_MASK_OFF 0x00042425#define TIMER_VIRT_BASE (BRIDGE_VIRT_BASE | 0x0300)2627#endif282930