📄 sfr6410.inc
字号:
;/*************************************************************************************
;
; Project Name : S3C6410 Validation
;
; Copyright 2006 by Samsung Electronics, Inc.
; All rights reserved.
;
; Project Description :
; This software is only for validating functions of the S3C6410.
; Anybody can use this software without our permission.
;
;--------------------------------------------------------------------------------------
;
; File Name : sfr6410.inc
;
; File Description : This file defines the some SFRs' addresses
; used in the startup procedure
;
; Author : Haksoo,Kim
; Dept. : AP Development Team
; Created Date : 2006/11/08
; Version : 0.1
;
; History
; - Created(Haksoo,Kim 2006/11/08)
;
;*************************************************************************************/
;================
; WatchDog
;================
rWTCON EQU 0x7e004000
;================
; SysCon
;================
rAPLL_LOCK EQU 0x7e00f000
rMPLL_LOCK EQU 0x7e00f004
rAPLL_CON EQU 0x7e00f00c
rMPLL_CON EQU 0x7e00f010
rCLK_SRC EQU 0x7e00f01c
rCLK_DIV0 EQU 0x7e00f020
rCLK_OUT EQU 0x7e00f02c
rMEM_SYS_CFG EQU 0x7e00f120
rOTHERS EQU 0x7e00f900
rINFORM0 EQU 0x7e00fa00
rINFORM1 EQU 0x7e00fa04
rINFORM2 EQU 0x7e00fa08
rINFORM3 EQU 0x7e00fa0c
;================
; GPIO
;================
rGPLCON0 EQU 0x7f008810
rGPLCON1 EQU 0x7f008814
rGPLDAT EQU 0x7f008818
rGPLPUD EQU 0x7f00881c
rGPNCON EQU 0x7f008830
rGPNDAT EQU 0x7f008834
rGPNPUD EQU 0x7f008838
rMEM0DRVCON EQU 0x7f0081D0
rMEM1DRVCON EQU 0x7f0081D4
;=================
; SMC
;=================
rSROM_BW EQU 0x70000000
;=================
; DMC
;=================
DMC0_BASE EQU 0x7e000000
DMC1_BASE EQU 0x7e001000
INDEX_MEMSTAT EQU 0x0
INDEX_MEMCCMD EQU 0x4
INDEX_DIRECTCMD EQU 0x8
INDEX_MEMCFG EQU 0xc
INDEX_REFRESH EQU 0x10
INDEX_CASLAT EQU 0x14
INDEX_T_DQSS EQU 0x18
INDEX_T_MRD EQU 0x1c
INDEX_T_RAS EQU 0x20
INDEX_T_RC EQU 0x24
INDEX_T_RCD EQU 0x28
INDEX_T_RFC EQU 0x2c
INDEX_T_RP EQU 0x30
INDEX_T_RRD EQU 0x34
INDEX_T_WR EQU 0x38
INDEX_T_WTR EQU 0x3c
INDEX_T_XP EQU 0x40
INDEX_T_XSR EQU 0x44
INDEX_T_ESR EQU 0x48
INDEX_MEMCFG2 EQU 0x4c
INDEX_ID_0_CFG EQU 0x100
INDEX_ID_1_CFG EQU 0x104
INDEX_ID_2_CFG EQU 0x108
INDEX_ID_3_CFG EQU 0x10c
INDEX_ID_4_CFG EQU 0x110
INDEX_ID_5_CFG EQU 0x114
INDEX_ID_6_CFG EQU 0x118
INDEX_ID_7_CFG EQU 0x11c
INDEX_ID_8_CFG EQU 0x120
INDEX_ID_9_CFG EQU 0x124
INDEX_ID_10_CFG EQU 0x128
INDEX_ID_11_CFG EQU 0x12c
INDEX_ID_12_CFG EQU 0x130
INDEX_ID_13_CFG EQU 0x134
INDEX_ID_14_CFG EQU 0x138
INDEX_ID_15_CFG EQU 0x13c
INDEX_CHIP0_CFG EQU 0x200
INDEX_CHIP1_CFG EQU 0x204
INDEX_USER_STAT EQU 0x300
INDEX_USER_CFG EQU 0x304
END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -