1 #ifndef __MACH_SH2007_H
2 #define __MACH_SH2007_H
4 #define CS5BCR 0xff802050
5 #define CS5WCR 0xff802058
6 #define CS5PCR 0xff802070
12 #define PCMCIA_IODYN 1
16 #define PCMCIA_COMM8 4
17 #define PCMCIA_COMM16 5
18 #define PCMCIA_ATTR8 6
19 #define PCMCIA_ATTR16 7
24 /* write-read/write-write delay (0-7:0,1,2,3,4,5,6,7) */
27 /* different area, read-write delay (0-7:0,1,2,3,4,5,6,7) */
30 /* same area, read-write delay (0-7:0,1,2,3,4,5,6,7) */
33 /* different area, read-read delay (0-7:0,1,2,3,4,5,6,7) */
36 /* same area, read-read delay (0-7:0,1,2,3,4,5,6,7) */
39 /* burst count (0-3:4,8,16,32) */
45 /* RD hold for SRAM (0-1:0,1) */
48 /* Burst pitch (0-7:0,1,2,3,4,5,6,7) */
51 /* Multiplex (0-1:0,1) */
55 #define TYPE5 TYPE_PCMCIA
56 #define TYPE6 TYPE_PCMCIA
57 /* address setup before assert CSn for SRAM (0-7:0,1,2,3,4,5,6,7) */
60 /* address hold after negate CSn for SRAM (0-7:0,1,2,3,4,5,6,7) */
63 /* CSn assert to RD assert delay for SRAM (0-7:0,1,2,3,4,5,6,7) */
66 /* RD negate to CSn negate delay for SRAM (0-7:0,1,2,3,4,5,6,7) */
69 /* CSn assert to WE assert delay for SRAM (0-7:0,1,2,3,4,5,6,7) */
72 /* WE negate to CSn negate delay for SRAM (0-7:0,1,2,3,4,5,6,7) */
75 /* BS hold (0-1:1,2) */
78 /* wait cycle (0-15:0,1,2,3,4,5,6,7,8,9,11,13,15,17,21,25) */
79 #define IW5 6 /* 60ns PIO mode 4 */
80 #define IW6 15 /* 250ns */
82 #define SAA5 PCMCIA_IODYN /* IDE area b4000000-b5ffffff */
83 #define SAB5 PCMCIA_IODYN /* CF area b6000000-b7ffffff */
84 #define PCWA5 0 /* additional wait A (0-3:0,15,30,50) */
85 #define PCWB5 0 /* additional wait B (0-3:0,15,30,50) */
86 /* wait B (0-15:0,1,2,3,4,5,6,7,8,9,11,13,15,17,21,25) */
88 /* Address->OE/WE assert delay A (0-7:0,1,2,3,6,9,12,15) */
90 /* Address->OE/WE assert delay B (0-7:0,1,2,3,6,9,12,15) */
92 /* OE/WE negate->Address delay A (0-7:0,1,2,3,6,9,12,15) */
94 /* OE/WE negate->Address delay B (0-7:0,1,2,3,6,9,12,15) */
97 #define CS5BCR_D ((IWW5<<28)|(IWRWD5<<24)|(IWRWS5<<20)| \
98 (IWRRD5<<16)|(IWRRS5<<12)|(BST5<<10)| \
99 (SZ5<<8)|(RDSPL5<<7)|(BW5<<4)|(MPX5<<3)|TYPE5)
100 #define CS5WCR_D ((ADS5<<28)|(ADH5<<24)|(RDS5<<20)| \
101 (RDH5<<16)|(WTS5<<12)|(WTH5<<8)|(BSH5<<4)|IW5)
102 #define CS5PCR_D ((SAA5<<28)|(SAB5<<24)|(PCWA5<<22)| \
103 (PCWB5<<20)|(PCIW5<<16)|(TEDA5<<12)| \
104 (TEDB5<<8)|(TEHA5<<4)|TEHB5)
106 #define SMC0_BASE 0xb0800000 /* eth0 */
107 #define SMC1_BASE 0xb0900000 /* eth1 */
108 #define CF_BASE 0xb6100000 /* Compact Flash (I/O area) */
109 #define IDE_BASE 0xb4000000 /* IDE */
110 #define PC104_IO_BASE 0xb8000000
111 #define PC104_MEM_BASE 0xba000000
112 #define SMC_IO_SIZE 0x100
114 #define CF_OFFSET 0x1f0
115 #define IDE_OFFSET 0x170
117 #endif /* __MACH_SH2007_H */