pciide_apollo_reg.h revision 1.12.6.4 1 1.12.6.4 skrll /* $NetBSD: pciide_apollo_reg.h,v 1.12.6.4 2005/03/04 16:45:25 skrll Exp $ */
2 1.2 bouyer
3 1.2 bouyer /*
4 1.2 bouyer * Copyright (c) 1998 Manuel Bouyer.
5 1.2 bouyer *
6 1.2 bouyer * Redistribution and use in source and binary forms, with or without
7 1.2 bouyer * modification, are permitted provided that the following conditions
8 1.2 bouyer * are met:
9 1.2 bouyer * 1. Redistributions of source code must retain the above copyright
10 1.2 bouyer * notice, this list of conditions and the following disclaimer.
11 1.2 bouyer * 2. Redistributions in binary form must reproduce the above copyright
12 1.2 bouyer * notice, this list of conditions and the following disclaimer in the
13 1.2 bouyer * documentation and/or other materials provided with the distribution.
14 1.2 bouyer * 3. All advertising materials mentioning features or use of this software
15 1.2 bouyer * must display the following acknowledgement:
16 1.11 bouyer * This product includes software developed by Manuel Bouyer.
17 1.12.6.1 skrll * 4. The name of the author may not be used to endorse or promote products
18 1.12.6.1 skrll * derived from this software without specific prior written permission.
19 1.2 bouyer *
20 1.6 bouyer * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
21 1.6 bouyer * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
22 1.6 bouyer * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
23 1.12.6.4 skrll * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
24 1.6 bouyer * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
25 1.6 bouyer * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26 1.6 bouyer * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27 1.6 bouyer * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 1.6 bouyer * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
29 1.6 bouyer * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 1.2 bouyer *
31 1.2 bouyer */
32 1.2 bouyer
33 1.2 bouyer /*
34 1.12.6.1 skrll * Copyright (c) 2000 David Sainty.
35 1.12.6.1 skrll *
36 1.12.6.1 skrll * Redistribution and use in source and binary forms, with or without
37 1.12.6.1 skrll * modification, are permitted provided that the following conditions
38 1.12.6.1 skrll * are met:
39 1.12.6.1 skrll * 1. Redistributions of source code must retain the above copyright
40 1.12.6.1 skrll * notice, this list of conditions and the following disclaimer.
41 1.12.6.1 skrll * 2. Redistributions in binary form must reproduce the above copyright
42 1.12.6.1 skrll * notice, this list of conditions and the following disclaimer in the
43 1.12.6.1 skrll * documentation and/or other materials provided with the distribution.
44 1.12.6.1 skrll * 3. All advertising materials mentioning features or use of this software
45 1.12.6.1 skrll * must display the following acknowledgement:
46 1.12.6.1 skrll * This product includes software developed by the University of
47 1.12.6.1 skrll * California, Berkeley and its contributors.
48 1.12.6.1 skrll * 4. Neither the name of the University nor the names of its contributors
49 1.12.6.1 skrll * may be used to endorse or promote products derived from this software
50 1.12.6.1 skrll * without specific prior written permission.
51 1.12.6.1 skrll *
52 1.12.6.1 skrll * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
53 1.12.6.1 skrll * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
54 1.12.6.1 skrll * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
55 1.12.6.1 skrll * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
56 1.12.6.1 skrll * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
57 1.12.6.1 skrll * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
58 1.12.6.1 skrll * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
59 1.12.6.1 skrll * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
60 1.12.6.1 skrll * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
61 1.12.6.1 skrll * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
62 1.12.6.1 skrll * SUCH DAMAGE.
63 1.12.6.1 skrll *
64 1.12.6.1 skrll */
65 1.12.6.1 skrll
66 1.12.6.1 skrll /*
67 1.2 bouyer * Registers definitions for VIA technologies's Apollo controllers (VT82V580VO,
68 1.5 bouyer * VT82C586A and VT82C586B). Available from http://www.via.com.tw/ or
69 1.5 bouyer * http://www.viatech.com/
70 1.2 bouyer */
71 1.2 bouyer
72 1.12.6.1 skrll /*
73 1.12.6.1 skrll * AMD 7x6 PCI IDE controller is a clone of the VIA apollo.
74 1.12.6.1 skrll * http://www.amd.com/products/cpg/athlon/techdocs/pdf/22548.pdf (756)
75 1.12.6.1 skrll * http://www.amd.com/products/cpg/athlon/techdocs/pdf/23167.pdf (766)
76 1.12.6.1 skrll */
77 1.12.6.1 skrll
78 1.12.6.1 skrll /*
79 1.12.6.1 skrll * The nVidia nForce and nForce2 IDE controllers are compatible with
80 1.12.6.1 skrll * the AMD controllers, but their registers are offset 0x10 bytes.
81 1.12.6.1 skrll */
82 1.12.6.1 skrll
83 1.12.6.1 skrll /* Chip revisions */
84 1.12.6.1 skrll #define AMD756_CHIPREV_D2 3
85 1.12.6.1 skrll
86 1.12.6.1 skrll /*
87 1.12.6.1 skrll * The AMD756 chip revision D2 has a bug affecting DMA (but not UDMA)
88 1.12.6.1 skrll * modes. The workaround documented by AMD is to not use DMA on any
89 1.12.6.1 skrll * drive which does not support UDMA modes.
90 1.12.6.1 skrll *
91 1.12.6.1 skrll * See: http://www.amd.com/products/cpg/athlon/techdocs/pdf/22591.pdf
92 1.12.6.1 skrll */
93 1.12.6.1 skrll #define AMD756_CHIPREV_DISABLEDMA(rev) ((rev) <= AMD756_CHIPREV_D2)
94 1.12.6.1 skrll
95 1.12.6.1 skrll /* registers offset - vendor dependant */
96 1.12.6.1 skrll #define APO_VIA_REGBASE 0x40
97 1.12.6.1 skrll #define APO_AMD_REGBASE 0x40
98 1.12.6.1 skrll #define APO_NVIDIA_REGBASE 0x50
99 1.12.6.1 skrll
100 1.2 bouyer /* misc. configuration registers */
101 1.12.6.1 skrll #define APO_IDECONF(sc) ((sc)->sc_apo_regbase + 0x00)
102 1.2 bouyer #define APO_IDECONF_EN(channel) (0x00000001 << (1 - (channel)))
103 1.12.6.1 skrll #define APO_IDECONF_SERR_EN 0x00000100 /* VIA 580 only */
104 1.12.6.1 skrll #define APO_IDECONF_DS_SOURCE 0x00000200 /* VIA 580 only */
105 1.12.6.1 skrll #define APO_IDECONF_ALT_INTR_EN 0x00000400 /* VIA 580 only */
106 1.12.6.1 skrll #define APO_IDECONF_PERR_EN 0x00000800 /* VIA 580 only */
107 1.2 bouyer #define APO_IDECONF_WR_BUFF_EN(channel) (0x00001000 << ((1 - (channel)) << 1))
108 1.2 bouyer #define APO_IDECONF_RD_PREF_EN(channel) (0x00002000 << ((1 - (channel)) << 1))
109 1.12.6.1 skrll #define APO_IDECONF_DEVSEL_TME 0x00010000 /* VIA 580 only */
110 1.12.6.1 skrll #define APO_IDECONF_MAS_CMD_MON 0x00020000 /* VIA 580 only */
111 1.2 bouyer #define APO_IDECONF_IO_NAT(channel) \
112 1.12.6.1 skrll (0x00400000 << (1 - (channel))) /* VIA 580 only */
113 1.2 bouyer #define APO_IDECONF_FIFO_TRSH(channel, x) \
114 1.2 bouyer ((x) & 0x3) << ((1 - (channel)) << 1 + 24)
115 1.2 bouyer #define APO_IDECONF_FIFO_CONF_MASK 0x60000000
116 1.2 bouyer
117 1.12.6.1 skrll /* Misc. controls register - VIA only */
118 1.12.6.1 skrll #define APO_CTLMISC(sc) 0x44
119 1.2 bouyer #define APO_CTLMISC_BM_STS_RTY 0x00000008
120 1.2 bouyer #define APO_CTLMISC_FIFO_HWS 0x00000010
121 1.2 bouyer #define APO_CTLMISC_WR_IRDY_WS 0x00000020
122 1.2 bouyer #define APO_CTLMISC_RD_IRDY_WS 0x00000040
123 1.2 bouyer #define APO_CTLMISC_INTR_SWP 0x00004000
124 1.2 bouyer #define APO_CTLMISC_DRDY_TIME_MASK 0x00030000
125 1.2 bouyer #define APO_CTLMISC_FIFO_FLSH_RD(channel) (0x00100000 << (1 - (channel)))
126 1.2 bouyer #define APO_CTLMISC_FIFO_FLSH_DMA(channel) (0x00400000 << (1 - (channel)))
127 1.2 bouyer
128 1.2 bouyer /* data port timings controls */
129 1.12.6.1 skrll #define APO_DATATIM(sc) ((sc)->sc_apo_regbase + 0x08)
130 1.4 bouyer #define APO_DATATIM_MASK(channel) (0xffff << ((1 - (channel)) << 4))
131 1.2 bouyer #define APO_DATATIM_RECOV(channel, drive, x) (((x) & 0xf) << \
132 1.2 bouyer (((1 - (channel)) << 4) + ((1 - (drive)) << 3)))
133 1.2 bouyer #define APO_DATATIM_PULSE(channel, drive, x) (((x) & 0xf) << \
134 1.2 bouyer (((1 - (channel)) << 4) + ((1 - (drive)) << 3) + 4))
135 1.2 bouyer
136 1.12.6.1 skrll /* misc timings control - VIA only */
137 1.12.6.1 skrll #define APO_MISCTIM(sc) 0x4c
138 1.2 bouyer
139 1.12.6.1 skrll /* Ultra-DMA control (586A/B only, amd and nvidia ) */
140 1.12.6.1 skrll #define APO_UDMA(sc) ((sc)->sc_apo_regbase + 0x10)
141 1.7 tsutsui #define APO_UDMA_MASK(channel) (0xffff << ((1 - (channel)) << 4))
142 1.9 bouyer #define APO_UDMA_TIME(channel, drive, x) (((x) & 0xf) << \
143 1.2 bouyer (((1 - (channel)) << 4) + ((1 - (drive)) << 3)))
144 1.2 bouyer #define APO_UDMA_PIO_MODE(channel, drive) (0x20 << \
145 1.12.6.1 skrll (((1 - (channel)) << 4) + ((1 - (drive)) << 3))) /* via only */
146 1.2 bouyer #define APO_UDMA_EN(channel, drive) (0x40 << \
147 1.2 bouyer (((1 - (channel)) << 4) + ((1 - (drive)) << 3)))
148 1.2 bouyer #define APO_UDMA_EN_MTH(channel, drive) (0x80 << \
149 1.2 bouyer (((1 - (channel)) << 4) + ((1 - (drive)) << 3)))
150 1.12.6.1 skrll #define APO_UDMA_CLK66(channel) (0x08 << ((1 - (channel)) << 4)) /* via only */
151 1.2 bouyer
152 1.12.6.1 skrll /* for via */
153 1.12.6.1 skrll static const int8_t via_udma133_tim[] __attribute__((__unused__)) =
154 1.12 bouyer {0x07, 0x07, 0x06, 0x04, 0x02, 0x01, 0x00};
155 1.12.6.1 skrll static const int8_t via_udma100_tim[] __attribute__((__unused__)) =
156 1.12 bouyer {0x07, 0x07, 0x04, 0x02, 0x01, 0x00};
157 1.12.6.1 skrll static const int8_t via_udma66_tim[] __attribute__((__unused__)) =
158 1.10 thorpej {0x03, 0x03, 0x02, 0x01, 0x00};
159 1.12.6.1 skrll static const int8_t via_udma33_tim[] __attribute__((__unused__)) =
160 1.10 thorpej {0x03, 0x02, 0x00};
161 1.12.6.1 skrll
162 1.12.6.1 skrll /* for amd and nvidia */
163 1.12.6.1 skrll static const int8_t amd7x6_udma_tim[] __attribute__((__unused__)) =
164 1.12.6.1 skrll {0x02, 0x01, 0x00, 0x04, 0x05, 0x06, 0x07};
165 1.12.6.1 skrll
166 1.12.6.1 skrll /* for all */
167 1.10 thorpej static const int8_t apollo_pio_set[] __attribute__((__unused__)) =
168 1.10 thorpej {0x0a, 0x0a, 0x0a, 0x02, 0x02};
169 1.10 thorpej static const int8_t apollo_pio_rec[] __attribute__((__unused__)) =
170 1.10 thorpej {0x08, 0x08, 0x08, 0x02, 0x00};
171