irm.h

来自「for mips adm5120 uclibc-0.9.19 toolchain」· C头文件 代码 · 共 77 行

H
77
字号
#ifndef __IDT_IRM_H__#define __IDT_IRM_H__/******************************************************************************* * * Copyright 2002 Integrated Device Technology, Inc. *		All rights reserved. * * Internal Register Map * * File   : $Id: irm.h,v 1.1 2004/10/15 12:47:26 brianc Exp $ * * Author : Allen.Stichter@idt.com * Date   : 20020605 * Update : *          $Log: irm.h,v $ *          Revision 1.1  2004/10/15 12:47:26  brianc *          Readd the file * *          Revision 1.1.1.1  2004/03/29 00:54:44  daniell *          Initialized the project * *          Revision 1.2  2003/07/30 18:20:38  stevel *          MR: 1-2IQL9 * *          Add IDT and ATI Xilleon LSP's, and update related drivers. * *          Revision 1.1.2.1  2003/02/15 00:06:01  stevel *          New IDT board support: 79EB438 and 79RP355. Also support for *          boot from PROM on 79S334A, 79EB355, 79RP355, and 79EB438. * *          Revision 1.2  2002/06/05 14:51:06  astichte *          *** empty log message *** * *          Revision 1.1  2002/05/29 17:33:23  sysarch *          jba File moved from vcode/include/idt/acacia * ******************************************************************************//* * NOTE -- *	This file is here for backwards compatibility. *	DO NOT USE !!!! */typedef enum{	IRM_Physical	= 0x18000000,	// Internal Reg. map physical.	RST_Offset	= 0x00000000,	// Includes sysid and RST.	DEV_Offset	= 0x00010000,	// Device Controller 0.	DDR_Offset	= 0x00018000,	// Double-Data-Rate mem. controller.	PMARB_Offset	= 0x00020000,	// PM bus arbiter.	TIM_Offset	= 0x00028000,	// Counter / timer.	INTEG_Offset	= 0x00030000,	// System Integrity.	INT_Offset	= 0x00038000,	// Interrupt controller.	DMA_Offset	= 0x00040000,	// DMA.	IPARB_Offset	= 0x00044000,	// IP bus arbiter.	GPIO_Offset	= 0x00048000,	// GPIO.	UART_Offset	= 0x00050000,	// UART	ETH0_Offset	= 0x00058000,	// Ethernet 0. 	ETH1_Offset	= 0x00060000,	// Ethernet 1. 	I2C_Offset	= 0x00070000,	// I2C interface.	SPI_Offset	= 0x00078000,	// Serial Peripheral Interface.	PCI_Offset	= 0x00080000,	IPBM_Offset	= 0x00090000,	// IP Bus Monitor.	OCM_Offset	= 0x00098000,	// On chip memory.	SE_Offset	= 0x000a0000,	// Security engine.	PKA_Offset	= 0x000a8000,	// Public Key Accelerator (PKA).	PKA_OM_Offset	= 0x000ac000,	// PKA operand memory.	PKA_OM_Size	= 0x00000800,	// PKA operand memory size.	RNG_Offset	= 0x000b0000,	// Random Number generatore.	CROM_Offset	= 0x000b8000,	// Configuration ROM.	IRM_Size	= 0x00200000,	// Internal Reg. map size.} IRM_Offset_t ; #endif	// __IDT_IRM_H__

⌨️ 快捷键说明

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