1 #ifndef __ASM_SH_HD64461
2 #define __ASM_SH_HD64461
3 /*
4 * $Id: hd64461.h,v 1.1 2000/06/10 21:45:48 yaegashi Exp $
5 * Copyright (C) 2000 YAEGASHI Takeshi
6 * Hitachi HD64461 companion chip support
7 */
8 #include <linux/config.h>
9
10 #define HD64461_STBCR 0x10000
11 #define HD64461_SYSCR 0x10002
12 #define HD64461_SCPUCR 0x10004
13
14 #define HD64461_CPTWAR 0x11030
15 #define HD64461_CPTWDR 0x11032
16 #define HD64461_CPTRAR 0x11034
17 #define HD64461_CPTRDR 0x11036
18
19 #define HD64461_PCC0ISR 0x12000
20 #define HD64461_PCC0GCR 0x12002
21 #define HD64461_PCC0CSCR 0x12004
22 #define HD64461_PCC0CSCIER 0x12006
23 #define HD64461_PCC0SCR 0x12008
24 #define HD64461_PCC1ISR 0x12010
25 #define HD64461_PCC1GCR 0x12012
26 #define HD64461_PCC1CSCR 0x12014
27 #define HD64461_PCC1CSCIER 0x12016
28 #define HD64461_PCC1SCR 0x12018
29 #define HD64461_P0OCR 0x1202a
30 #define HD64461_P1OCR 0x1202c
31 #define HD64461_PGCR 0x1202e
32
33 #define HD64461_NIRR 0x15000
34 #define HD64461_NIMR 0x15002
35
36 #ifndef CONFIG_HD64461_IOBASE
37 #define CONFIG_HD64461_IOBASE 0xb0000000
38 #endif
39 #ifndef CONFIG_HD64461_IRQ
40 #define CONFIG_HD64461_IRQ 36
41 #endif
42
43 #define HD64461_IRQBASE 64
44
45 #endif
46
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.