⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 kn02.h

📁 ARM 嵌入式 系统 设计与实例开发 实验教材 二源码
💻 H
字号:
/* * Hardware info about DEC DECstation 5000/2xx systems (otherwise known * as 3max or kn02. * * This file is subject to the terms and conditions of the GNU General Public * License.  See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1995,1996 by Paul M. Antoine, some code and definitions * are by curteousy of Chris Fraser. * * This file is under construction - you were warned! */#ifndef __ASM_MIPS_DEC_KN02_H #define __ASM_MIPS_DEC_KN02_H #include <asm/addrspace.h>/* * Motherboard regs (kseg1 addresses) */#define KN02_CSR_ADDR	KSEG1ADDR(0x1ff00000)	/* system control & status reg *//* * Some port addresses... * FIXME: these addresses are incomplete and need tidying up! */#define KN02_RTC_BASE	KSEG1ADDR(0x1fe80000)#define KN02_DZ11_BASE	KSEG1ADDR(0x1fe00000)#define KN02_CSR_BNK32M	(1<<10)			/* 32M stride *//* * Interrupt enable Bits */#define KN02_SLOT0	(1<<16)#define KN02_SLOT1	(1<<17)#define KN02_SLOT2	(1<<18)#define KN02_SLOT5	(1<<21)#define KN02_SLOT6	(1<<22)#define KN02_SLOT7	(1<<23)#endif /* __ASM_MIPS_DEC_KN02_H */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -