/[gxemul]/upstream/0.4.4/src/include/sh4_rtcreg.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_rtcreg.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: 3698 byte(s)
0.4.4
1 /* GXemul: $Id: sh4_rtcreg.h,v 1.1 2006/11/11 01:02:17 debug Exp $ */
2 /* $NetBSD: rtcreg.h,v 1.9 2006/03/04 01:55:03 uwe Exp $ */
3
4 #ifndef SH4_RTCREG_H
5 #define SH4_RTCREG_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 * RTC
37 */
38 #define SH3_R64CNT 0xfffffec0
39 #define SH3_RSECCNT 0xfffffec2
40 #define SH3_RMINCNT 0xfffffec4
41 #define SH3_RHRCNT 0xfffffec6
42 #define SH3_RWKCNT 0xfffffec8
43 #define SH3_RDAYCNT 0xfffffeca
44 #define SH3_RMONCNT 0xfffffecc
45 #define SH3_RYRCNT 0xfffffece
46 #define SH3_RSECAR 0xfffffed0
47 #define SH3_RMINAR 0xfffffed2
48 #define SH3_RHRAR 0xfffffed4
49 #define SH3_RWKAR 0xfffffed6
50 #define SH3_RDAYAR 0xfffffed8
51 #define SH3_RMONAR 0xfffffeda
52 #define SH3_RCR1 0xfffffedc
53 #define SH3_RCR2 0xfffffede
54
55 #define SH4_R64CNT 0xffc80000
56 #define SH4_RSECCNT 0xffc80004
57 #define SH4_RMINCNT 0xffc80008
58 #define SH4_RHRCNT 0xffc8000c
59 #define SH4_RWKCNT 0xffc80010
60 #define SH4_RDAYCNT 0xffc80014
61 #define SH4_RMONCNT 0xffc80018
62 #define SH4_RYRCNT 0xffc8001c /* 16 bit */
63 #define SH4_RSECAR 0xffc80020
64 #define SH4_RMINAR 0xffc80024
65 #define SH4_RHRAR 0xffc80028
66 #define SH4_RWKAR 0xffc8002c
67 #define SH4_RDAYAR 0xffc80030
68 #define SH4_RMONAR 0xffc80034
69 #define SH4_RCR1 0xffc80038
70 #define SH4_RCR2 0xffc8003c
71
72 #define SH_RCR1_CF 0x80
73 #define SH_RCR1_CIE 0x10
74 #define SH_RCR1_AIE 0x08
75 #define SH_RCR1_AF 0x01
76 #define SH_RCR2_PEF 0x80
77 #define SH_RCR2_PES2 0x40
78 #define SH_RCR2_PES1 0x20
79 #define SH_RCR2_PES0 0x10
80 #define SH_RCR2_ENABLE 0x08
81 #define SH_RCR2_ADJ 0x04
82 #define SH_RCR2_RESET 0x02
83 #define SH_RCR2_START 0x01
84
85 #ifndef _LOCORE
86 #if defined(SH3) && defined(SH4)
87 extern uint32_t __sh_R64CNT;
88 extern uint32_t __sh_RSECCNT;
89 extern uint32_t __sh_RMINCNT;
90 extern uint32_t __sh_RHRCNT;
91 extern uint32_t __sh_RWKCNT;
92 extern uint32_t __sh_RDAYCNT;
93 extern uint32_t __sh_RMONCNT;
94 extern uint32_t __sh_RYRCNT;
95 extern uint32_t __sh_RSECAR;
96 extern uint32_t __sh_RMINAR;
97 extern uint32_t __sh_RHRAR;
98 extern uint32_t __sh_RWKAR;
99 extern uint32_t __sh_RDAYAR;
100 extern uint32_t __sh_RMONAR;
101 extern uint32_t __sh_RCR1;
102 extern uint32_t __sh_RCR2;
103 #endif /* SH3 && SH4 */
104 #endif /* !_LOCORE */
105
106 #endif /* SH4_RTCREG_H */

  ViewVC Help
Powered by ViewVC 1.1.26