regs.h

来自「uboot针对三星公司的s3c2410(arm920T核)的初始化源代码。」· C头文件 代码 · 共 50 行

H
50
字号
#ifndef _HEAD_REGS_H_#define _HEAD_REGS_H_#define WT_BASE_ADDR		(0x44100000)#define INT_BASE_ADDR		(0x40200000)#define oINTMOD			(0x04)#define oINTMSK			(0x08)#define oINTSUBMSK		(0x1C)#define LCD_BASE_ADDR		(0x4A000000)#define oLCDINTMSK		(0x5C)#define CLK_BASE_ADDR		(0x40000000)#define oLOCKTIME		(0x00)#define oMPLLCON		(0x10)#define oCLKDIV			(0x28)#define SROM_BASE_ADDR		(0x40C20000)#define oSROMBW			(0x00)#define oSROMBC0		(0x04)#define oSROMBC1		(0x08)#define oSROMBC2		(0x0C)#define SDRAM1_BASE_ADDR	(0x40C40000)#define oP1BANKCFG		(0x00)#define oP1BANKCON		(0x04)#define oP1REFRESH		(0x08)#define oP1TIMEOUT		(0x0C)#define SDRAM2_BASE_ADDR	(0x40C60000)#define oP2BANKCFG		(0x00)#define oP2BANKCON		(0x04)#define oP2REFRESH		(0x08)#define oP2TIMEOUT		(0x0C)#define UART0_BASE_ADDR		(0x44400000)#define oULCON			(0x00)#define oUCON			(0x04)#define oUFCON			(0x08)#define oUMCON			(0x0C)#define oUTRSTAT		(0x10)#define oUERSTAT		(0x14)#define oUFSTAT			(0x18)#define oUMSTAT			(0x1C)#define oUTXH			(0x20)#define oURXH			(0x24)#define oUBRDIV			(0x28)#endif /* _HEAD_REGS_H_ */

⌨️ 快捷键说明

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