/[gxemul]/upstream/0.4.4/src/include/sh4_tmureg.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /upstream/0.4.4/src/include/sh4_tmureg.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 35 - (show annotations)
Mon Oct 8 16:21:26 2007 UTC (16 years, 6 months ago) by dpavlin
File MIME type: text/plain
File size: 3826 byte(s)
0.4.4
1 /* GXemul: $Id: sh4_tmureg.h,v 1.1 2006/10/19 10:15:57 debug Exp $ */
2 /* $NetBSD: tmureg.h,v 1.11 2006/03/04 01:55:03 uwe Exp $ */
3
4 #ifndef _SH3_TMUREG_H_
5 #define _SH3_TMUREG_H_
6
7 /*-
8 * Copyright (C) 1999 SAITOH Masanobu. All rights reserved.
9 *
10 * Redistribution and use in source and binary forms, with or without
11 * modification, are permitted provided that the following conditions
12 * are met:
13 * 1. Redistributions of source code must retain the above copyright
14 * notice, this list of conditions and the following disclaimer.
15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in the
17 * documentation and/or other materials provided with the distribution.
18 * 3. The name of the author may not be used to endorse or promote products
19 * derived from this software without specific prior written permission.
20 *
21 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
22 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
23 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
24 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
25 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
26 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31 */
32
33 /* #include <sh3/devreg.h> */
34
35 /*
36 * TMU
37 */
38 #define SH3_TOCR 0xfffffe90
39 #define SH3_TSTR 0xfffffe92
40 #define SH3_TCOR0 0xfffffe94
41 #define SH3_TCNT0 0xfffffe98
42 #define SH3_TCR0 0xfffffe9c
43 #define SH3_TCOR1 0xfffffea0
44 #define SH3_TCNT1 0xfffffea4
45 #define SH3_TCR1 0xfffffea8
46 #define SH3_TCOR2 0xfffffeac
47 #define SH3_TCNT2 0xfffffeb0
48 #define SH3_TCR2 0xfffffeb4
49 #define SH3_TCPR2 0xfffffeb8
50
51 #define SH4_TOCR 0xffd80000
52 #define SH4_TSTR 0xffd80004
53 #define SH4_TCOR0 0xffd80008
54 #define SH4_TCNT0 0xffd8000c
55 #define SH4_TCR0 0xffd80010
56 #define SH4_TCOR1 0xffd80014
57 #define SH4_TCNT1 0xffd80018
58 #define SH4_TCR1 0xffd8001c
59 #define SH4_TCOR2 0xffd80020
60 #define SH4_TCNT2 0xffd80024
61 #define SH4_TCR2 0xffd80028
62 #define SH4_TCPR2 0xffd8002c
63 #define SH4_TSTR2 0xfe100004
64 #define SH4_TCOR3 0xfe100008
65 #define SH4_TCNT3 0xfe10000c
66 #define SH4_TCR3 0xfe100010
67 #define SH4_TCOR4 0xfe100014
68 #define SH4_TCNT4 0xfe100018
69 #define SH4_TCR4 0xfe10001c
70
71
72 #define TOCR_TCOE 0x01
73 #define TSTR_STR2 0x04
74 #define TSTR_STR1 0x02
75 #define TSTR_STR0 0x01
76 #define TCR_ICPF 0x0200
77 #define TCR_UNF 0x0100
78 #define TCR_ICPE1 0x0080
79 #define TCR_ICPE0 0x0040
80 #define TCR_UNIE 0x0020
81 #define TCR_CKEG1 0x0010
82 #define TCR_CKEG0 0x0008
83 #define TCR_TPSC2 0x0004
84 #define TCR_TPSC1 0x0002
85 #define TCR_TPSC0 0x0001
86 #define TCR_TPSC_P4 0x0000
87 #define TCR_TPSC_P16 0x0001
88 #define TCR_TPSC_P64 0x0002
89 #define TCR_TPSC_P256 0x0003
90 #define SH3_TCR_TPSC_RTC 0x0004
91 #define SH3_TCR_TPSC_TCLK 0x0005
92 #define SH4_TCR_TPSC_P1024 0x0004
93 #define SH4_TCR_TPSC_RTC 0x0006
94 #define SH4_TCR_TPSC_TCLK 0x0007
95 #define SH4_TSTR2_STR4 0x02
96 #define SH4_TSTR2_STR3 0x01
97
98
99 #ifndef _LOCORE
100 #if defined(SH3) && defined(SH4)
101 extern uint32_t __sh_TOCR;
102 extern uint32_t __sh_TSTR;
103 extern uint32_t __sh_TCOR0;
104 extern uint32_t __sh_TCNT0;
105 extern uint32_t __sh_TCR0;
106 extern uint32_t __sh_TCOR1;
107 extern uint32_t __sh_TCNT1;
108 extern uint32_t __sh_TCR1;
109 extern uint32_t __sh_TCOR2;
110 extern uint32_t __sh_TCNT2;
111 extern uint32_t __sh_TCR2;
112 extern uint32_t __sh_TCPR2;
113 #endif /* SH3 && SH4 */
114 #endif /* !_LOCORE */
115
116 #endif /* !_SH3_TMUREG_H_ */

  ViewVC Help
Powered by ViewVC 1.1.26