/[gxemul]/upstream/0.4.4/src/include/sh4_bscreg.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_bscreg.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: 3295 byte(s)
0.4.4
1 /* GXemul: $Id: sh4_bscreg.h,v 1.3 2006/11/11 01:02:17 debug Exp $ */
2 /* $NetBSD: bscreg.h,v 1.6 2005/12/11 12:18:58 christos Exp $ */
3
4 /* This file has been extended with useful bitfield definitions from
5 the SH7750 manual. */
6
7 #ifndef _SH3_BSCREG_H_
8 #define _SH3_BSCREG_H_
9
10 /*-
11 * Copyright (C) 1999 SAITOH Masanobu. All rights reserved.
12 *
13 * Redistribution and use in source and binary forms, with or without
14 * modification, are permitted provided that the following conditions
15 * are met:
16 * 1. Redistributions of source code must retain the above copyright
17 * notice, this list of conditions and the following disclaimer.
18 * 2. Redistributions in binary form must reproduce the above copyright
19 * notice, this list of conditions and the following disclaimer in the
20 * documentation and/or other materials provided with the distribution.
21 * 3. The name of the author may not be used to endorse or promote products
22 * derived from this software without specific prior written permission.
23 *
24 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
25 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
26 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
27 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
28 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
29 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
30 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
31 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
32 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34 */
35
36 /* #include <sh3/devreg.h> */
37
38 /*
39 * Bus State Controller
40 */
41
42 #define SH3_BCR1 0xffffff60 /* 16bit */
43 #define SH3_BCR2 0xffffff62 /* 16bit */
44 #define SH3_WCR1 0xffffff64 /* 16bit */
45 #define SH3_WCR2 0xffffff66 /* 16bit */
46 #define SH3_MCR 0xffffff68 /* 16bit */
47 #define SH3_DCR 0xffffff6a /* 16bit */
48 #define SH3_PCR 0xffffff6c /* 16bit */
49 #define SH3_RTCSR 0xffffff6e /* 16bit */
50 #define SH3_RTCNT 0xffffff70 /* 16bit */
51 #define SH3_RTCOR 0xffffff72 /* 16bit */
52 #define SH3_RFCR 0xffffff74 /* 16bit */
53 #define SH3_BCR3 0xffffff7e /* 16bit */
54
55 #define SH4_BCR1 0xff800000 /* 32bit */
56 #define SH4_BCR2 0xff800004 /* 16bit */
57 #define SH4_WCR1 0xff800008 /* 32bit */
58 #define SH4_WCR2 0xff80000c /* 32bit */
59 #define SH4_WCR3 0xff800010 /* 32bit */
60 #define SH4_MCR 0xff800014 /* 32bit */
61 #define SH4_PCR 0xff800018 /* 16bit */
62 #define SH4_RTCSR 0xff80001c /* 16bit */
63 #define SH4_RTCNT 0xff800020 /* 16bit */
64 #define SH4_RTCOR 0xff800024 /* 16bit */
65 #define SH4_RFCR 0xff800028 /* 16bit */
66 #define SH4_UNKNOWN_2C 0xff80002c /* ??? */
67 #define SH4_UNKNOWN_30 0xff800030 /* ??? */
68 #define SH4_BCR3 0xff800050 /* 16bit: SH7751R */
69 #define SH4_BCR4 0xfe0a00f0 /* 32bit: SH7751R */
70
71 #define BCR1_LITTLE_ENDIAN (1 << 31)
72 #define BCR1_MASTER (1 << 30)
73 #define BCR1_BREQEN (1 << 19)
74
75 #define BCR2_PORTEN (1 << 0)
76
77 #define RTCSR_CMF (1 << 7)
78 #define RTCSR_CMIE (1 << 6)
79 #define RTCSR_CKS 0x0038
80 #define RTCSR_OVF (1 << 2)
81 #define RTCSR_OVIE (1 << 1)
82 #define RTCSR_LMTS (1 << 0)
83
84 #endif /* !_SH3_BSCREG_H_ */

  ViewVC Help
Powered by ViewVC 1.1.26