xscp.inc

来自「pxa270 NOR FLASH驱动代码」· INC 代码 · 共 36 行

INC
36
字号
;----------------------------------------------------------------------
;   Copyright (C) 2000 Intel Corp.
;
;   Filename XsCp.inc
;
;   This file contains general Intel(R) Xscale(TM) Microarchitecture 
;       coprocessor constants
;
;
;    2000-11-30: 11:30 EST
;


;/////////////////////////////////////////////////////////////////////////
;
;   Constant definitions
;
;  Simple symbolic constants for some opcode_2 values in the MRC/MCR instructions

Op2_0       EQU 0
Op2_1       EQU 1
Op2_2       EQU 2
Op2_3       EQU 3
Op2_4       EQU 4
Op2_5       EQU 5
Op2_6       EQU 6


;  Simple symbolic constants for some CRm values in the MRC/MCR instructions

CP15CRm_0   CN  0
CP15CRm_1   CN  1



    END

⌨️ 快捷键说明

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