Programmer’s Model
2-8
Copyright © 2001-2003 ARM Limited. All rights reserved.
ARM DDI0198D
ID Code Register c0
This is a read-only register that returns the 32-bit device ID code.
You can access the ID Code Register by reading CP15 register c0 with the Opcode_2
field set to any value other than 1 or 2. For example:
MRC p15, 0, <Rd>, c0, c0, {0, 3-7} ;returns ID
The contents of the ID Code Register are shown in Table 2-5.
Cache Type Register c0
This is a read-only register that contains information about the size and architecture of
the
Instruction Cache
(ICache) and
Data Cache
(DCache) enabling operating systems
to establish how to perform such operations as cache cleaning and lockdown.
You can access the cache type register by reading CP15 register c0 with the Opcode_2
field set to 1. For example:
MRC p15, 0, <Rd>, c0, c0, 1; returns cache details
The format of the Cache Type Register is shown in Figure 2-2 on page 2-9.
Table 2-5 Register 0, ID code
Register bits
Function
Value
[31:24]
ASCII code of implementer trademark
0x41
[23:20]
Variant
0x0
[19:16]
Architecture (ARMv5TEJ)
0x6
[15:4]
Part number
0x926
[3:0]
Revision
0x05
a
a. The revision value can be in the range 0x0 to 0x5, depending on the
layout revision you are using..
Summary of Contents for ARM926EJ-S
Page 6: ...Contents vi Copyright 2001 2003 ARM Limited All rights reserved ARM DDI0198D ...
Page 10: ...List of Tables x Copyright 2001 2003 ARM Limited All rights reserved ARM DDI0198D ...
Page 14: ...List of Figures xiv Copyright 2001 2003 ARM Limited All rights reserved ARM DDI0198D ...
Page 22: ...Preface xxii Copyright 2001 2003 ARM Limited All rights reserved ARM DDI0198D ...
Page 28: ...Introduction 1 6 Copyright 2001 2003 ARM Limited All rights reserved ARM DDI0198D ...
Page 96: ...Memory Management Unit 3 32 Copyright 2001 2003 ARM Limited All rights reserved ARM DDI0198D ...
Page 108: ...Caches and Write Buffer 4 12 Copyright 2001 2003 ARM Limited All rights reserved ARM DDI0198D ...
Page 152: ...Bus Interface Unit 6 12 Copyright 2001 2003 ARM Limited All rights reserved ARM DDI0198D ...
Page 206: ...Signal Descriptions A 18 Copyright 2001 2003 ARM Limited All rights reserved ARM DDI0198D ...