Path: blob/master/arch/arm/mach-mv78xx0/include/mach/bridge-regs.h
10820 views
/*1* arch/arm/mach-mv78xx0/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/mv78xx0.h>1213#define CPU_CONTROL (BRIDGE_VIRT_BASE | 0x0104)14#define L2_WRITETHROUGH 0x000200001516#define RSTOUTn_MASK (BRIDGE_VIRT_BASE | 0x0108)17#define SOFT_RESET_OUT_EN 0x000000041819#define SYSTEM_SOFT_RESET (BRIDGE_VIRT_BASE | 0x010c)20#define SOFT_RESET 0x000000012122#define BRIDGE_INT_TIMER1_CLR (~0x0004)2324#define IRQ_VIRT_BASE (BRIDGE_VIRT_BASE | 0x0200)25#define IRQ_CAUSE_ERR_OFF 0x000026#define IRQ_CAUSE_LOW_OFF 0x000427#define IRQ_CAUSE_HIGH_OFF 0x000828#define IRQ_MASK_ERR_OFF 0x000c29#define IRQ_MASK_LOW_OFF 0x001030#define IRQ_MASK_HIGH_OFF 0x00143132#define TIMER_VIRT_BASE (BRIDGE_VIRT_BASE | 0x0300)3334#endif353637