1 |
17 |
khays |
/* TI C6X control register information.
|
2 |
|
|
Copyright 2010
|
3 |
|
|
Free Software Foundation, Inc.
|
4 |
|
|
|
5 |
|
|
This program is free software; you can redistribute it and/or modify
|
6 |
|
|
it under the terms of the GNU General Public License as published by
|
7 |
|
|
the Free Software Foundation; either version 3 of the License, or
|
8 |
|
|
(at your option) any later version.
|
9 |
|
|
|
10 |
|
|
This program is distributed in the hope that it will be useful,
|
11 |
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12 |
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
13 |
|
|
GNU General Public License for more details.
|
14 |
|
|
|
15 |
|
|
You should have received a copy of the GNU General Public License
|
16 |
|
|
along with this program; if not, write to the Free Software
|
17 |
|
|
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
18 |
|
|
MA 02110-1301, USA. */
|
19 |
|
|
|
20 |
|
|
/* Define the CTRL macro before including this file; it takes as
|
21 |
|
|
arguments the fields from tic6x_ctrl (defined in tic6x.h). The
|
22 |
|
|
control register name is given as an identifier; the isa_variants
|
23 |
|
|
field without the leading TIC6X_INSN_; the rw field without the
|
24 |
|
|
leading tic6x_rw_. */
|
25 |
|
|
|
26 |
|
|
CTRL(amr, C62X, read_write, 0x0, 0x10)
|
27 |
|
|
CTRL(csr, C62X, read_write, 0x1, 0x10)
|
28 |
|
|
CTRL(dnum, C64XP, read, 0x11, 0x1f)
|
29 |
|
|
CTRL(ecr, C64XP, write, 0x1d, 0x1f)
|
30 |
|
|
CTRL(efr, C64XP, read, 0x1d, 0x1f)
|
31 |
|
|
CTRL(fadcr, C67X, read_write, 0x12, 0x1f)
|
32 |
|
|
CTRL(faucr, C67X, read_write, 0x13, 0x1f)
|
33 |
|
|
CTRL(fmcr, C67X, read_write, 0x14, 0x1f)
|
34 |
|
|
CTRL(gfpgfr, C64X, read_write, 0x18, 0x1f)
|
35 |
|
|
CTRL(gplya, C64XP, read_write, 0x16, 0x1f)
|
36 |
|
|
CTRL(gplyb, C64XP, read_write, 0x17, 0x1f)
|
37 |
|
|
CTRL(icr, C62X, write, 0x3, 0x10)
|
38 |
|
|
CTRL(ier, C62X, read_write, 0x4, 0x10)
|
39 |
|
|
CTRL(ierr, C64XP, read_write, 0x1f, 0x1f)
|
40 |
|
|
CTRL(ifr, C62X, read, 0x2, 0x1d)
|
41 |
|
|
CTRL(ilc, C64XP, read_write, 0xd, 0x1f)
|
42 |
|
|
CTRL(irp, C62X, read_write, 0x6, 0x10)
|
43 |
|
|
CTRL(isr, C62X, write, 0x2, 0x10)
|
44 |
|
|
CTRL(istp, C62X, read_write, 0x5, 0x10)
|
45 |
|
|
CTRL(itsr, C64XP, read_write, 0x1b, 0x1f)
|
46 |
|
|
CTRL(nrp, C62X, read_write, 0x7, 0x10)
|
47 |
|
|
CTRL(ntsr, C64XP, read_write, 0x1c, 0x1f)
|
48 |
|
|
CTRL(pce1, C62X, read, 0x10, 0xf)
|
49 |
|
|
CTRL(rep, C64XP, read_write, 0xf, 0x1f)
|
50 |
|
|
CTRL(rilc, C64XP, read_write, 0xe, 0x1f)
|
51 |
|
|
CTRL(ssr, C64XP, read_write, 0x15, 0x1f)
|
52 |
|
|
CTRL(tsch, C64XP, read, 0xb, 0x1f)
|
53 |
|
|
/* Contrary to Table 3-26 in SPRUFE8, this register is read-write, as
|
54 |
|
|
documented in section 2.9.13. */
|
55 |
|
|
CTRL(tscl, C64XP, read_write, 0xa, 0x1f)
|
56 |
|
|
CTRL(tsr, C64XP, read_write, 0x1a, 0x1f)
|