blob: e9fd869140c590173e8b136e12dfbbfde6142061 [file] [log] [blame]
Tejun Heoedb33662005-07-28 10:36:22 +09001/*
2 * sata_sil24.c - Driver for Silicon Image 3124/3132 SATA-2 controllers
3 *
4 * Copyright 2005 Tejun Heo
5 *
6 * Based on preview driver from Silicon Image.
7 *
Tejun Heoedb33662005-07-28 10:36:22 +09008 * This program is free software; you can redistribute it and/or modify it
9 * under the terms of the GNU General Public License as published by the
10 * Free Software Foundation; either version 2, or (at your option) any
11 * later version.
12 *
13 * This program is distributed in the hope that it will be useful, but
14 * WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * General Public License for more details.
17 *
18 */
19
20#include <linux/kernel.h>
21#include <linux/module.h>
22#include <linux/pci.h>
23#include <linux/blkdev.h>
24#include <linux/delay.h>
25#include <linux/interrupt.h>
26#include <linux/dma-mapping.h>
Jeff Garzika9524a72005-10-30 14:39:11 -050027#include <linux/device.h>
Tejun Heoedb33662005-07-28 10:36:22 +090028#include <scsi/scsi_host.h>
Jeff Garzik193515d2005-11-07 00:59:37 -050029#include <scsi/scsi_cmnd.h>
Tejun Heoedb33662005-07-28 10:36:22 +090030#include <linux/libata.h>
31#include <asm/io.h>
32
33#define DRV_NAME "sata_sil24"
Jeff Garzikaf643712006-04-02 20:41:36 -040034#define DRV_VERSION "0.24"
Tejun Heoedb33662005-07-28 10:36:22 +090035
Tejun Heoedb33662005-07-28 10:36:22 +090036/*
37 * Port request block (PRB) 32 bytes
38 */
39struct sil24_prb {
40 u16 ctrl;
41 u16 prot;
42 u32 rx_cnt;
43 u8 fis[6 * 4];
44};
45
46/*
47 * Scatter gather entry (SGE) 16 bytes
48 */
49struct sil24_sge {
50 u64 addr;
51 u32 cnt;
52 u32 flags;
53};
54
55/*
56 * Port multiplier
57 */
58struct sil24_port_multiplier {
59 u32 diag;
60 u32 sactive;
61};
62
63enum {
64 /*
65 * Global controller registers (128 bytes @ BAR0)
66 */
67 /* 32 bit regs */
68 HOST_SLOT_STAT = 0x00, /* 32 bit slot stat * 4 */
69 HOST_CTRL = 0x40,
70 HOST_IRQ_STAT = 0x44,
71 HOST_PHY_CFG = 0x48,
72 HOST_BIST_CTRL = 0x50,
73 HOST_BIST_PTRN = 0x54,
74 HOST_BIST_STAT = 0x58,
75 HOST_MEM_BIST_STAT = 0x5c,
76 HOST_FLASH_CMD = 0x70,
77 /* 8 bit regs */
78 HOST_FLASH_DATA = 0x74,
79 HOST_TRANSITION_DETECT = 0x75,
80 HOST_GPIO_CTRL = 0x76,
81 HOST_I2C_ADDR = 0x78, /* 32 bit */
82 HOST_I2C_DATA = 0x7c,
83 HOST_I2C_XFER_CNT = 0x7e,
84 HOST_I2C_CTRL = 0x7f,
85
86 /* HOST_SLOT_STAT bits */
87 HOST_SSTAT_ATTN = (1 << 31),
88
Tejun Heo7dafc3f2006-04-11 22:32:18 +090089 /* HOST_CTRL bits */
90 HOST_CTRL_M66EN = (1 << 16), /* M66EN PCI bus signal */
91 HOST_CTRL_TRDY = (1 << 17), /* latched PCI TRDY */
92 HOST_CTRL_STOP = (1 << 18), /* latched PCI STOP */
93 HOST_CTRL_DEVSEL = (1 << 19), /* latched PCI DEVSEL */
94 HOST_CTRL_REQ64 = (1 << 20), /* latched PCI REQ64 */
95
Tejun Heoedb33662005-07-28 10:36:22 +090096 /*
97 * Port registers
98 * (8192 bytes @ +0x0000, +0x2000, +0x4000 and +0x6000 @ BAR2)
99 */
100 PORT_REGS_SIZE = 0x2000,
101 PORT_PRB = 0x0000, /* (32 bytes PRB + 16 bytes SGEs * 6) * 31 (3968 bytes) */
Tejun Heoedb33662005-07-28 10:36:22 +0900102
103 PORT_PM = 0x0f80, /* 8 bytes PM * 16 (128 bytes) */
104 /* 32 bit regs */
Tejun Heo83bbecc2005-08-17 13:09:18 +0900105 PORT_CTRL_STAT = 0x1000, /* write: ctrl-set, read: stat */
106 PORT_CTRL_CLR = 0x1004, /* write: ctrl-clear */
107 PORT_IRQ_STAT = 0x1008, /* high: status, low: interrupt */
108 PORT_IRQ_ENABLE_SET = 0x1010, /* write: enable-set */
109 PORT_IRQ_ENABLE_CLR = 0x1014, /* write: enable-clear */
Tejun Heoedb33662005-07-28 10:36:22 +0900110 PORT_ACTIVATE_UPPER_ADDR= 0x101c,
Tejun Heo83bbecc2005-08-17 13:09:18 +0900111 PORT_EXEC_FIFO = 0x1020, /* command execution fifo */
112 PORT_CMD_ERR = 0x1024, /* command error number */
Tejun Heoedb33662005-07-28 10:36:22 +0900113 PORT_FIS_CFG = 0x1028,
114 PORT_FIFO_THRES = 0x102c,
115 /* 16 bit regs */
116 PORT_DECODE_ERR_CNT = 0x1040,
117 PORT_DECODE_ERR_THRESH = 0x1042,
118 PORT_CRC_ERR_CNT = 0x1044,
119 PORT_CRC_ERR_THRESH = 0x1046,
120 PORT_HSHK_ERR_CNT = 0x1048,
121 PORT_HSHK_ERR_THRESH = 0x104a,
122 /* 32 bit regs */
123 PORT_PHY_CFG = 0x1050,
124 PORT_SLOT_STAT = 0x1800,
125 PORT_CMD_ACTIVATE = 0x1c00, /* 64 bit cmd activate * 31 (248 bytes) */
126 PORT_EXEC_DIAG = 0x1e00, /* 32bit exec diag * 16 (64 bytes, 0-10 used on 3124) */
127 PORT_PSD_DIAG = 0x1e40, /* 32bit psd diag * 16 (64 bytes, 0-8 used on 3124) */
128 PORT_SCONTROL = 0x1f00,
129 PORT_SSTATUS = 0x1f04,
130 PORT_SERROR = 0x1f08,
131 PORT_SACTIVE = 0x1f0c,
132
133 /* PORT_CTRL_STAT bits */
134 PORT_CS_PORT_RST = (1 << 0), /* port reset */
135 PORT_CS_DEV_RST = (1 << 1), /* device reset */
136 PORT_CS_INIT = (1 << 2), /* port initialize */
137 PORT_CS_IRQ_WOC = (1 << 3), /* interrupt write one to clear */
Tejun Heod10cb352005-11-16 16:56:49 +0900138 PORT_CS_CDB16 = (1 << 5), /* 0=12b cdb, 1=16b cdb */
Tejun Heoe382eb12005-08-17 13:09:13 +0900139 PORT_CS_RESUME = (1 << 6), /* port resume */
140 PORT_CS_32BIT_ACTV = (1 << 10), /* 32-bit activation */
141 PORT_CS_PM_EN = (1 << 13), /* port multiplier enable */
142 PORT_CS_RDY = (1 << 31), /* port ready to accept commands */
Tejun Heoedb33662005-07-28 10:36:22 +0900143
144 /* PORT_IRQ_STAT/ENABLE_SET/CLR */
145 /* bits[11:0] are masked */
146 PORT_IRQ_COMPLETE = (1 << 0), /* command(s) completed */
147 PORT_IRQ_ERROR = (1 << 1), /* command execution error */
148 PORT_IRQ_PORTRDY_CHG = (1 << 2), /* port ready change */
149 PORT_IRQ_PWR_CHG = (1 << 3), /* power management change */
150 PORT_IRQ_PHYRDY_CHG = (1 << 4), /* PHY ready change */
151 PORT_IRQ_COMWAKE = (1 << 5), /* COMWAKE received */
Tejun Heo7dafc3f2006-04-11 22:32:18 +0900152 PORT_IRQ_UNK_FIS = (1 << 6), /* unknown FIS received */
153 PORT_IRQ_DEV_XCHG = (1 << 7), /* device exchanged */
154 PORT_IRQ_8B10B = (1 << 8), /* 8b/10b decode error threshold */
155 PORT_IRQ_CRC = (1 << 9), /* CRC error threshold */
156 PORT_IRQ_HANDSHAKE = (1 << 10), /* handshake error threshold */
Tejun Heo3b9f1d02006-04-11 22:32:18 +0900157 PORT_IRQ_SDB_NOTIFY = (1 << 11), /* SDB notify received */
Tejun Heoedb33662005-07-28 10:36:22 +0900158
159 /* bits[27:16] are unmasked (raw) */
160 PORT_IRQ_RAW_SHIFT = 16,
161 PORT_IRQ_MASKED_MASK = 0x7ff,
162 PORT_IRQ_RAW_MASK = (0x7ff << PORT_IRQ_RAW_SHIFT),
163
164 /* ENABLE_SET/CLR specific, intr steering - 2 bit field */
165 PORT_IRQ_STEER_SHIFT = 30,
166 PORT_IRQ_STEER_MASK = (3 << PORT_IRQ_STEER_SHIFT),
167
168 /* PORT_CMD_ERR constants */
169 PORT_CERR_DEV = 1, /* Error bit in D2H Register FIS */
170 PORT_CERR_SDB = 2, /* Error bit in SDB FIS */
171 PORT_CERR_DATA = 3, /* Error in data FIS not detected by dev */
172 PORT_CERR_SEND = 4, /* Initial cmd FIS transmission failure */
173 PORT_CERR_INCONSISTENT = 5, /* Protocol mismatch */
174 PORT_CERR_DIRECTION = 6, /* Data direction mismatch */
175 PORT_CERR_UNDERRUN = 7, /* Ran out of SGEs while writing */
176 PORT_CERR_OVERRUN = 8, /* Ran out of SGEs while reading */
177 PORT_CERR_PKT_PROT = 11, /* DIR invalid in 1st PIO setup of ATAPI */
178 PORT_CERR_SGT_BOUNDARY = 16, /* PLD ecode 00 - SGT not on qword boundary */
179 PORT_CERR_SGT_TGTABRT = 17, /* PLD ecode 01 - target abort */
180 PORT_CERR_SGT_MSTABRT = 18, /* PLD ecode 10 - master abort */
181 PORT_CERR_SGT_PCIPERR = 19, /* PLD ecode 11 - PCI parity err while fetching SGT */
182 PORT_CERR_CMD_BOUNDARY = 24, /* ctrl[15:13] 001 - PRB not on qword boundary */
183 PORT_CERR_CMD_TGTABRT = 25, /* ctrl[15:13] 010 - target abort */
184 PORT_CERR_CMD_MSTABRT = 26, /* ctrl[15:13] 100 - master abort */
185 PORT_CERR_CMD_PCIPERR = 27, /* ctrl[15:13] 110 - PCI parity err while fetching PRB */
186 PORT_CERR_XFR_UNDEF = 32, /* PSD ecode 00 - undefined */
187 PORT_CERR_XFR_TGTABRT = 33, /* PSD ecode 01 - target abort */
Tejun Heo64008802006-04-11 22:32:18 +0900188 PORT_CERR_XFR_MSTABRT = 34, /* PSD ecode 10 - master abort */
Tejun Heoedb33662005-07-28 10:36:22 +0900189 PORT_CERR_XFR_PCIPERR = 35, /* PSD ecode 11 - PCI prity err during transfer */
Tejun Heo83bbecc2005-08-17 13:09:18 +0900190 PORT_CERR_SENDSERVICE = 36, /* FIS received while sending service */
Tejun Heoedb33662005-07-28 10:36:22 +0900191
Tejun Heod10cb352005-11-16 16:56:49 +0900192 /* bits of PRB control field */
193 PRB_CTRL_PROTOCOL = (1 << 0), /* override def. ATA protocol */
194 PRB_CTRL_PACKET_READ = (1 << 4), /* PACKET cmd read */
195 PRB_CTRL_PACKET_WRITE = (1 << 5), /* PACKET cmd write */
196 PRB_CTRL_NIEN = (1 << 6), /* Mask completion irq */
197 PRB_CTRL_SRST = (1 << 7), /* Soft reset request (ign BSY?) */
198
199 /* PRB protocol field */
200 PRB_PROT_PACKET = (1 << 0),
201 PRB_PROT_TCQ = (1 << 1),
202 PRB_PROT_NCQ = (1 << 2),
203 PRB_PROT_READ = (1 << 3),
204 PRB_PROT_WRITE = (1 << 4),
205 PRB_PROT_TRANSPARENT = (1 << 5),
206
Tejun Heoedb33662005-07-28 10:36:22 +0900207 /*
208 * Other constants
209 */
210 SGE_TRM = (1 << 31), /* Last SGE in chain */
Tejun Heod10cb352005-11-16 16:56:49 +0900211 SGE_LNK = (1 << 30), /* linked list
212 Points to SGT, not SGE */
213 SGE_DRD = (1 << 29), /* discard data read (/dev/null)
214 data address ignored */
Tejun Heoedb33662005-07-28 10:36:22 +0900215
216 /* board id */
217 BID_SIL3124 = 0,
218 BID_SIL3132 = 1,
Tejun Heo042c21f2005-10-09 09:35:46 -0400219 BID_SIL3131 = 2,
Tejun Heoedb33662005-07-28 10:36:22 +0900220
Tejun Heo9466d852006-04-11 22:32:18 +0900221 /* host flags */
222 SIL24_COMMON_FLAGS = ATA_FLAG_SATA | ATA_FLAG_NO_LEGACY |
223 ATA_FLAG_MMIO | ATA_FLAG_PIO_DMA,
Tejun Heo37024e82006-04-11 22:32:19 +0900224 SIL24_FLAG_PCIX_IRQ_WOC = (1 << 24), /* IRQ loss errata on PCI-X */
Tejun Heo9466d852006-04-11 22:32:18 +0900225
Tejun Heoedb33662005-07-28 10:36:22 +0900226 IRQ_STAT_4PORTS = 0xf,
227};
228
Tejun Heo69ad1852005-11-18 14:16:45 +0900229struct sil24_ata_block {
Tejun Heoedb33662005-07-28 10:36:22 +0900230 struct sil24_prb prb;
231 struct sil24_sge sge[LIBATA_MAX_PRD];
232};
233
Tejun Heo69ad1852005-11-18 14:16:45 +0900234struct sil24_atapi_block {
235 struct sil24_prb prb;
236 u8 cdb[16];
237 struct sil24_sge sge[LIBATA_MAX_PRD - 1];
238};
239
240union sil24_cmd_block {
241 struct sil24_ata_block ata;
242 struct sil24_atapi_block atapi;
243};
244
Tejun Heoedb33662005-07-28 10:36:22 +0900245/*
246 * ap->private_data
247 *
248 * The preview driver always returned 0 for status. We emulate it
249 * here from the previous interrupt.
250 */
251struct sil24_port_priv {
Tejun Heo69ad1852005-11-18 14:16:45 +0900252 union sil24_cmd_block *cmd_block; /* 32 cmd blocks */
Tejun Heoedb33662005-07-28 10:36:22 +0900253 dma_addr_t cmd_block_dma; /* DMA base addr for them */
Tejun Heo6a575fa2005-10-06 11:43:39 +0900254 struct ata_taskfile tf; /* Cached taskfile registers */
Tejun Heoedb33662005-07-28 10:36:22 +0900255};
256
257/* ap->host_set->private_data */
258struct sil24_host_priv {
Al Viro4b4a5ea2005-10-29 06:38:44 +0100259 void __iomem *host_base; /* global controller control (128 bytes @BAR0) */
260 void __iomem *port_base; /* port registers (4 * 8192 bytes @BAR2) */
Tejun Heoedb33662005-07-28 10:36:22 +0900261};
262
Tejun Heo69ad1852005-11-18 14:16:45 +0900263static void sil24_dev_config(struct ata_port *ap, struct ata_device *dev);
Tejun Heoedb33662005-07-28 10:36:22 +0900264static u8 sil24_check_status(struct ata_port *ap);
Tejun Heoedb33662005-07-28 10:36:22 +0900265static u32 sil24_scr_read(struct ata_port *ap, unsigned sc_reg);
266static void sil24_scr_write(struct ata_port *ap, unsigned sc_reg, u32 val);
Tejun Heo7f726d12005-10-07 01:43:19 +0900267static void sil24_tf_read(struct ata_port *ap, struct ata_taskfile *tf);
Tejun Heo07b73472006-02-10 23:58:48 +0900268static int sil24_probe_reset(struct ata_port *ap, unsigned int *classes);
Tejun Heoedb33662005-07-28 10:36:22 +0900269static void sil24_qc_prep(struct ata_queued_cmd *qc);
Tejun Heo9a3d9eb2006-01-23 13:09:36 +0900270static unsigned int sil24_qc_issue(struct ata_queued_cmd *qc);
Tejun Heoedb33662005-07-28 10:36:22 +0900271static void sil24_irq_clear(struct ata_port *ap);
272static void sil24_eng_timeout(struct ata_port *ap);
273static irqreturn_t sil24_interrupt(int irq, void *dev_instance, struct pt_regs *regs);
274static int sil24_port_start(struct ata_port *ap);
275static void sil24_port_stop(struct ata_port *ap);
276static void sil24_host_stop(struct ata_host_set *host_set);
277static int sil24_init_one(struct pci_dev *pdev, const struct pci_device_id *ent);
278
Jeff Garzik3b7d6972005-11-10 11:04:11 -0500279static const struct pci_device_id sil24_pci_tbl[] = {
Tejun Heoedb33662005-07-28 10:36:22 +0900280 { 0x1095, 0x3124, PCI_ANY_ID, PCI_ANY_ID, 0, 0, BID_SIL3124 },
Tejun Heo4b9d7e02006-02-23 10:46:47 +0900281 { 0x8086, 0x3124, PCI_ANY_ID, PCI_ANY_ID, 0, 0, BID_SIL3124 },
Tejun Heoedb33662005-07-28 10:36:22 +0900282 { 0x1095, 0x3132, PCI_ANY_ID, PCI_ANY_ID, 0, 0, BID_SIL3132 },
Tejun Heo042c21f2005-10-09 09:35:46 -0400283 { 0x1095, 0x3131, PCI_ANY_ID, PCI_ANY_ID, 0, 0, BID_SIL3131 },
284 { 0x1095, 0x3531, PCI_ANY_ID, PCI_ANY_ID, 0, 0, BID_SIL3131 },
Tejun Heo1fcce8392005-10-09 09:31:33 -0400285 { } /* terminate list */
Tejun Heoedb33662005-07-28 10:36:22 +0900286};
287
288static struct pci_driver sil24_pci_driver = {
289 .name = DRV_NAME,
290 .id_table = sil24_pci_tbl,
291 .probe = sil24_init_one,
292 .remove = ata_pci_remove_one, /* safe? */
293};
294
Jeff Garzik193515d2005-11-07 00:59:37 -0500295static struct scsi_host_template sil24_sht = {
Tejun Heoedb33662005-07-28 10:36:22 +0900296 .module = THIS_MODULE,
297 .name = DRV_NAME,
298 .ioctl = ata_scsi_ioctl,
299 .queuecommand = ata_scsi_queuecmd,
Tejun Heoedb33662005-07-28 10:36:22 +0900300 .can_queue = ATA_DEF_QUEUE,
301 .this_id = ATA_SHT_THIS_ID,
302 .sg_tablesize = LIBATA_MAX_PRD,
Tejun Heoedb33662005-07-28 10:36:22 +0900303 .cmd_per_lun = ATA_SHT_CMD_PER_LUN,
304 .emulated = ATA_SHT_EMULATED,
305 .use_clustering = ATA_SHT_USE_CLUSTERING,
306 .proc_name = DRV_NAME,
307 .dma_boundary = ATA_DMA_BOUNDARY,
308 .slave_configure = ata_scsi_slave_config,
309 .bios_param = ata_std_bios_param,
Tejun Heoedb33662005-07-28 10:36:22 +0900310};
311
Jeff Garzik057ace52005-10-22 14:27:05 -0400312static const struct ata_port_operations sil24_ops = {
Tejun Heoedb33662005-07-28 10:36:22 +0900313 .port_disable = ata_port_disable,
314
Tejun Heo69ad1852005-11-18 14:16:45 +0900315 .dev_config = sil24_dev_config,
316
Tejun Heoedb33662005-07-28 10:36:22 +0900317 .check_status = sil24_check_status,
318 .check_altstatus = sil24_check_status,
Tejun Heoedb33662005-07-28 10:36:22 +0900319 .dev_select = ata_noop_dev_select,
320
Tejun Heo7f726d12005-10-07 01:43:19 +0900321 .tf_read = sil24_tf_read,
322
Tejun Heo07b73472006-02-10 23:58:48 +0900323 .probe_reset = sil24_probe_reset,
Tejun Heoedb33662005-07-28 10:36:22 +0900324
325 .qc_prep = sil24_qc_prep,
326 .qc_issue = sil24_qc_issue,
327
328 .eng_timeout = sil24_eng_timeout,
329
330 .irq_handler = sil24_interrupt,
331 .irq_clear = sil24_irq_clear,
332
333 .scr_read = sil24_scr_read,
334 .scr_write = sil24_scr_write,
335
336 .port_start = sil24_port_start,
337 .port_stop = sil24_port_stop,
338 .host_stop = sil24_host_stop,
339};
340
Tejun Heo042c21f2005-10-09 09:35:46 -0400341/*
342 * Use bits 30-31 of host_flags to encode available port numbers.
343 * Current maxium is 4.
344 */
345#define SIL24_NPORTS2FLAG(nports) ((((unsigned)(nports) - 1) & 0x3) << 30)
346#define SIL24_FLAG2NPORTS(flag) ((((flag) >> 30) & 0x3) + 1)
347
Tejun Heoedb33662005-07-28 10:36:22 +0900348static struct ata_port_info sil24_port_info[] = {
349 /* sil_3124 */
350 {
351 .sht = &sil24_sht,
Tejun Heo37024e82006-04-11 22:32:19 +0900352 .host_flags = SIL24_COMMON_FLAGS | SIL24_NPORTS2FLAG(4) |
353 SIL24_FLAG_PCIX_IRQ_WOC,
Tejun Heoedb33662005-07-28 10:36:22 +0900354 .pio_mask = 0x1f, /* pio0-4 */
355 .mwdma_mask = 0x07, /* mwdma0-2 */
356 .udma_mask = 0x3f, /* udma0-5 */
357 .port_ops = &sil24_ops,
358 },
Jeff Garzik2e9edbf2006-03-24 09:56:57 -0500359 /* sil_3132 */
Tejun Heoedb33662005-07-28 10:36:22 +0900360 {
361 .sht = &sil24_sht,
Tejun Heo9466d852006-04-11 22:32:18 +0900362 .host_flags = SIL24_COMMON_FLAGS | SIL24_NPORTS2FLAG(2),
Tejun Heo042c21f2005-10-09 09:35:46 -0400363 .pio_mask = 0x1f, /* pio0-4 */
364 .mwdma_mask = 0x07, /* mwdma0-2 */
365 .udma_mask = 0x3f, /* udma0-5 */
366 .port_ops = &sil24_ops,
367 },
368 /* sil_3131/sil_3531 */
369 {
370 .sht = &sil24_sht,
Tejun Heo9466d852006-04-11 22:32:18 +0900371 .host_flags = SIL24_COMMON_FLAGS | SIL24_NPORTS2FLAG(1),
Tejun Heoedb33662005-07-28 10:36:22 +0900372 .pio_mask = 0x1f, /* pio0-4 */
373 .mwdma_mask = 0x07, /* mwdma0-2 */
374 .udma_mask = 0x3f, /* udma0-5 */
375 .port_ops = &sil24_ops,
376 },
377};
378
Tejun Heo69ad1852005-11-18 14:16:45 +0900379static void sil24_dev_config(struct ata_port *ap, struct ata_device *dev)
380{
381 void __iomem *port = (void __iomem *)ap->ioaddr.cmd_addr;
382
Tejun Heo6e7846e2006-02-12 23:32:58 +0900383 if (dev->cdb_len == 16)
Tejun Heo69ad1852005-11-18 14:16:45 +0900384 writel(PORT_CS_CDB16, port + PORT_CTRL_STAT);
385 else
386 writel(PORT_CS_CDB16, port + PORT_CTRL_CLR);
387}
388
Tejun Heo6a575fa2005-10-06 11:43:39 +0900389static inline void sil24_update_tf(struct ata_port *ap)
390{
391 struct sil24_port_priv *pp = ap->private_data;
Al Viro4b4a5ea2005-10-29 06:38:44 +0100392 void __iomem *port = (void __iomem *)ap->ioaddr.cmd_addr;
393 struct sil24_prb __iomem *prb = port;
394 u8 fis[6 * 4];
Tejun Heo6a575fa2005-10-06 11:43:39 +0900395
Al Viro4b4a5ea2005-10-29 06:38:44 +0100396 memcpy_fromio(fis, prb->fis, 6 * 4);
397 ata_tf_from_fis(fis, &pp->tf);
Tejun Heo6a575fa2005-10-06 11:43:39 +0900398}
399
Tejun Heoedb33662005-07-28 10:36:22 +0900400static u8 sil24_check_status(struct ata_port *ap)
401{
Tejun Heo6a575fa2005-10-06 11:43:39 +0900402 struct sil24_port_priv *pp = ap->private_data;
403 return pp->tf.command;
Tejun Heoedb33662005-07-28 10:36:22 +0900404}
405
Tejun Heoedb33662005-07-28 10:36:22 +0900406static int sil24_scr_map[] = {
407 [SCR_CONTROL] = 0,
408 [SCR_STATUS] = 1,
409 [SCR_ERROR] = 2,
410 [SCR_ACTIVE] = 3,
411};
412
413static u32 sil24_scr_read(struct ata_port *ap, unsigned sc_reg)
414{
Al Viro4b4a5ea2005-10-29 06:38:44 +0100415 void __iomem *scr_addr = (void __iomem *)ap->ioaddr.scr_addr;
Tejun Heoedb33662005-07-28 10:36:22 +0900416 if (sc_reg < ARRAY_SIZE(sil24_scr_map)) {
Al Viro4b4a5ea2005-10-29 06:38:44 +0100417 void __iomem *addr;
Tejun Heoedb33662005-07-28 10:36:22 +0900418 addr = scr_addr + sil24_scr_map[sc_reg] * 4;
419 return readl(scr_addr + sil24_scr_map[sc_reg] * 4);
420 }
421 return 0xffffffffU;
422}
423
424static void sil24_scr_write(struct ata_port *ap, unsigned sc_reg, u32 val)
425{
Al Viro4b4a5ea2005-10-29 06:38:44 +0100426 void __iomem *scr_addr = (void __iomem *)ap->ioaddr.scr_addr;
Tejun Heoedb33662005-07-28 10:36:22 +0900427 if (sc_reg < ARRAY_SIZE(sil24_scr_map)) {
Al Viro4b4a5ea2005-10-29 06:38:44 +0100428 void __iomem *addr;
Tejun Heoedb33662005-07-28 10:36:22 +0900429 addr = scr_addr + sil24_scr_map[sc_reg] * 4;
430 writel(val, scr_addr + sil24_scr_map[sc_reg] * 4);
431 }
432}
433
Tejun Heo7f726d12005-10-07 01:43:19 +0900434static void sil24_tf_read(struct ata_port *ap, struct ata_taskfile *tf)
435{
436 struct sil24_port_priv *pp = ap->private_data;
437 *tf = pp->tf;
438}
439
Tejun Heob5bc4212006-04-11 22:32:19 +0900440static int sil24_init_port(struct ata_port *ap)
441{
442 void __iomem *port = (void __iomem *)ap->ioaddr.cmd_addr;
443 u32 tmp;
444
445 writel(PORT_CS_INIT, port + PORT_CTRL_STAT);
446 ata_wait_register(port + PORT_CTRL_STAT,
447 PORT_CS_INIT, PORT_CS_INIT, 10, 100);
448 tmp = ata_wait_register(port + PORT_CTRL_STAT,
449 PORT_CS_RDY, 0, 10, 100);
450
451 if ((tmp & (PORT_CS_INIT | PORT_CS_RDY)) != PORT_CS_RDY)
452 return -EIO;
453 return 0;
454}
455
Tejun Heo2bf2cb22006-04-11 22:16:45 +0900456static int sil24_softreset(struct ata_port *ap, unsigned int *class)
Tejun Heoca451602005-11-18 14:14:01 +0900457{
458 void __iomem *port = (void __iomem *)ap->ioaddr.cmd_addr;
459 struct sil24_port_priv *pp = ap->private_data;
Tejun Heo69ad1852005-11-18 14:16:45 +0900460 struct sil24_prb *prb = &pp->cmd_block[0].ata.prb;
Tejun Heoca451602005-11-18 14:14:01 +0900461 dma_addr_t paddr = pp->cmd_block_dma;
Tejun Heo7dd29dd2006-04-11 22:22:30 +0900462 u32 mask, irq_enable, irq_stat;
Tejun Heo643be972006-04-11 22:22:29 +0900463 const char *reason;
Tejun Heoca451602005-11-18 14:14:01 +0900464
Tejun Heo07b73472006-02-10 23:58:48 +0900465 DPRINTK("ENTER\n");
466
Tejun Heo10d996a2006-03-11 11:42:34 +0900467 if (!sata_dev_present(ap)) {
468 DPRINTK("PHY reports no device\n");
469 *class = ATA_DEV_NONE;
470 goto out;
471 }
472
Tejun Heoca451602005-11-18 14:14:01 +0900473 /* temporarily turn off IRQs during SRST */
474 irq_enable = readl(port + PORT_IRQ_ENABLE_SET);
475 writel(irq_enable, port + PORT_IRQ_ENABLE_CLR);
476
Tejun Heo2555d6c2006-04-11 22:32:19 +0900477 /* put the port into known state */
478 if (sil24_init_port(ap)) {
479 reason ="port not ready";
480 goto err;
481 }
482
Tejun Heo0eaa6052006-04-11 22:32:19 +0900483 /* do SRST */
Tejun Heobad28a32006-04-11 22:32:19 +0900484 prb->ctrl = cpu_to_le16(PRB_CTRL_SRST);
Tejun Heoca451602005-11-18 14:14:01 +0900485 prb->fis[1] = 0; /* no PM yet */
486
487 writel((u32)paddr, port + PORT_CMD_ACTIVATE);
Tejun Heo26ec6342006-04-11 22:32:19 +0900488 writel((u64)paddr >> 32, port + PORT_CMD_ACTIVATE + 4);
Tejun Heoca451602005-11-18 14:14:01 +0900489
Tejun Heo7dd29dd2006-04-11 22:22:30 +0900490 mask = (PORT_IRQ_COMPLETE | PORT_IRQ_ERROR) << PORT_IRQ_RAW_SHIFT;
491 irq_stat = ata_wait_register(port + PORT_IRQ_STAT, mask, 0x0,
492 100, ATA_TMOUT_BOOT / HZ * 1000);
Tejun Heoca451602005-11-18 14:14:01 +0900493
Tejun Heo7dd29dd2006-04-11 22:22:30 +0900494 writel(irq_stat, port + PORT_IRQ_STAT); /* clear IRQs */
495 irq_stat >>= PORT_IRQ_RAW_SHIFT;
Tejun Heoca451602005-11-18 14:14:01 +0900496
497 /* restore IRQs */
498 writel(irq_enable, port + PORT_IRQ_ENABLE_SET);
499
Tejun Heo10d996a2006-03-11 11:42:34 +0900500 if (!(irq_stat & PORT_IRQ_COMPLETE)) {
Tejun Heo643be972006-04-11 22:22:29 +0900501 if (irq_stat & PORT_IRQ_ERROR)
502 reason = "SRST command error";
503 else
504 reason = "timeout";
505 goto err;
Tejun Heo07b73472006-02-10 23:58:48 +0900506 }
Tejun Heo10d996a2006-03-11 11:42:34 +0900507
508 sil24_update_tf(ap);
509 *class = ata_dev_classify(&pp->tf);
510
Tejun Heo07b73472006-02-10 23:58:48 +0900511 if (*class == ATA_DEV_UNKNOWN)
512 *class = ATA_DEV_NONE;
513
Tejun Heo10d996a2006-03-11 11:42:34 +0900514 out:
Tejun Heo07b73472006-02-10 23:58:48 +0900515 DPRINTK("EXIT, class=%u\n", *class);
Tejun Heoca451602005-11-18 14:14:01 +0900516 return 0;
Tejun Heo643be972006-04-11 22:22:29 +0900517
518 err:
519 printk(KERN_ERR "ata%u: softreset failed (%s)\n", ap->id, reason);
520 return -EIO;
Tejun Heoca451602005-11-18 14:14:01 +0900521}
522
Tejun Heo2bf2cb22006-04-11 22:16:45 +0900523static int sil24_hardreset(struct ata_port *ap, unsigned int *class)
Tejun Heo489ff4c2006-02-10 23:58:48 +0900524{
Tejun Heoecc2e2b2006-04-11 22:32:19 +0900525 void __iomem *port = (void __iomem *)ap->ioaddr.cmd_addr;
526 const char *reason;
527 int tout_msec;
528 u32 tmp;
Tejun Heo489ff4c2006-02-10 23:58:48 +0900529
Tejun Heoecc2e2b2006-04-11 22:32:19 +0900530 /* sil24 does the right thing(tm) without any protection */
531 ata_set_sata_spd(ap);
532
533 tout_msec = 100;
534 if (sata_dev_present(ap))
535 tout_msec = 5000;
536
537 writel(PORT_CS_DEV_RST, port + PORT_CTRL_STAT);
538 tmp = ata_wait_register(port + PORT_CTRL_STAT,
539 PORT_CS_DEV_RST, PORT_CS_DEV_RST, 10, tout_msec);
540
541 /* SStatus oscillates between zero and valid status for short
542 * duration after DEV_RST, give it time to settle.
543 */
544 msleep(100);
545
546 if (tmp & PORT_CS_DEV_RST) {
547 if (!sata_dev_present(ap))
548 return 0;
549 reason = "link not ready";
550 goto err;
551 }
552
553 if (ata_busy_sleep(ap, ATA_TMOUT_BOOT_QUICK, ATA_TMOUT_BOOT)) {
554 reason = "device not ready";
555 goto err;
556 }
557
558 /* sil24 doesn't report device class code after hardreset,
559 * leave *class alone.
560 */
561 return 0;
562
563 err:
564 printk(KERN_ERR "ata%u: hardreset failed (%s)\n", ap->id, reason);
565 return -EIO;
Tejun Heo489ff4c2006-02-10 23:58:48 +0900566}
567
Tejun Heo07b73472006-02-10 23:58:48 +0900568static int sil24_probe_reset(struct ata_port *ap, unsigned int *classes)
Tejun Heoedb33662005-07-28 10:36:22 +0900569{
Tejun Heo07b73472006-02-10 23:58:48 +0900570 return ata_drive_probe_reset(ap, ata_std_probeinit,
Tejun Heo489ff4c2006-02-10 23:58:48 +0900571 sil24_softreset, sil24_hardreset,
Tejun Heo07b73472006-02-10 23:58:48 +0900572 ata_std_postreset, classes);
Tejun Heoedb33662005-07-28 10:36:22 +0900573}
574
575static inline void sil24_fill_sg(struct ata_queued_cmd *qc,
Tejun Heo69ad1852005-11-18 14:16:45 +0900576 struct sil24_sge *sge)
Tejun Heoedb33662005-07-28 10:36:22 +0900577{
Jeff Garzik972c26b2005-10-18 22:14:54 -0400578 struct scatterlist *sg;
579 unsigned int idx = 0;
Tejun Heoedb33662005-07-28 10:36:22 +0900580
Jeff Garzik972c26b2005-10-18 22:14:54 -0400581 ata_for_each_sg(sg, qc) {
Tejun Heoedb33662005-07-28 10:36:22 +0900582 sge->addr = cpu_to_le64(sg_dma_address(sg));
583 sge->cnt = cpu_to_le32(sg_dma_len(sg));
Jeff Garzik972c26b2005-10-18 22:14:54 -0400584 if (ata_sg_is_last(sg, qc))
585 sge->flags = cpu_to_le32(SGE_TRM);
586 else
587 sge->flags = 0;
588
589 sge++;
590 idx++;
Tejun Heoedb33662005-07-28 10:36:22 +0900591 }
592}
593
594static void sil24_qc_prep(struct ata_queued_cmd *qc)
595{
596 struct ata_port *ap = qc->ap;
597 struct sil24_port_priv *pp = ap->private_data;
Tejun Heo69ad1852005-11-18 14:16:45 +0900598 union sil24_cmd_block *cb = pp->cmd_block + qc->tag;
599 struct sil24_prb *prb;
600 struct sil24_sge *sge;
Tejun Heobad28a32006-04-11 22:32:19 +0900601 u16 ctrl = 0;
Tejun Heoedb33662005-07-28 10:36:22 +0900602
603 switch (qc->tf.protocol) {
604 case ATA_PROT_PIO:
605 case ATA_PROT_DMA:
606 case ATA_PROT_NODATA:
Tejun Heo69ad1852005-11-18 14:16:45 +0900607 prb = &cb->ata.prb;
608 sge = cb->ata.sge;
Tejun Heoedb33662005-07-28 10:36:22 +0900609 break;
Tejun Heo69ad1852005-11-18 14:16:45 +0900610
611 case ATA_PROT_ATAPI:
612 case ATA_PROT_ATAPI_DMA:
613 case ATA_PROT_ATAPI_NODATA:
614 prb = &cb->atapi.prb;
615 sge = cb->atapi.sge;
616 memset(cb->atapi.cdb, 0, 32);
Tejun Heo6e7846e2006-02-12 23:32:58 +0900617 memcpy(cb->atapi.cdb, qc->cdb, qc->dev->cdb_len);
Tejun Heo69ad1852005-11-18 14:16:45 +0900618
619 if (qc->tf.protocol != ATA_PROT_ATAPI_NODATA) {
620 if (qc->tf.flags & ATA_TFLAG_WRITE)
Tejun Heobad28a32006-04-11 22:32:19 +0900621 ctrl = PRB_CTRL_PACKET_WRITE;
Tejun Heo69ad1852005-11-18 14:16:45 +0900622 else
Tejun Heobad28a32006-04-11 22:32:19 +0900623 ctrl = PRB_CTRL_PACKET_READ;
624 }
Tejun Heo69ad1852005-11-18 14:16:45 +0900625 break;
626
Tejun Heoedb33662005-07-28 10:36:22 +0900627 default:
Tejun Heo69ad1852005-11-18 14:16:45 +0900628 prb = NULL; /* shut up, gcc */
629 sge = NULL;
Tejun Heoedb33662005-07-28 10:36:22 +0900630 BUG();
631 }
632
Tejun Heobad28a32006-04-11 22:32:19 +0900633 prb->ctrl = cpu_to_le16(ctrl);
Tejun Heoedb33662005-07-28 10:36:22 +0900634 ata_tf_to_fis(&qc->tf, prb->fis, 0);
635
636 if (qc->flags & ATA_QCFLAG_DMAMAP)
Tejun Heo69ad1852005-11-18 14:16:45 +0900637 sil24_fill_sg(qc, sge);
Tejun Heoedb33662005-07-28 10:36:22 +0900638}
639
Tejun Heo9a3d9eb2006-01-23 13:09:36 +0900640static unsigned int sil24_qc_issue(struct ata_queued_cmd *qc)
Tejun Heoedb33662005-07-28 10:36:22 +0900641{
642 struct ata_port *ap = qc->ap;
Al Viro4b4a5ea2005-10-29 06:38:44 +0100643 void __iomem *port = (void __iomem *)ap->ioaddr.cmd_addr;
Tejun Heoedb33662005-07-28 10:36:22 +0900644 struct sil24_port_priv *pp = ap->private_data;
645 dma_addr_t paddr = pp->cmd_block_dma + qc->tag * sizeof(*pp->cmd_block);
646
Tejun Heo4f50c3c2005-08-17 13:09:07 +0900647 writel((u32)paddr, port + PORT_CMD_ACTIVATE);
Tejun Heo26ec6342006-04-11 22:32:19 +0900648 writel((u64)paddr >> 32, port + PORT_CMD_ACTIVATE + 4);
649
Tejun Heoedb33662005-07-28 10:36:22 +0900650 return 0;
651}
652
653static void sil24_irq_clear(struct ata_port *ap)
654{
655 /* unused */
656}
657
Tejun Heo7d1ce682005-11-18 14:09:05 +0900658static int __sil24_restart_controller(void __iomem *port)
659{
660 u32 tmp;
661 int cnt;
662
663 writel(PORT_CS_INIT, port + PORT_CTRL_STAT);
664
665 /* Max ~10ms */
666 for (cnt = 0; cnt < 10000; cnt++) {
667 tmp = readl(port + PORT_CTRL_STAT);
668 if (tmp & PORT_CS_RDY)
669 return 0;
670 udelay(1);
671 }
672
673 return -1;
674}
675
676static void sil24_restart_controller(struct ata_port *ap)
677{
678 if (__sil24_restart_controller((void __iomem *)ap->ioaddr.cmd_addr))
679 printk(KERN_ERR DRV_NAME
680 " ata%u: failed to restart controller\n", ap->id);
681}
682
Al Viro4b4a5ea2005-10-29 06:38:44 +0100683static int __sil24_reset_controller(void __iomem *port)
Tejun Heoedb33662005-07-28 10:36:22 +0900684{
Tejun Heoedb33662005-07-28 10:36:22 +0900685 int cnt;
686 u32 tmp;
687
Tejun Heoedb33662005-07-28 10:36:22 +0900688 /* Reset controller state. Is this correct? */
689 writel(PORT_CS_DEV_RST, port + PORT_CTRL_STAT);
690 readl(port + PORT_CTRL_STAT); /* sync */
691
692 /* Max ~100ms */
693 for (cnt = 0; cnt < 1000; cnt++) {
694 udelay(100);
695 tmp = readl(port + PORT_CTRL_STAT);
696 if (!(tmp & PORT_CS_DEV_RST))
697 break;
698 }
Tejun Heo923f1222005-09-13 13:21:29 +0900699
Tejun Heoedb33662005-07-28 10:36:22 +0900700 if (tmp & PORT_CS_DEV_RST)
Tejun Heo923f1222005-09-13 13:21:29 +0900701 return -1;
Tejun Heo7d1ce682005-11-18 14:09:05 +0900702
703 if (tmp & PORT_CS_RDY)
704 return 0;
705
706 return __sil24_restart_controller(port);
Tejun Heo923f1222005-09-13 13:21:29 +0900707}
708
709static void sil24_reset_controller(struct ata_port *ap)
710{
711 printk(KERN_NOTICE DRV_NAME
712 " ata%u: resetting controller...\n", ap->id);
Al Viro4b4a5ea2005-10-29 06:38:44 +0100713 if (__sil24_reset_controller((void __iomem *)ap->ioaddr.cmd_addr))
Tejun Heo923f1222005-09-13 13:21:29 +0900714 printk(KERN_ERR DRV_NAME
715 " ata%u: failed to reset controller\n", ap->id);
Tejun Heoedb33662005-07-28 10:36:22 +0900716}
717
718static void sil24_eng_timeout(struct ata_port *ap)
719{
720 struct ata_queued_cmd *qc;
721
722 qc = ata_qc_from_tag(ap, ap->active_tag);
Tejun Heoedb33662005-07-28 10:36:22 +0900723
Tejun Heoedb33662005-07-28 10:36:22 +0900724 printk(KERN_ERR "ata%u: command timeout\n", ap->id);
Tejun Heo11a56d22006-01-23 13:09:36 +0900725 qc->err_mask |= AC_ERR_TIMEOUT;
Tejun Heoa72ec4c2006-01-23 13:09:37 +0900726 ata_eh_qc_complete(qc);
Tejun Heoedb33662005-07-28 10:36:22 +0900727
728 sil24_reset_controller(ap);
729}
730
Tejun Heo87466182005-08-17 13:08:57 +0900731static void sil24_error_intr(struct ata_port *ap, u32 slot_stat)
732{
733 struct ata_queued_cmd *qc = ata_qc_from_tag(ap, ap->active_tag);
Tejun Heo6a575fa2005-10-06 11:43:39 +0900734 struct sil24_port_priv *pp = ap->private_data;
Al Viro4b4a5ea2005-10-29 06:38:44 +0100735 void __iomem *port = (void __iomem *)ap->ioaddr.cmd_addr;
Tejun Heo87466182005-08-17 13:08:57 +0900736 u32 irq_stat, cmd_err, sstatus, serror;
Jeff Garzika7dac442005-10-30 04:44:42 -0500737 unsigned int err_mask;
Tejun Heo87466182005-08-17 13:08:57 +0900738
739 irq_stat = readl(port + PORT_IRQ_STAT);
Tejun Heoad6e90f2005-10-06 11:43:29 +0900740 writel(irq_stat, port + PORT_IRQ_STAT); /* clear irq */
741
742 if (!(irq_stat & PORT_IRQ_ERROR)) {
743 /* ignore non-completion, non-error irqs for now */
744 printk(KERN_WARNING DRV_NAME
745 "ata%u: non-error exception irq (irq_stat %x)\n",
746 ap->id, irq_stat);
747 return;
748 }
749
Tejun Heo87466182005-08-17 13:08:57 +0900750 cmd_err = readl(port + PORT_CMD_ERR);
751 sstatus = readl(port + PORT_SSTATUS);
752 serror = readl(port + PORT_SERROR);
Tejun Heo87466182005-08-17 13:08:57 +0900753 if (serror)
754 writel(serror, port + PORT_SERROR);
755
Tejun Heoc0ab4242005-11-18 14:22:03 +0900756 /*
757 * Don't log ATAPI device errors. They're supposed to happen
758 * and any serious errors will be logged using sense data by
759 * the SCSI layer.
760 */
761 if (ap->device[0].class != ATA_DEV_ATAPI || cmd_err > PORT_CERR_SDB)
762 printk("ata%u: error interrupt on port%d\n"
763 " stat=0x%x irq=0x%x cmd_err=%d sstatus=0x%x serror=0x%x\n",
764 ap->id, ap->port_no, slot_stat, irq_stat, cmd_err, sstatus, serror);
Tejun Heo87466182005-08-17 13:08:57 +0900765
Tejun Heo6a575fa2005-10-06 11:43:39 +0900766 if (cmd_err == PORT_CERR_DEV || cmd_err == PORT_CERR_SDB) {
767 /*
768 * Device is reporting error, tf registers are valid.
769 */
770 sil24_update_tf(ap);
Jeff Garzika7dac442005-10-30 04:44:42 -0500771 err_mask = ac_err_mask(pp->tf.command);
Tejun Heo7d1ce682005-11-18 14:09:05 +0900772 sil24_restart_controller(ap);
Tejun Heo6a575fa2005-10-06 11:43:39 +0900773 } else {
774 /*
775 * Other errors. libata currently doesn't have any
776 * mechanism to report these errors. Just turn on
777 * ATA_ERR.
778 */
Jeff Garzika7dac442005-10-30 04:44:42 -0500779 err_mask = AC_ERR_OTHER;
Tejun Heo7d1ce682005-11-18 14:09:05 +0900780 sil24_reset_controller(ap);
Tejun Heo6a575fa2005-10-06 11:43:39 +0900781 }
782
Albert Leea22e2eb2005-12-05 15:38:02 +0800783 if (qc) {
784 qc->err_mask |= err_mask;
785 ata_qc_complete(qc);
786 }
Tejun Heo87466182005-08-17 13:08:57 +0900787}
788
Tejun Heoedb33662005-07-28 10:36:22 +0900789static inline void sil24_host_intr(struct ata_port *ap)
790{
791 struct ata_queued_cmd *qc = ata_qc_from_tag(ap, ap->active_tag);
Al Viro4b4a5ea2005-10-29 06:38:44 +0100792 void __iomem *port = (void __iomem *)ap->ioaddr.cmd_addr;
Tejun Heoedb33662005-07-28 10:36:22 +0900793 u32 slot_stat;
794
795 slot_stat = readl(port + PORT_SLOT_STAT);
796 if (!(slot_stat & HOST_SSTAT_ATTN)) {
Tejun Heo6a575fa2005-10-06 11:43:39 +0900797 struct sil24_port_priv *pp = ap->private_data;
Tejun Heo37024e82006-04-11 22:32:19 +0900798
799 if (ap->flags & SIL24_FLAG_PCIX_IRQ_WOC)
800 writel(PORT_IRQ_COMPLETE, port + PORT_IRQ_STAT);
801
Tejun Heo6a575fa2005-10-06 11:43:39 +0900802 /*
803 * !HOST_SSAT_ATTN guarantees successful completion,
804 * so reading back tf registers is unnecessary for
805 * most commands. TODO: read tf registers for
806 * commands which require these values on successful
807 * completion (EXECUTE DEVICE DIAGNOSTIC, CHECK POWER,
808 * DEVICE RESET and READ PORT MULTIPLIER (any more?).
809 */
810 sil24_update_tf(ap);
811
Albert Leea22e2eb2005-12-05 15:38:02 +0800812 if (qc) {
813 qc->err_mask |= ac_err_mask(pp->tf.command);
814 ata_qc_complete(qc);
815 }
Tejun Heo87466182005-08-17 13:08:57 +0900816 } else
817 sil24_error_intr(ap, slot_stat);
Tejun Heoedb33662005-07-28 10:36:22 +0900818}
819
820static irqreturn_t sil24_interrupt(int irq, void *dev_instance, struct pt_regs *regs)
821{
822 struct ata_host_set *host_set = dev_instance;
823 struct sil24_host_priv *hpriv = host_set->private_data;
824 unsigned handled = 0;
825 u32 status;
826 int i;
827
828 status = readl(hpriv->host_base + HOST_IRQ_STAT);
829
Tejun Heo06460ae2005-08-17 13:08:52 +0900830 if (status == 0xffffffff) {
831 printk(KERN_ERR DRV_NAME ": IRQ status == 0xffffffff, "
832 "PCI fault or device removal?\n");
833 goto out;
834 }
835
Tejun Heoedb33662005-07-28 10:36:22 +0900836 if (!(status & IRQ_STAT_4PORTS))
837 goto out;
838
839 spin_lock(&host_set->lock);
840
841 for (i = 0; i < host_set->n_ports; i++)
842 if (status & (1 << i)) {
843 struct ata_port *ap = host_set->ports[i];
Tejun Heo198e0fe2006-04-02 18:51:52 +0900844 if (ap && !(ap->flags & ATA_FLAG_DISABLED)) {
Tejun Heoedb33662005-07-28 10:36:22 +0900845 sil24_host_intr(host_set->ports[i]);
Tejun Heo3cc45712005-08-17 13:08:47 +0900846 handled++;
847 } else
848 printk(KERN_ERR DRV_NAME
849 ": interrupt from disabled port %d\n", i);
Tejun Heoedb33662005-07-28 10:36:22 +0900850 }
851
852 spin_unlock(&host_set->lock);
853 out:
854 return IRQ_RETVAL(handled);
855}
856
Jeff Garzik6037d6b2005-11-04 22:08:00 -0500857static inline void sil24_cblk_free(struct sil24_port_priv *pp, struct device *dev)
858{
859 const size_t cb_size = sizeof(*pp->cmd_block);
860
861 dma_free_coherent(dev, cb_size, pp->cmd_block, pp->cmd_block_dma);
862}
863
Tejun Heoedb33662005-07-28 10:36:22 +0900864static int sil24_port_start(struct ata_port *ap)
865{
866 struct device *dev = ap->host_set->dev;
Tejun Heoedb33662005-07-28 10:36:22 +0900867 struct sil24_port_priv *pp;
Tejun Heo69ad1852005-11-18 14:16:45 +0900868 union sil24_cmd_block *cb;
Tejun Heoedb33662005-07-28 10:36:22 +0900869 size_t cb_size = sizeof(*cb);
870 dma_addr_t cb_dma;
Jeff Garzik6037d6b2005-11-04 22:08:00 -0500871 int rc = -ENOMEM;
Tejun Heoedb33662005-07-28 10:36:22 +0900872
Jeff Garzik6037d6b2005-11-04 22:08:00 -0500873 pp = kzalloc(sizeof(*pp), GFP_KERNEL);
Tejun Heoedb33662005-07-28 10:36:22 +0900874 if (!pp)
Jeff Garzik6037d6b2005-11-04 22:08:00 -0500875 goto err_out;
Tejun Heoedb33662005-07-28 10:36:22 +0900876
Tejun Heo6a575fa2005-10-06 11:43:39 +0900877 pp->tf.command = ATA_DRDY;
878
Tejun Heoedb33662005-07-28 10:36:22 +0900879 cb = dma_alloc_coherent(dev, cb_size, &cb_dma, GFP_KERNEL);
Jeff Garzik6037d6b2005-11-04 22:08:00 -0500880 if (!cb)
881 goto err_out_pp;
Tejun Heoedb33662005-07-28 10:36:22 +0900882 memset(cb, 0, cb_size);
883
Jeff Garzik6037d6b2005-11-04 22:08:00 -0500884 rc = ata_pad_alloc(ap, dev);
885 if (rc)
886 goto err_out_pad;
887
Tejun Heoedb33662005-07-28 10:36:22 +0900888 pp->cmd_block = cb;
889 pp->cmd_block_dma = cb_dma;
890
891 ap->private_data = pp;
892
893 return 0;
Jeff Garzik6037d6b2005-11-04 22:08:00 -0500894
895err_out_pad:
896 sil24_cblk_free(pp, dev);
897err_out_pp:
898 kfree(pp);
899err_out:
900 return rc;
Tejun Heoedb33662005-07-28 10:36:22 +0900901}
902
903static void sil24_port_stop(struct ata_port *ap)
904{
905 struct device *dev = ap->host_set->dev;
906 struct sil24_port_priv *pp = ap->private_data;
Tejun Heoedb33662005-07-28 10:36:22 +0900907
Jeff Garzik6037d6b2005-11-04 22:08:00 -0500908 sil24_cblk_free(pp, dev);
Tejun Heoe9c05af2005-11-14 00:24:18 +0900909 ata_pad_free(ap, dev);
Tejun Heoedb33662005-07-28 10:36:22 +0900910 kfree(pp);
911}
912
913static void sil24_host_stop(struct ata_host_set *host_set)
914{
915 struct sil24_host_priv *hpriv = host_set->private_data;
Jeff Garzik142877b2006-03-22 23:30:34 -0500916 struct pci_dev *pdev = to_pci_dev(host_set->dev);
Tejun Heoedb33662005-07-28 10:36:22 +0900917
Jeff Garzik142877b2006-03-22 23:30:34 -0500918 pci_iounmap(pdev, hpriv->host_base);
919 pci_iounmap(pdev, hpriv->port_base);
Tejun Heoedb33662005-07-28 10:36:22 +0900920 kfree(hpriv);
921}
922
923static int sil24_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
924{
925 static int printed_version = 0;
926 unsigned int board_id = (unsigned int)ent->driver_data;
Tejun Heo042c21f2005-10-09 09:35:46 -0400927 struct ata_port_info *pinfo = &sil24_port_info[board_id];
Tejun Heoedb33662005-07-28 10:36:22 +0900928 struct ata_probe_ent *probe_ent = NULL;
929 struct sil24_host_priv *hpriv = NULL;
Al Viro4b4a5ea2005-10-29 06:38:44 +0100930 void __iomem *host_base = NULL;
931 void __iomem *port_base = NULL;
Tejun Heoedb33662005-07-28 10:36:22 +0900932 int i, rc;
Tejun Heo37024e82006-04-11 22:32:19 +0900933 u32 tmp;
Tejun Heoedb33662005-07-28 10:36:22 +0900934
935 if (!printed_version++)
Jeff Garzika9524a72005-10-30 14:39:11 -0500936 dev_printk(KERN_DEBUG, &pdev->dev, "version " DRV_VERSION "\n");
Tejun Heoedb33662005-07-28 10:36:22 +0900937
938 rc = pci_enable_device(pdev);
939 if (rc)
940 return rc;
941
942 rc = pci_request_regions(pdev, DRV_NAME);
943 if (rc)
944 goto out_disable;
945
946 rc = -ENOMEM;
Jeff Garzik142877b2006-03-22 23:30:34 -0500947 /* map mmio registers */
948 host_base = pci_iomap(pdev, 0, 0);
Tejun Heoedb33662005-07-28 10:36:22 +0900949 if (!host_base)
950 goto out_free;
Jeff Garzik142877b2006-03-22 23:30:34 -0500951 port_base = pci_iomap(pdev, 2, 0);
Tejun Heoedb33662005-07-28 10:36:22 +0900952 if (!port_base)
953 goto out_free;
954
955 /* allocate & init probe_ent and hpriv */
Jeff Garzik142877b2006-03-22 23:30:34 -0500956 probe_ent = kzalloc(sizeof(*probe_ent), GFP_KERNEL);
Tejun Heoedb33662005-07-28 10:36:22 +0900957 if (!probe_ent)
958 goto out_free;
959
Jeff Garzik142877b2006-03-22 23:30:34 -0500960 hpriv = kzalloc(sizeof(*hpriv), GFP_KERNEL);
Tejun Heoedb33662005-07-28 10:36:22 +0900961 if (!hpriv)
962 goto out_free;
963
Tejun Heoedb33662005-07-28 10:36:22 +0900964 probe_ent->dev = pci_dev_to_dev(pdev);
965 INIT_LIST_HEAD(&probe_ent->node);
966
Tejun Heo042c21f2005-10-09 09:35:46 -0400967 probe_ent->sht = pinfo->sht;
968 probe_ent->host_flags = pinfo->host_flags;
969 probe_ent->pio_mask = pinfo->pio_mask;
Tejun Heofbfda6e2006-03-05 23:03:42 +0900970 probe_ent->mwdma_mask = pinfo->mwdma_mask;
Tejun Heo042c21f2005-10-09 09:35:46 -0400971 probe_ent->udma_mask = pinfo->udma_mask;
972 probe_ent->port_ops = pinfo->port_ops;
973 probe_ent->n_ports = SIL24_FLAG2NPORTS(pinfo->host_flags);
Tejun Heoedb33662005-07-28 10:36:22 +0900974
975 probe_ent->irq = pdev->irq;
976 probe_ent->irq_flags = SA_SHIRQ;
977 probe_ent->mmio_base = port_base;
978 probe_ent->private_data = hpriv;
979
Tejun Heoedb33662005-07-28 10:36:22 +0900980 hpriv->host_base = host_base;
981 hpriv->port_base = port_base;
982
983 /*
984 * Configure the device
985 */
Tejun Heo26ec6342006-04-11 22:32:19 +0900986 if (!pci_set_dma_mask(pdev, DMA_64BIT_MASK)) {
987 rc = pci_set_consistent_dma_mask(pdev, DMA_64BIT_MASK);
988 if (rc) {
989 rc = pci_set_consistent_dma_mask(pdev, DMA_32BIT_MASK);
990 if (rc) {
991 dev_printk(KERN_ERR, &pdev->dev,
992 "64-bit DMA enable failed\n");
993 goto out_free;
994 }
995 }
996 } else {
997 rc = pci_set_dma_mask(pdev, DMA_32BIT_MASK);
998 if (rc) {
999 dev_printk(KERN_ERR, &pdev->dev,
1000 "32-bit DMA enable failed\n");
1001 goto out_free;
1002 }
1003 rc = pci_set_consistent_dma_mask(pdev, DMA_32BIT_MASK);
1004 if (rc) {
1005 dev_printk(KERN_ERR, &pdev->dev,
1006 "32-bit consistent DMA enable failed\n");
1007 goto out_free;
1008 }
Tejun Heoedb33662005-07-28 10:36:22 +09001009 }
1010
1011 /* GPIO off */
1012 writel(0, host_base + HOST_FLASH_CMD);
1013
Tejun Heo37024e82006-04-11 22:32:19 +09001014 /* Apply workaround for completion IRQ loss on PCI-X errata */
1015 if (probe_ent->host_flags & SIL24_FLAG_PCIX_IRQ_WOC) {
1016 tmp = readl(host_base + HOST_CTRL);
1017 if (tmp & (HOST_CTRL_TRDY | HOST_CTRL_STOP | HOST_CTRL_DEVSEL))
1018 dev_printk(KERN_INFO, &pdev->dev,
1019 "Applying completion IRQ loss on PCI-X "
1020 "errata fix\n");
1021 else
1022 probe_ent->host_flags &= ~SIL24_FLAG_PCIX_IRQ_WOC;
1023 }
1024
Tejun Heo7dd29dd2006-04-11 22:22:30 +09001025 /* clear global reset & mask interrupts during initialization */
Tejun Heoedb33662005-07-28 10:36:22 +09001026 writel(0, host_base + HOST_CTRL);
1027
1028 for (i = 0; i < probe_ent->n_ports; i++) {
Al Viro4b4a5ea2005-10-29 06:38:44 +01001029 void __iomem *port = port_base + i * PORT_REGS_SIZE;
Tejun Heoedb33662005-07-28 10:36:22 +09001030 unsigned long portu = (unsigned long)port;
Tejun Heoedb33662005-07-28 10:36:22 +09001031
Tejun Heo4f50c3c2005-08-17 13:09:07 +09001032 probe_ent->port[i].cmd_addr = portu + PORT_PRB;
Tejun Heoedb33662005-07-28 10:36:22 +09001033 probe_ent->port[i].scr_addr = portu + PORT_SCONTROL;
1034
1035 ata_std_ports(&probe_ent->port[i]);
1036
1037 /* Initial PHY setting */
1038 writel(0x20c, port + PORT_PHY_CFG);
1039
1040 /* Clear port RST */
1041 tmp = readl(port + PORT_CTRL_STAT);
1042 if (tmp & PORT_CS_PORT_RST) {
1043 writel(PORT_CS_PORT_RST, port + PORT_CTRL_CLR);
Tejun Heo7dd29dd2006-04-11 22:22:30 +09001044 tmp = ata_wait_register(port + PORT_CTRL_STAT,
1045 PORT_CS_PORT_RST,
1046 PORT_CS_PORT_RST, 10, 100);
Tejun Heoedb33662005-07-28 10:36:22 +09001047 if (tmp & PORT_CS_PORT_RST)
Jeff Garzika9524a72005-10-30 14:39:11 -05001048 dev_printk(KERN_ERR, &pdev->dev,
1049 "failed to clear port RST\n");
Tejun Heoedb33662005-07-28 10:36:22 +09001050 }
1051
Tejun Heo37024e82006-04-11 22:32:19 +09001052 /* Configure IRQ WoC */
1053 if (probe_ent->host_flags & SIL24_FLAG_PCIX_IRQ_WOC)
1054 writel(PORT_CS_IRQ_WOC, port + PORT_CTRL_STAT);
1055 else
1056 writel(PORT_CS_IRQ_WOC, port + PORT_CTRL_CLR);
1057
Tejun Heoedb33662005-07-28 10:36:22 +09001058 /* Zero error counters. */
1059 writel(0x8000, port + PORT_DECODE_ERR_THRESH);
1060 writel(0x8000, port + PORT_CRC_ERR_THRESH);
1061 writel(0x8000, port + PORT_HSHK_ERR_THRESH);
1062 writel(0x0000, port + PORT_DECODE_ERR_CNT);
1063 writel(0x0000, port + PORT_CRC_ERR_CNT);
1064 writel(0x0000, port + PORT_HSHK_ERR_CNT);
1065
Tejun Heo26ec6342006-04-11 22:32:19 +09001066 /* Always use 64bit activation */
1067 writel(PORT_CS_32BIT_ACTV, port + PORT_CTRL_CLR);
Tejun Heoedb33662005-07-28 10:36:22 +09001068
1069 /* Configure interrupts */
1070 writel(0xffff, port + PORT_IRQ_ENABLE_CLR);
Tejun Heo3b9f1d02006-04-11 22:32:18 +09001071 writel(PORT_IRQ_COMPLETE | PORT_IRQ_ERROR |
1072 PORT_IRQ_SDB_NOTIFY, port + PORT_IRQ_ENABLE_SET);
Tejun Heoedb33662005-07-28 10:36:22 +09001073
1074 /* Clear interrupts */
1075 writel(0x0fff0fff, port + PORT_IRQ_STAT);
1076 writel(PORT_CS_IRQ_WOC, port + PORT_CTRL_CLR);
Tejun Heo923f1222005-09-13 13:21:29 +09001077
1078 /* Clear port multiplier enable and resume bits */
1079 writel(PORT_CS_PM_EN | PORT_CS_RESUME, port + PORT_CTRL_CLR);
Tejun Heoedb33662005-07-28 10:36:22 +09001080 }
1081
1082 /* Turn on interrupts */
1083 writel(IRQ_STAT_4PORTS, host_base + HOST_CTRL);
1084
1085 pci_set_master(pdev);
1086
Tejun Heo14834672005-08-17 13:08:42 +09001087 /* FIXME: check ata_device_add return value */
Tejun Heoedb33662005-07-28 10:36:22 +09001088 ata_device_add(probe_ent);
1089
1090 kfree(probe_ent);
1091 return 0;
1092
1093 out_free:
1094 if (host_base)
Jeff Garzik142877b2006-03-22 23:30:34 -05001095 pci_iounmap(pdev, host_base);
Tejun Heoedb33662005-07-28 10:36:22 +09001096 if (port_base)
Jeff Garzik142877b2006-03-22 23:30:34 -05001097 pci_iounmap(pdev, port_base);
Tejun Heoedb33662005-07-28 10:36:22 +09001098 kfree(probe_ent);
1099 kfree(hpriv);
1100 pci_release_regions(pdev);
1101 out_disable:
1102 pci_disable_device(pdev);
1103 return rc;
1104}
1105
1106static int __init sil24_init(void)
1107{
1108 return pci_module_init(&sil24_pci_driver);
1109}
1110
1111static void __exit sil24_exit(void)
1112{
1113 pci_unregister_driver(&sil24_pci_driver);
1114}
1115
1116MODULE_AUTHOR("Tejun Heo");
1117MODULE_DESCRIPTION("Silicon Image 3124/3132 SATA low-level driver");
1118MODULE_LICENSE("GPL");
1119MODULE_DEVICE_TABLE(pci, sil24_pci_tbl);
1120
1121module_init(sil24_init);
1122module_exit(sil24_exit);