Programmer’s Model
ARM DDI 0186A
Copyright © 2000 ARM Limited. All rights reserved.
2-5
2.3.2
Register 0, ID code
This is a read-only register that returns a 32-bit device ID code. The ID code register is
accessed by reading CP15 register 0 with the opcode_2 field set to any value. For
example:
MRC p15, 0, rd, c0, c0, 0; returns ID register
The contents of the ID code are shown in Table 2-2.
2.3.3
Register 1, Control register
This register contains the global control bits of the ARM966E-S (see Table 2-3). All
reserved bits must either be written with zero or one, as indicated, or written using
read-modify-write. The reserved bits have an unpredictable value when read. To read
and write this register:
MRC p15, 0, rd, c1, c0, 0; read Control register
MCR p15, 0, rd, c1, c0, 0; write Control register
Table 2-2 Register 0, ID code
Register bits
Function
Value
31:24
Implementor
0x41
23:20
Variant
0x0
19:16
ARM architecture v5T
0x05
15:4
Part number
0x966
3:0
Version
Version specific
Table 2-3 Register 1, Control register
Register
bit
Function
31:16
Reserved (should be zero)
15
Configure disable loading
TBIT
14
Reserved (should be zero)
13
Alternate vector select
12
Instruction SRAM enable
Summary of Contents for ARM966E-S
Page 6: ...Contents vi Copyright 2000 ARM Limited All rights reserved ARM DDI 0186A ...
Page 20: ...Introduction 1 4 Copyright 2000 ARM Limited All rights reserved ARM DDI 0186A ...
Page 48: ...Tightly coupled SRAM 4 12 Copyright 2000 ARM Limited All rights reserved ARM DDI 0186A ...
Page 80: ...Bus Interface Unit 6 20 Copyright 2000 ARM Limited All rights reserved ARM DDI 0186A ...
Page 118: ...Debug Support 8 26 Copyright 2000 ARM Limited All rights reserved ARM DDI 0186A ...
Page 130: ...Test Support 10 8 Copyright 2000 ARM Limited All rights reserved ARM DDI 0186A ...
Page 142: ...Instruction cycle timings 11 12 Copyright 2000 ARM Limited All rights reserved ARM DDI 0186A ...
Page 158: ...Signal Descriptions A 16 Copyright 2000 ARM Limited All rights reserved ARM DDI 0186A ...
Page 176: ...AC Parameters B 18 Copyright 2000 ARM Limited All rights reserved ARM DDI 0186A ...