OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-sh/] [hitachi_hs7729pci.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
#ifndef __ASM_SH_HITACHI_HS7729PCI_H
2
#define __ASM_SH_HITACHI_HS7729PCI_H
3
 
4
/*
5
 * linux/include/asm-sh/hitachi_hs7729pci.h
6
 *
7
 * Copyright (C) 2000  Kazumoto Kojima
8
 *
9
 * Hitachi Semiconductor and Devices HS7729PCI support
10
 */
11
 
12
/* Box specific addresses.  */
13
 
14
#define PA_SUPERIO      0xa8000000      /* SMC37C935A super io chip */
15
#define PA_DIPSW0       0xa8c00000      /* Dip switch 5,6 */
16
#define PA_DIPSW1       0xa8c00002      /* Dip switch 7,8 */
17
#define PA_LED          0xa8c40000      /* LED */
18
#define PA_7SEG         0xa8c40002      /* 7 segment LED */
19
#define PA_BCR          0xa8c80000      /* FPGA */
20
 
21
#define PA_MRSHPC       0xb83fffe0      /* MR-SHPC-01 PCMCIA controler */
22
#define PA_MRSHPC_MW1   0xb8400000      /* MR-SHPC-01 memory window base */
23
#define PA_MRSHPC_MW2   0xb8500000      /* MR-SHPC-01 attribute window base */
24
#define PA_MRSHPC_IO    0xb8600000      /* MR-SHPC-01 I/O window base */
25
#define MRSHPC_OPTION   (PA_MRSHPC + 0x06)
26
#define MRSHPC_CSR      (PA_MRSHPC + 0x08)
27
#define MRSHPC_ISR      (PA_MRSHPC + 0x0a)
28
#define MRSHPC_ICR      (PA_MRSHPC + 0x0c)
29
#define MRSHPC_CPWCR    (PA_MRSHPC + 0x0e)
30
#define MRSHPC_MW0CR1   (PA_MRSHPC + 0x10)
31
#define MRSHPC_MW1CR1   (PA_MRSHPC + 0x12)
32
#define MRSHPC_IOWCR1   (PA_MRSHPC + 0x14)
33
#define MRSHPC_MW0CR2   (PA_MRSHPC + 0x16)
34
#define MRSHPC_MW1CR2   (PA_MRSHPC + 0x18)
35
#define MRSHPC_IOWCR2   (PA_MRSHPC + 0x1a)
36
#define MRSHPC_CDCR     (PA_MRSHPC + 0x1c)
37
#define MRSHPC_PCIC_INFO (PA_MRSHPC + 0x1e)
38
 
39
#define BCR_ILCRA       (PA_BCR + 0)
40
#define BCR_ILCRB       (PA_BCR + 2)
41
#define BCR_ILCRC       (PA_BCR + 4)
42
#define BCR_ILCRD       (PA_BCR + 6)
43
#define BCR_ILCRE       (PA_BCR + 8)
44
#define BCR_ILCRF       (PA_BCR + 10)
45
#define BCR_ILCRG       (PA_BCR + 12)
46
 
47
#define SH7729PCI_PCI_HOST_BRIDGE 0xb0000000    /* SD0001 Register */
48
#define SH7729PCI_PCI_AREA      0xb0800000      /* PCI I/O Window */
49
#define SH7729PCI_PCI_MEM_START CONFIG_MEMORY_START
50
#define SH7729PCI_PCI_MEM_SIZE  CONFIG_MEMORY_SIZE
51
 
52
#define SH7729PCI_PCI_IRQ  0            /* SD0001 Interrupt Number */
53
 
54
#endif  /* __ASM_SH_HITACHI_HS7729PCI_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.