staging: comedi: dt9812: use CR_CHAN() for channel number
[deliverable/linux.git] / drivers / ata / sata_promise.c
CommitLineData
1da177e4
LT
1/*
2 * sata_promise.c - Promise SATA
3 *
4 * Maintained by: Jeff Garzik <jgarzik@pobox.com>
5595ddf9 5 * Mikael Pettersson <mikpe@it.uu.se>
1da177e4
LT
6 * Please ALWAYS copy linux-ide@vger.kernel.org
7 * on emails.
8 *
9 * Copyright 2003-2004 Red Hat, Inc.
10 *
1da177e4 11 *
af36d7f0
JG
12 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License as published by
14 * the Free Software Foundation; either version 2, or (at your option)
15 * any later version.
16 *
17 * This program is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
21 *
22 * You should have received a copy of the GNU General Public License
23 * along with this program; see the file COPYING. If not, write to
24 * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
25 *
26 *
27 * libata documentation is available via 'make {ps|pdf}docs',
28 * as Documentation/DocBook/libata.*
29 *
30 * Hardware information only available under NDA.
1da177e4
LT
31 *
32 */
33
34#include <linux/kernel.h>
35#include <linux/module.h>
5a0e3ad6 36#include <linux/gfp.h>
1da177e4
LT
37#include <linux/pci.h>
38#include <linux/init.h>
39#include <linux/blkdev.h>
40#include <linux/delay.h>
41#include <linux/interrupt.h>
a9524a76 42#include <linux/device.h>
95006188 43#include <scsi/scsi.h>
1da177e4 44#include <scsi/scsi_host.h>
193515d5 45#include <scsi/scsi_cmnd.h>
1da177e4 46#include <linux/libata.h>
1da177e4
LT
47#include "sata_promise.h"
48
49#define DRV_NAME "sata_promise"
c07a9c49 50#define DRV_VERSION "2.12"
1da177e4
LT
51
52enum {
eca25dca 53 PDC_MAX_PORTS = 4,
0d5ff566 54 PDC_MMIO_BAR = 3,
b9ccd4a9 55 PDC_MAX_PRD = LIBATA_MAX_PRD - 1, /* -1 for ASIC PRD bug workaround */
0d5ff566 56
821d22cd
MP
57 /* host register offsets (from host->iomap[PDC_MMIO_BAR]) */
58 PDC_INT_SEQMASK = 0x40, /* Mask of asserted SEQ INTs */
59 PDC_FLASH_CTL = 0x44, /* Flash control register */
ff7cddf5 60 PDC_PCI_CTL = 0x48, /* PCI control/status reg */
821d22cd
MP
61 PDC_SATA_PLUG_CSR = 0x6C, /* SATA Plug control/status reg */
62 PDC2_SATA_PLUG_CSR = 0x60, /* SATAII Plug control/status reg */
63 PDC_TBG_MODE = 0x41C, /* TBG mode (not SATAII) */
64 PDC_SLEW_CTL = 0x470, /* slew rate control reg (not SATAII) */
65
66 /* per-port ATA register offsets (from ap->ioaddr.cmd_addr) */
95006188
MP
67 PDC_FEATURE = 0x04, /* Feature/Error reg (per port) */
68 PDC_SECTOR_COUNT = 0x08, /* Sector count reg (per port) */
69 PDC_SECTOR_NUMBER = 0x0C, /* Sector number reg (per port) */
70 PDC_CYLINDER_LOW = 0x10, /* Cylinder low reg (per port) */
71 PDC_CYLINDER_HIGH = 0x14, /* Cylinder high reg (per port) */
72 PDC_DEVICE = 0x18, /* Device/Head reg (per port) */
73 PDC_COMMAND = 0x1C, /* Command/status reg (per port) */
73fd456b 74 PDC_ALTSTATUS = 0x38, /* Alternate-status/device-control reg (per port) */
1da177e4 75 PDC_PKT_SUBMIT = 0x40, /* Command packet pointer addr */
1da177e4
LT
76 PDC_GLOBAL_CTL = 0x48, /* Global control/status (per port) */
77 PDC_CTLSTAT = 0x60, /* IDE control and status (per port) */
821d22cd
MP
78
79 /* per-port SATA register offsets (from ap->ioaddr.scr_addr) */
ff7cddf5 80 PDC_SATA_ERROR = 0x04,
821d22cd 81 PDC_PHYMODE4 = 0x14,
ff7cddf5
MP
82 PDC_LINK_LAYER_ERRORS = 0x6C,
83 PDC_FPDMA_CTLSTAT = 0xD8,
84 PDC_INTERNAL_DEBUG_1 = 0xF8, /* also used for PATA */
85 PDC_INTERNAL_DEBUG_2 = 0xFC, /* also used for PATA */
86
87 /* PDC_FPDMA_CTLSTAT bit definitions */
88 PDC_FPDMA_CTLSTAT_RESET = 1 << 3,
89 PDC_FPDMA_CTLSTAT_DMASETUP_INT_FLAG = 1 << 10,
90 PDC_FPDMA_CTLSTAT_SETDB_INT_FLAG = 1 << 11,
1da177e4 91
176efb05
MP
92 /* PDC_GLOBAL_CTL bit definitions */
93 PDC_PH_ERR = (1 << 8), /* PCI error while loading packet */
94 PDC_SH_ERR = (1 << 9), /* PCI error while loading S/G table */
95 PDC_DH_ERR = (1 << 10), /* PCI error while loading data */
96 PDC2_HTO_ERR = (1 << 12), /* host bus timeout */
97 PDC2_ATA_HBA_ERR = (1 << 13), /* error during SATA DATA FIS transmission */
98 PDC2_ATA_DMA_CNT_ERR = (1 << 14), /* DMA DATA FIS size differs from S/G count */
99 PDC_OVERRUN_ERR = (1 << 19), /* S/G byte count larger than HD requires */
100 PDC_UNDERRUN_ERR = (1 << 20), /* S/G byte count less than HD requires */
101 PDC_DRIVE_ERR = (1 << 21), /* drive error */
102 PDC_PCI_SYS_ERR = (1 << 22), /* PCI system error */
103 PDC1_PCI_PARITY_ERR = (1 << 23), /* PCI parity error (from SATA150 driver) */
104 PDC1_ERR_MASK = PDC1_PCI_PARITY_ERR,
5796d1c4
JG
105 PDC2_ERR_MASK = PDC2_HTO_ERR | PDC2_ATA_HBA_ERR |
106 PDC2_ATA_DMA_CNT_ERR,
107 PDC_ERR_MASK = PDC_PH_ERR | PDC_SH_ERR | PDC_DH_ERR |
108 PDC_OVERRUN_ERR | PDC_UNDERRUN_ERR |
109 PDC_DRIVE_ERR | PDC_PCI_SYS_ERR |
110 PDC1_ERR_MASK | PDC2_ERR_MASK,
1da177e4
LT
111
112 board_2037x = 0, /* FastTrak S150 TX2plus */
eca25dca
TH
113 board_2037x_pata = 1, /* FastTrak S150 TX2plus PATA port */
114 board_20319 = 2, /* FastTrak S150 TX4 */
115 board_20619 = 3, /* FastTrak TX4000 */
116 board_2057x = 4, /* SATAII150 Tx2plus */
d0e58031 117 board_2057x_pata = 5, /* SATAII150 Tx2plus PATA port */
eca25dca 118 board_40518 = 6, /* SATAII150 Tx4 */
1da177e4 119
6340f019 120 PDC_HAS_PATA = (1 << 1), /* PDC20375/20575 has PATA */
1da177e4 121
95006188
MP
122 /* Sequence counter control registers bit definitions */
123 PDC_SEQCNTRL_INT_MASK = (1 << 5), /* Sequence Interrupt Mask */
124
125 /* Feature register values */
126 PDC_FEATURE_ATAPI_PIO = 0x00, /* ATAPI data xfer by PIO */
127 PDC_FEATURE_ATAPI_DMA = 0x01, /* ATAPI data xfer by DMA */
128
129 /* Device/Head register values */
130 PDC_DEVICE_SATA = 0xE0, /* Device/Head value for SATA devices */
131
25b93d81
MP
132 /* PDC_CTLSTAT bit definitions */
133 PDC_DMA_ENABLE = (1 << 7),
134 PDC_IRQ_DISABLE = (1 << 10),
1da177e4 135 PDC_RESET = (1 << 11), /* HDMA reset */
50630195 136
9cbe056f 137 PDC_COMMON_FLAGS = ATA_FLAG_PIO_POLLING,
b2d1eee1 138
eca25dca
TH
139 /* ap->flags bits */
140 PDC_FLAG_GEN_II = (1 << 24),
141 PDC_FLAG_SATA_PATA = (1 << 25), /* supports SATA + PATA */
142 PDC_FLAG_4_PORTS = (1 << 26), /* 4 ports */
1da177e4
LT
143};
144
1da177e4
LT
145struct pdc_port_priv {
146 u8 *pkt;
147 dma_addr_t pkt_dma;
148};
149
3100d49d
MP
150struct pdc_host_priv {
151 spinlock_t hard_reset_lock;
152};
153
82ef04fb
TH
154static int pdc_sata_scr_read(struct ata_link *link, unsigned int sc_reg, u32 *val);
155static int pdc_sata_scr_write(struct ata_link *link, unsigned int sc_reg, u32 val);
7715a6f9 156static int pdc_ata_init_one(struct pci_dev *pdev, const struct pci_device_id *ent);
eca25dca
TH
157static int pdc_common_port_start(struct ata_port *ap);
158static int pdc_sata_port_start(struct ata_port *ap);
1da177e4 159static void pdc_qc_prep(struct ata_queued_cmd *qc);
057ace5e
JG
160static void pdc_tf_load_mmio(struct ata_port *ap, const struct ata_taskfile *tf);
161static void pdc_exec_command_mmio(struct ata_port *ap, const struct ata_taskfile *tf);
95006188 162static int pdc_check_atapi_dma(struct ata_queued_cmd *qc);
724114a5 163static int pdc_old_sata_check_atapi_dma(struct ata_queued_cmd *qc);
1da177e4 164static void pdc_irq_clear(struct ata_port *ap);
9363c382 165static unsigned int pdc_qc_issue(struct ata_queued_cmd *qc);
25b93d81 166static void pdc_freeze(struct ata_port *ap);
c07a9c49 167static void pdc_sata_freeze(struct ata_port *ap);
25b93d81 168static void pdc_thaw(struct ata_port *ap);
c07a9c49 169static void pdc_sata_thaw(struct ata_port *ap);
cadef677
MP
170static int pdc_pata_softreset(struct ata_link *link, unsigned int *class,
171 unsigned long deadline);
172static int pdc_sata_hardreset(struct ata_link *link, unsigned int *class,
173 unsigned long deadline);
a1efdaba 174static void pdc_error_handler(struct ata_port *ap);
25b93d81 175static void pdc_post_internal_cmd(struct ata_queued_cmd *qc);
724114a5
MP
176static int pdc_pata_cable_detect(struct ata_port *ap);
177static int pdc_sata_cable_detect(struct ata_port *ap);
374b1873 178
193515d5 179static struct scsi_host_template pdc_ata_sht = {
68d1d07b 180 ATA_BASE_SHT(DRV_NAME),
b9ccd4a9 181 .sg_tablesize = PDC_MAX_PRD,
1da177e4 182 .dma_boundary = ATA_DMA_BOUNDARY,
1da177e4
LT
183};
184
029cfd6b
TH
185static const struct ata_port_operations pdc_common_ops = {
186 .inherits = &ata_sff_port_ops,
187
5682ed33
TH
188 .sff_tf_load = pdc_tf_load_mmio,
189 .sff_exec_command = pdc_exec_command_mmio,
95006188 190 .check_atapi_dma = pdc_check_atapi_dma,
95006188 191 .qc_prep = pdc_qc_prep,
9363c382 192 .qc_issue = pdc_qc_issue,
c96f1732 193
5682ed33 194 .sff_irq_clear = pdc_irq_clear,
c96f1732 195 .lost_interrupt = ATA_OP_NULL,
95006188 196
029cfd6b 197 .post_internal_cmd = pdc_post_internal_cmd,
a1efdaba 198 .error_handler = pdc_error_handler,
95006188
MP
199};
200
029cfd6b
TH
201static struct ata_port_operations pdc_sata_ops = {
202 .inherits = &pdc_common_ops,
203 .cable_detect = pdc_sata_cable_detect,
c07a9c49
MP
204 .freeze = pdc_sata_freeze,
205 .thaw = pdc_sata_thaw,
1da177e4
LT
206 .scr_read = pdc_sata_scr_read,
207 .scr_write = pdc_sata_scr_write,
eca25dca 208 .port_start = pdc_sata_port_start,
cadef677 209 .hardreset = pdc_sata_hardreset,
1da177e4
LT
210};
211
0ae6654d
MP
212/* First-generation chips need a more restrictive ->check_atapi_dma op,
213 and ->freeze/thaw that ignore the hotplug controls. */
029cfd6b
TH
214static struct ata_port_operations pdc_old_sata_ops = {
215 .inherits = &pdc_sata_ops,
0ae6654d
MP
216 .freeze = pdc_freeze,
217 .thaw = pdc_thaw,
029cfd6b
TH
218 .check_atapi_dma = pdc_old_sata_check_atapi_dma,
219};
2cba582a 220
029cfd6b
TH
221static struct ata_port_operations pdc_pata_ops = {
222 .inherits = &pdc_common_ops,
223 .cable_detect = pdc_pata_cable_detect,
5387373b
MP
224 .freeze = pdc_freeze,
225 .thaw = pdc_thaw,
eca25dca 226 .port_start = pdc_common_port_start,
cadef677 227 .softreset = pdc_pata_softreset,
2cba582a
JG
228};
229
98ac62de 230static const struct ata_port_info pdc_port_info[] = {
5595ddf9 231 [board_2037x] =
1da177e4 232 {
eca25dca
TH
233 .flags = PDC_COMMON_FLAGS | ATA_FLAG_SATA |
234 PDC_FLAG_SATA_PATA,
14bdef98
EIB
235 .pio_mask = ATA_PIO4,
236 .mwdma_mask = ATA_MWDMA2,
469248ab 237 .udma_mask = ATA_UDMA6,
95006188 238 .port_ops = &pdc_old_sata_ops,
1da177e4
LT
239 },
240
5595ddf9 241 [board_2037x_pata] =
eca25dca
TH
242 {
243 .flags = PDC_COMMON_FLAGS | ATA_FLAG_SLAVE_POSS,
14bdef98
EIB
244 .pio_mask = ATA_PIO4,
245 .mwdma_mask = ATA_MWDMA2,
469248ab 246 .udma_mask = ATA_UDMA6,
eca25dca
TH
247 .port_ops = &pdc_pata_ops,
248 },
249
5595ddf9 250 [board_20319] =
1da177e4 251 {
eca25dca
TH
252 .flags = PDC_COMMON_FLAGS | ATA_FLAG_SATA |
253 PDC_FLAG_4_PORTS,
14bdef98
EIB
254 .pio_mask = ATA_PIO4,
255 .mwdma_mask = ATA_MWDMA2,
469248ab 256 .udma_mask = ATA_UDMA6,
95006188 257 .port_ops = &pdc_old_sata_ops,
1da177e4 258 },
f497ba73 259
5595ddf9 260 [board_20619] =
f497ba73 261 {
eca25dca
TH
262 .flags = PDC_COMMON_FLAGS | ATA_FLAG_SLAVE_POSS |
263 PDC_FLAG_4_PORTS,
14bdef98
EIB
264 .pio_mask = ATA_PIO4,
265 .mwdma_mask = ATA_MWDMA2,
469248ab 266 .udma_mask = ATA_UDMA6,
2cba582a 267 .port_ops = &pdc_pata_ops,
f497ba73 268 },
5a46fe89 269
5595ddf9 270 [board_2057x] =
6340f019 271 {
eca25dca
TH
272 .flags = PDC_COMMON_FLAGS | ATA_FLAG_SATA |
273 PDC_FLAG_GEN_II | PDC_FLAG_SATA_PATA,
14bdef98
EIB
274 .pio_mask = ATA_PIO4,
275 .mwdma_mask = ATA_MWDMA2,
469248ab 276 .udma_mask = ATA_UDMA6,
6340f019
LK
277 .port_ops = &pdc_sata_ops,
278 },
279
5595ddf9 280 [board_2057x_pata] =
eca25dca 281 {
bb312235 282 .flags = PDC_COMMON_FLAGS | ATA_FLAG_SLAVE_POSS |
eca25dca 283 PDC_FLAG_GEN_II,
14bdef98
EIB
284 .pio_mask = ATA_PIO4,
285 .mwdma_mask = ATA_MWDMA2,
469248ab 286 .udma_mask = ATA_UDMA6,
eca25dca
TH
287 .port_ops = &pdc_pata_ops,
288 },
289
5595ddf9 290 [board_40518] =
6340f019 291 {
eca25dca
TH
292 .flags = PDC_COMMON_FLAGS | ATA_FLAG_SATA |
293 PDC_FLAG_GEN_II | PDC_FLAG_4_PORTS,
14bdef98
EIB
294 .pio_mask = ATA_PIO4,
295 .mwdma_mask = ATA_MWDMA2,
469248ab 296 .udma_mask = ATA_UDMA6,
6340f019
LK
297 .port_ops = &pdc_sata_ops,
298 },
1da177e4
LT
299};
300
3b7d697d 301static const struct pci_device_id pdc_ata_pci_tbl[] = {
54bb3a94 302 { PCI_VDEVICE(PROMISE, 0x3371), board_2037x },
54bb3a94
JG
303 { PCI_VDEVICE(PROMISE, 0x3373), board_2037x },
304 { PCI_VDEVICE(PROMISE, 0x3375), board_2037x },
305 { PCI_VDEVICE(PROMISE, 0x3376), board_2037x },
b2d1eee1
MP
306 { PCI_VDEVICE(PROMISE, 0x3570), board_2057x },
307 { PCI_VDEVICE(PROMISE, 0x3571), board_2057x },
54bb3a94 308 { PCI_VDEVICE(PROMISE, 0x3574), board_2057x },
d324d462 309 { PCI_VDEVICE(PROMISE, 0x3577), board_2057x },
b2d1eee1 310 { PCI_VDEVICE(PROMISE, 0x3d73), board_2057x },
54bb3a94 311 { PCI_VDEVICE(PROMISE, 0x3d75), board_2057x },
54bb3a94
JG
312
313 { PCI_VDEVICE(PROMISE, 0x3318), board_20319 },
314 { PCI_VDEVICE(PROMISE, 0x3319), board_20319 },
7f9992a2
MP
315 { PCI_VDEVICE(PROMISE, 0x3515), board_40518 },
316 { PCI_VDEVICE(PROMISE, 0x3519), board_40518 },
b2d1eee1 317 { PCI_VDEVICE(PROMISE, 0x3d17), board_40518 },
54bb3a94
JG
318 { PCI_VDEVICE(PROMISE, 0x3d18), board_40518 },
319
320 { PCI_VDEVICE(PROMISE, 0x6629), board_20619 },
f497ba73 321
1da177e4
LT
322 { } /* terminate list */
323};
324
1da177e4
LT
325static struct pci_driver pdc_ata_pci_driver = {
326 .name = DRV_NAME,
327 .id_table = pdc_ata_pci_tbl,
328 .probe = pdc_ata_init_one,
329 .remove = ata_pci_remove_one,
330};
331
724114a5 332static int pdc_common_port_start(struct ata_port *ap)
1da177e4 333{
cca3974e 334 struct device *dev = ap->host->dev;
1da177e4
LT
335 struct pdc_port_priv *pp;
336 int rc;
337
c7087652
TH
338 /* we use the same prd table as bmdma, allocate it */
339 rc = ata_bmdma_port_start(ap);
1da177e4
LT
340 if (rc)
341 return rc;
342
24dc5f33
TH
343 pp = devm_kzalloc(dev, sizeof(*pp), GFP_KERNEL);
344 if (!pp)
345 return -ENOMEM;
1da177e4 346
24dc5f33
TH
347 pp->pkt = dmam_alloc_coherent(dev, 128, &pp->pkt_dma, GFP_KERNEL);
348 if (!pp->pkt)
349 return -ENOMEM;
1da177e4
LT
350
351 ap->private_data = pp;
352
724114a5
MP
353 return 0;
354}
355
356static int pdc_sata_port_start(struct ata_port *ap)
357{
724114a5
MP
358 int rc;
359
360 rc = pdc_common_port_start(ap);
361 if (rc)
362 return rc;
363
599b7202 364 /* fix up PHYMODE4 align timing */
eca25dca 365 if (ap->flags & PDC_FLAG_GEN_II) {
821d22cd 366 void __iomem *sata_mmio = ap->ioaddr.scr_addr;
599b7202
MP
367 unsigned int tmp;
368
821d22cd 369 tmp = readl(sata_mmio + PDC_PHYMODE4);
599b7202 370 tmp = (tmp & ~3) | 1; /* set bits 1:0 = 0:1 */
821d22cd 371 writel(tmp, sata_mmio + PDC_PHYMODE4);
599b7202
MP
372 }
373
1da177e4 374 return 0;
1da177e4
LT
375}
376
ff7cddf5
MP
377static void pdc_fpdma_clear_interrupt_flag(struct ata_port *ap)
378{
379 void __iomem *sata_mmio = ap->ioaddr.scr_addr;
380 u32 tmp;
381
382 tmp = readl(sata_mmio + PDC_FPDMA_CTLSTAT);
383 tmp |= PDC_FPDMA_CTLSTAT_DMASETUP_INT_FLAG;
384 tmp |= PDC_FPDMA_CTLSTAT_SETDB_INT_FLAG;
385
386 /* It's not allowed to write to the entire FPDMA_CTLSTAT register
387 when NCQ is running. So do a byte-sized write to bits 10 and 11. */
388 writeb(tmp >> 8, sata_mmio + PDC_FPDMA_CTLSTAT + 1);
389 readb(sata_mmio + PDC_FPDMA_CTLSTAT + 1); /* flush */
390}
391
392static void pdc_fpdma_reset(struct ata_port *ap)
393{
394 void __iomem *sata_mmio = ap->ioaddr.scr_addr;
395 u8 tmp;
396
397 tmp = (u8)readl(sata_mmio + PDC_FPDMA_CTLSTAT);
398 tmp &= 0x7F;
399 tmp |= PDC_FPDMA_CTLSTAT_RESET;
400 writeb(tmp, sata_mmio + PDC_FPDMA_CTLSTAT);
401 readl(sata_mmio + PDC_FPDMA_CTLSTAT); /* flush */
402 udelay(100);
403 tmp &= ~PDC_FPDMA_CTLSTAT_RESET;
404 writeb(tmp, sata_mmio + PDC_FPDMA_CTLSTAT);
405 readl(sata_mmio + PDC_FPDMA_CTLSTAT); /* flush */
406
407 pdc_fpdma_clear_interrupt_flag(ap);
408}
409
410static void pdc_not_at_command_packet_phase(struct ata_port *ap)
411{
412 void __iomem *sata_mmio = ap->ioaddr.scr_addr;
413 unsigned int i;
414 u32 tmp;
415
416 /* check not at ASIC packet command phase */
417 for (i = 0; i < 100; ++i) {
418 writel(0, sata_mmio + PDC_INTERNAL_DEBUG_1);
419 tmp = readl(sata_mmio + PDC_INTERNAL_DEBUG_2);
420 if ((tmp & 0xF) != 1)
421 break;
422 udelay(100);
423 }
424}
425
426static void pdc_clear_internal_debug_record_error_register(struct ata_port *ap)
427{
428 void __iomem *sata_mmio = ap->ioaddr.scr_addr;
429
430 writel(0xffffffff, sata_mmio + PDC_SATA_ERROR);
431 writel(0xffff0000, sata_mmio + PDC_LINK_LAYER_ERRORS);
432}
433
1da177e4
LT
434static void pdc_reset_port(struct ata_port *ap)
435{
821d22cd 436 void __iomem *ata_ctlstat_mmio = ap->ioaddr.cmd_addr + PDC_CTLSTAT;
1da177e4
LT
437 unsigned int i;
438 u32 tmp;
439
ff7cddf5
MP
440 if (ap->flags & PDC_FLAG_GEN_II)
441 pdc_not_at_command_packet_phase(ap);
442
443 tmp = readl(ata_ctlstat_mmio);
444 tmp |= PDC_RESET;
445 writel(tmp, ata_ctlstat_mmio);
446
1da177e4 447 for (i = 11; i > 0; i--) {
821d22cd 448 tmp = readl(ata_ctlstat_mmio);
1da177e4
LT
449 if (tmp & PDC_RESET)
450 break;
451
452 udelay(100);
453
454 tmp |= PDC_RESET;
821d22cd 455 writel(tmp, ata_ctlstat_mmio);
1da177e4
LT
456 }
457
458 tmp &= ~PDC_RESET;
821d22cd
MP
459 writel(tmp, ata_ctlstat_mmio);
460 readl(ata_ctlstat_mmio); /* flush */
ff7cddf5
MP
461
462 if (sata_scr_valid(&ap->link) && (ap->flags & PDC_FLAG_GEN_II)) {
463 pdc_fpdma_reset(ap);
464 pdc_clear_internal_debug_record_error_register(ap);
465 }
1da177e4
LT
466}
467
724114a5 468static int pdc_pata_cable_detect(struct ata_port *ap)
2cba582a 469{
d3fb4e8d 470 u8 tmp;
821d22cd 471 void __iomem *ata_mmio = ap->ioaddr.cmd_addr;
d3fb4e8d 472
821d22cd 473 tmp = readb(ata_mmio + PDC_CTLSTAT + 3);
724114a5
MP
474 if (tmp & 0x01)
475 return ATA_CBL_PATA40;
476 return ATA_CBL_PATA80;
477}
478
479static int pdc_sata_cable_detect(struct ata_port *ap)
480{
e2a9752a 481 return ATA_CBL_SATA;
d3fb4e8d 482}
2cba582a 483
82ef04fb
TH
484static int pdc_sata_scr_read(struct ata_link *link,
485 unsigned int sc_reg, u32 *val)
1da177e4 486{
724114a5 487 if (sc_reg > SCR_CONTROL)
da3dbb17 488 return -EINVAL;
82ef04fb 489 *val = readl(link->ap->ioaddr.scr_addr + (sc_reg * 4));
da3dbb17 490 return 0;
1da177e4
LT
491}
492
82ef04fb
TH
493static int pdc_sata_scr_write(struct ata_link *link,
494 unsigned int sc_reg, u32 val)
1da177e4 495{
724114a5 496 if (sc_reg > SCR_CONTROL)
da3dbb17 497 return -EINVAL;
82ef04fb 498 writel(val, link->ap->ioaddr.scr_addr + (sc_reg * 4));
da3dbb17 499 return 0;
1da177e4
LT
500}
501
fba6edbd 502static void pdc_atapi_pkt(struct ata_queued_cmd *qc)
95006188 503{
4113bb6b 504 struct ata_port *ap = qc->ap;
f60d7011 505 dma_addr_t sg_table = ap->bmdma_prd_dma;
4113bb6b
MP
506 unsigned int cdb_len = qc->dev->cdb_len;
507 u8 *cdb = qc->cdb;
508 struct pdc_port_priv *pp = ap->private_data;
509 u8 *buf = pp->pkt;
826cd156 510 __le32 *buf32 = (__le32 *) buf;
46a67143 511 unsigned int dev_sel, feature;
95006188
MP
512
513 /* set control bits (byte 0), zero delay seq id (byte 3),
514 * and seq id (byte 2)
515 */
fba6edbd 516 switch (qc->tf.protocol) {
0dc36888 517 case ATAPI_PROT_DMA:
fba6edbd
MP
518 if (!(qc->tf.flags & ATA_TFLAG_WRITE))
519 buf32[0] = cpu_to_le32(PDC_PKT_READ);
520 else
521 buf32[0] = 0;
522 break;
0dc36888 523 case ATAPI_PROT_NODATA:
fba6edbd
MP
524 buf32[0] = cpu_to_le32(PDC_PKT_NODATA);
525 break;
526 default:
527 BUG();
528 break;
529 }
95006188
MP
530 buf32[1] = cpu_to_le32(sg_table); /* S/G table addr */
531 buf32[2] = 0; /* no next-packet */
532
4113bb6b 533 /* select drive */
46a67143 534 if (sata_scr_valid(&ap->link))
4113bb6b 535 dev_sel = PDC_DEVICE_SATA;
46a67143
TH
536 else
537 dev_sel = qc->tf.device;
538
4113bb6b
MP
539 buf[12] = (1 << 5) | ATA_REG_DEVICE;
540 buf[13] = dev_sel;
541 buf[14] = (1 << 5) | ATA_REG_DEVICE | PDC_PKT_CLEAR_BSY;
542 buf[15] = dev_sel; /* once more, waiting for BSY to clear */
543
544 buf[16] = (1 << 5) | ATA_REG_NSECT;
46a67143 545 buf[17] = qc->tf.nsect;
4113bb6b 546 buf[18] = (1 << 5) | ATA_REG_LBAL;
46a67143 547 buf[19] = qc->tf.lbal;
4113bb6b
MP
548
549 /* set feature and byte counter registers */
0dc36888 550 if (qc->tf.protocol != ATAPI_PROT_DMA)
4113bb6b 551 feature = PDC_FEATURE_ATAPI_PIO;
46a67143 552 else
4113bb6b 553 feature = PDC_FEATURE_ATAPI_DMA;
46a67143 554
4113bb6b
MP
555 buf[20] = (1 << 5) | ATA_REG_FEATURE;
556 buf[21] = feature;
557 buf[22] = (1 << 5) | ATA_REG_BYTEL;
46a67143 558 buf[23] = qc->tf.lbam;
4113bb6b 559 buf[24] = (1 << 5) | ATA_REG_BYTEH;
46a67143 560 buf[25] = qc->tf.lbah;
4113bb6b
MP
561
562 /* send ATAPI packet command 0xA0 */
563 buf[26] = (1 << 5) | ATA_REG_CMD;
46a67143 564 buf[27] = qc->tf.command;
4113bb6b
MP
565
566 /* select drive and check DRQ */
567 buf[28] = (1 << 5) | ATA_REG_DEVICE | PDC_PKT_WAIT_DRDY;
568 buf[29] = dev_sel;
569
95006188
MP
570 /* we can represent cdb lengths 2/4/6/8/10/12/14/16 */
571 BUG_ON(cdb_len & ~0x1E);
572
4113bb6b
MP
573 /* append the CDB as the final part */
574 buf[30] = (((cdb_len >> 1) & 7) << 5) | ATA_REG_DATA | PDC_LAST_REG;
575 memcpy(buf+31, cdb, cdb_len);
95006188
MP
576}
577
b9ccd4a9
MP
578/**
579 * pdc_fill_sg - Fill PCI IDE PRD table
580 * @qc: Metadata associated with taskfile to be transferred
581 *
582 * Fill PCI IDE PRD (scatter-gather) table with segments
583 * associated with the current disk command.
584 * Make sure hardware does not choke on it.
585 *
586 * LOCKING:
587 * spin_lock_irqsave(host lock)
588 *
589 */
590static void pdc_fill_sg(struct ata_queued_cmd *qc)
591{
592 struct ata_port *ap = qc->ap;
f60d7011 593 struct ata_bmdma_prd *prd = ap->bmdma_prd;
b9ccd4a9 594 struct scatterlist *sg;
b9ccd4a9 595 const u32 SG_COUNT_ASIC_BUG = 41*4;
ff2aeb1e
TH
596 unsigned int si, idx;
597 u32 len;
b9ccd4a9
MP
598
599 if (!(qc->flags & ATA_QCFLAG_DMAMAP))
600 return;
601
b9ccd4a9 602 idx = 0;
ff2aeb1e 603 for_each_sg(qc->sg, sg, qc->n_elem, si) {
b9ccd4a9 604 u32 addr, offset;
6903c0f7 605 u32 sg_len;
b9ccd4a9
MP
606
607 /* determine if physical DMA addr spans 64K boundary.
608 * Note h/w doesn't support 64-bit, so we unconditionally
609 * truncate dma_addr_t to u32.
610 */
611 addr = (u32) sg_dma_address(sg);
612 sg_len = sg_dma_len(sg);
613
614 while (sg_len) {
615 offset = addr & 0xffff;
616 len = sg_len;
617 if ((offset + sg_len) > 0x10000)
618 len = 0x10000 - offset;
619
f60d7011
TH
620 prd[idx].addr = cpu_to_le32(addr);
621 prd[idx].flags_len = cpu_to_le32(len & 0xffff);
b9ccd4a9
MP
622 VPRINTK("PRD[%u] = (0x%X, 0x%X)\n", idx, addr, len);
623
624 idx++;
625 sg_len -= len;
626 addr += len;
627 }
628 }
629
f60d7011 630 len = le32_to_cpu(prd[idx - 1].flags_len);
b9ccd4a9 631
ff2aeb1e
TH
632 if (len > SG_COUNT_ASIC_BUG) {
633 u32 addr;
b9ccd4a9 634
ff2aeb1e 635 VPRINTK("Splitting last PRD.\n");
b9ccd4a9 636
f60d7011
TH
637 addr = le32_to_cpu(prd[idx - 1].addr);
638 prd[idx - 1].flags_len = cpu_to_le32(len - SG_COUNT_ASIC_BUG);
ff2aeb1e 639 VPRINTK("PRD[%u] = (0x%X, 0x%X)\n", idx - 1, addr, SG_COUNT_ASIC_BUG);
b9ccd4a9 640
ff2aeb1e
TH
641 addr = addr + len - SG_COUNT_ASIC_BUG;
642 len = SG_COUNT_ASIC_BUG;
f60d7011
TH
643 prd[idx].addr = cpu_to_le32(addr);
644 prd[idx].flags_len = cpu_to_le32(len);
ff2aeb1e 645 VPRINTK("PRD[%u] = (0x%X, 0x%X)\n", idx, addr, len);
b9ccd4a9 646
ff2aeb1e 647 idx++;
b9ccd4a9 648 }
ff2aeb1e 649
f60d7011 650 prd[idx - 1].flags_len |= cpu_to_le32(ATA_PRD_EOT);
b9ccd4a9
MP
651}
652
1da177e4
LT
653static void pdc_qc_prep(struct ata_queued_cmd *qc)
654{
655 struct pdc_port_priv *pp = qc->ap->private_data;
656 unsigned int i;
657
658 VPRINTK("ENTER\n");
659
660 switch (qc->tf.protocol) {
661 case ATA_PROT_DMA:
b9ccd4a9 662 pdc_fill_sg(qc);
7715a6f9 663 /*FALLTHROUGH*/
1da177e4 664 case ATA_PROT_NODATA:
f60d7011 665 i = pdc_pkt_header(&qc->tf, qc->ap->bmdma_prd_dma,
1da177e4 666 qc->dev->devno, pp->pkt);
1da177e4
LT
667 if (qc->tf.flags & ATA_TFLAG_LBA48)
668 i = pdc_prep_lba48(&qc->tf, pp->pkt, i);
669 else
670 i = pdc_prep_lba28(&qc->tf, pp->pkt, i);
1da177e4
LT
671 pdc_pkt_footer(&qc->tf, pp->pkt, i);
672 break;
0dc36888 673 case ATAPI_PROT_PIO:
b9ccd4a9 674 pdc_fill_sg(qc);
95006188 675 break;
0dc36888 676 case ATAPI_PROT_DMA:
b9ccd4a9 677 pdc_fill_sg(qc);
fba6edbd 678 /*FALLTHROUGH*/
0dc36888 679 case ATAPI_PROT_NODATA:
fba6edbd 680 pdc_atapi_pkt(qc);
95006188 681 break;
1da177e4
LT
682 default:
683 break;
684 }
685}
686
c07a9c49
MP
687static int pdc_is_sataii_tx4(unsigned long flags)
688{
689 const unsigned long mask = PDC_FLAG_GEN_II | PDC_FLAG_4_PORTS;
690 return (flags & mask) == mask;
691}
692
693static unsigned int pdc_port_no_to_ata_no(unsigned int port_no,
694 int is_sataii_tx4)
695{
696 static const unsigned char sataii_tx4_port_remap[4] = { 3, 1, 0, 2};
697 return is_sataii_tx4 ? sataii_tx4_port_remap[port_no] : port_no;
698}
699
700static unsigned int pdc_sata_nr_ports(const struct ata_port *ap)
701{
702 return (ap->flags & PDC_FLAG_4_PORTS) ? 4 : 2;
703}
704
705static unsigned int pdc_sata_ata_port_to_ata_no(const struct ata_port *ap)
706{
707 const struct ata_host *host = ap->host;
708 unsigned int nr_ports = pdc_sata_nr_ports(ap);
709 unsigned int i;
710
7715a6f9 711 for (i = 0; i < nr_ports && host->ports[i] != ap; ++i)
c07a9c49
MP
712 ;
713 BUG_ON(i >= nr_ports);
714 return pdc_port_no_to_ata_no(i, pdc_is_sataii_tx4(ap->flags));
715}
716
25b93d81
MP
717static void pdc_freeze(struct ata_port *ap)
718{
821d22cd 719 void __iomem *ata_mmio = ap->ioaddr.cmd_addr;
25b93d81
MP
720 u32 tmp;
721
821d22cd 722 tmp = readl(ata_mmio + PDC_CTLSTAT);
25b93d81
MP
723 tmp |= PDC_IRQ_DISABLE;
724 tmp &= ~PDC_DMA_ENABLE;
821d22cd
MP
725 writel(tmp, ata_mmio + PDC_CTLSTAT);
726 readl(ata_mmio + PDC_CTLSTAT); /* flush */
25b93d81
MP
727}
728
c07a9c49
MP
729static void pdc_sata_freeze(struct ata_port *ap)
730{
731 struct ata_host *host = ap->host;
732 void __iomem *host_mmio = host->iomap[PDC_MMIO_BAR];
0ae6654d 733 unsigned int hotplug_offset = PDC2_SATA_PLUG_CSR;
c07a9c49
MP
734 unsigned int ata_no = pdc_sata_ata_port_to_ata_no(ap);
735 u32 hotplug_status;
736
737 /* Disable hotplug events on this port.
738 *
739 * Locking:
740 * 1) hotplug register accesses must be serialised via host->lock
741 * 2) ap->lock == &ap->host->lock
742 * 3) ->freeze() and ->thaw() are called with ap->lock held
743 */
744 hotplug_status = readl(host_mmio + hotplug_offset);
745 hotplug_status |= 0x11 << (ata_no + 16);
746 writel(hotplug_status, host_mmio + hotplug_offset);
747 readl(host_mmio + hotplug_offset); /* flush */
748
749 pdc_freeze(ap);
750}
751
25b93d81
MP
752static void pdc_thaw(struct ata_port *ap)
753{
821d22cd 754 void __iomem *ata_mmio = ap->ioaddr.cmd_addr;
25b93d81
MP
755 u32 tmp;
756
757 /* clear IRQ */
821d22cd 758 readl(ata_mmio + PDC_COMMAND);
25b93d81
MP
759
760 /* turn IRQ back on */
821d22cd 761 tmp = readl(ata_mmio + PDC_CTLSTAT);
25b93d81 762 tmp &= ~PDC_IRQ_DISABLE;
821d22cd
MP
763 writel(tmp, ata_mmio + PDC_CTLSTAT);
764 readl(ata_mmio + PDC_CTLSTAT); /* flush */
25b93d81
MP
765}
766
c07a9c49
MP
767static void pdc_sata_thaw(struct ata_port *ap)
768{
769 struct ata_host *host = ap->host;
770 void __iomem *host_mmio = host->iomap[PDC_MMIO_BAR];
0ae6654d 771 unsigned int hotplug_offset = PDC2_SATA_PLUG_CSR;
c07a9c49
MP
772 unsigned int ata_no = pdc_sata_ata_port_to_ata_no(ap);
773 u32 hotplug_status;
774
775 pdc_thaw(ap);
776
777 /* Enable hotplug events on this port.
778 * Locking: see pdc_sata_freeze().
779 */
780 hotplug_status = readl(host_mmio + hotplug_offset);
781 hotplug_status |= 0x11 << ata_no;
782 hotplug_status &= ~(0x11 << (ata_no + 16));
783 writel(hotplug_status, host_mmio + hotplug_offset);
784 readl(host_mmio + hotplug_offset); /* flush */
785}
786
cadef677
MP
787static int pdc_pata_softreset(struct ata_link *link, unsigned int *class,
788 unsigned long deadline)
789{
790 pdc_reset_port(link->ap);
791 return ata_sff_softreset(link, class, deadline);
792}
793
ff7cddf5
MP
794static unsigned int pdc_ata_port_to_ata_no(const struct ata_port *ap)
795{
796 void __iomem *ata_mmio = ap->ioaddr.cmd_addr;
797 void __iomem *host_mmio = ap->host->iomap[PDC_MMIO_BAR];
798
799 /* ata_mmio == host_mmio + 0x200 + ata_no * 0x80 */
800 return (ata_mmio - host_mmio - 0x200) / 0x80;
801}
802
803static void pdc_hard_reset_port(struct ata_port *ap)
804{
805 void __iomem *host_mmio = ap->host->iomap[PDC_MMIO_BAR];
806 void __iomem *pcictl_b1_mmio = host_mmio + PDC_PCI_CTL + 1;
807 unsigned int ata_no = pdc_ata_port_to_ata_no(ap);
3100d49d 808 struct pdc_host_priv *hpriv = ap->host->private_data;
ff7cddf5
MP
809 u8 tmp;
810
3100d49d 811 spin_lock(&hpriv->hard_reset_lock);
ff7cddf5
MP
812
813 tmp = readb(pcictl_b1_mmio);
814 tmp &= ~(0x10 << ata_no);
815 writeb(tmp, pcictl_b1_mmio);
816 readb(pcictl_b1_mmio); /* flush */
817 udelay(100);
818 tmp |= (0x10 << ata_no);
819 writeb(tmp, pcictl_b1_mmio);
820 readb(pcictl_b1_mmio); /* flush */
821
3100d49d 822 spin_unlock(&hpriv->hard_reset_lock);
ff7cddf5
MP
823}
824
cadef677
MP
825static int pdc_sata_hardreset(struct ata_link *link, unsigned int *class,
826 unsigned long deadline)
827{
ff7cddf5
MP
828 if (link->ap->flags & PDC_FLAG_GEN_II)
829 pdc_not_at_command_packet_phase(link->ap);
830 /* hotplug IRQs should have been masked by pdc_sata_freeze() */
831 pdc_hard_reset_port(link->ap);
cadef677 832 pdc_reset_port(link->ap);
ff7cddf5
MP
833
834 /* sata_promise can't reliably acquire the first D2H Reg FIS
835 * after hardreset. Do non-waiting hardreset and request
836 * follow-up SRST.
837 */
838 return sata_std_hardreset(link, class, deadline);
cadef677
MP
839}
840
a1efdaba 841static void pdc_error_handler(struct ata_port *ap)
25b93d81 842{
25b93d81
MP
843 if (!(ap->pflags & ATA_PFLAG_FROZEN))
844 pdc_reset_port(ap);
845
fe06e5f9 846 ata_sff_error_handler(ap);
724114a5
MP
847}
848
25b93d81
MP
849static void pdc_post_internal_cmd(struct ata_queued_cmd *qc)
850{
851 struct ata_port *ap = qc->ap;
852
25b93d81 853 /* make DMA engine forget about the failed command */
a51d644a 854 if (qc->flags & ATA_QCFLAG_FAILED)
25b93d81
MP
855 pdc_reset_port(ap);
856}
857
176efb05
MP
858static void pdc_error_intr(struct ata_port *ap, struct ata_queued_cmd *qc,
859 u32 port_status, u32 err_mask)
860{
9af5c9c9 861 struct ata_eh_info *ehi = &ap->link.eh_info;
176efb05
MP
862 unsigned int ac_err_mask = 0;
863
864 ata_ehi_clear_desc(ehi);
865 ata_ehi_push_desc(ehi, "port_status 0x%08x", port_status);
866 port_status &= err_mask;
867
868 if (port_status & PDC_DRIVE_ERR)
869 ac_err_mask |= AC_ERR_DEV;
870 if (port_status & (PDC_OVERRUN_ERR | PDC_UNDERRUN_ERR))
a2342f46 871 ac_err_mask |= AC_ERR_OTHER;
176efb05
MP
872 if (port_status & (PDC2_ATA_HBA_ERR | PDC2_ATA_DMA_CNT_ERR))
873 ac_err_mask |= AC_ERR_ATA_BUS;
874 if (port_status & (PDC_PH_ERR | PDC_SH_ERR | PDC_DH_ERR | PDC2_HTO_ERR
875 | PDC_PCI_SYS_ERR | PDC1_PCI_PARITY_ERR))
876 ac_err_mask |= AC_ERR_HOST_BUS;
877
936fd732 878 if (sata_scr_valid(&ap->link)) {
da3dbb17
TH
879 u32 serror;
880
82ef04fb 881 pdc_sata_scr_read(&ap->link, SCR_ERROR, &serror);
da3dbb17
TH
882 ehi->serror |= serror;
883 }
ce2d3abc 884
176efb05 885 qc->err_mask |= ac_err_mask;
ce2d3abc
MP
886
887 pdc_reset_port(ap);
8ffcfd9d
MP
888
889 ata_port_abort(ap);
176efb05
MP
890}
891
7715a6f9
MP
892static unsigned int pdc_host_intr(struct ata_port *ap,
893 struct ata_queued_cmd *qc)
1da177e4 894{
a22e2eb0 895 unsigned int handled = 0;
821d22cd 896 void __iomem *ata_mmio = ap->ioaddr.cmd_addr;
176efb05
MP
897 u32 port_status, err_mask;
898
899 err_mask = PDC_ERR_MASK;
eca25dca 900 if (ap->flags & PDC_FLAG_GEN_II)
176efb05
MP
901 err_mask &= ~PDC1_ERR_MASK;
902 else
903 err_mask &= ~PDC2_ERR_MASK;
821d22cd 904 port_status = readl(ata_mmio + PDC_GLOBAL_CTL);
176efb05
MP
905 if (unlikely(port_status & err_mask)) {
906 pdc_error_intr(ap, qc, port_status, err_mask);
907 return 1;
1da177e4
LT
908 }
909
910 switch (qc->tf.protocol) {
911 case ATA_PROT_DMA:
912 case ATA_PROT_NODATA:
0dc36888
TH
913 case ATAPI_PROT_DMA:
914 case ATAPI_PROT_NODATA:
a22e2eb0
AL
915 qc->err_mask |= ac_err_mask(ata_wait_idle(ap));
916 ata_qc_complete(qc);
1da177e4
LT
917 handled = 1;
918 break;
d0e58031 919 default:
ee500aab
AL
920 ap->stats.idle_irq++;
921 break;
d0e58031 922 }
1da177e4 923
ee500aab 924 return handled;
1da177e4
LT
925}
926
927static void pdc_irq_clear(struct ata_port *ap)
928{
821d22cd 929 void __iomem *ata_mmio = ap->ioaddr.cmd_addr;
1da177e4 930
821d22cd 931 readl(ata_mmio + PDC_COMMAND);
1da177e4
LT
932}
933
5796d1c4 934static irqreturn_t pdc_interrupt(int irq, void *dev_instance)
1da177e4 935{
cca3974e 936 struct ata_host *host = dev_instance;
1da177e4
LT
937 struct ata_port *ap;
938 u32 mask = 0;
939 unsigned int i, tmp;
940 unsigned int handled = 0;
821d22cd 941 void __iomem *host_mmio;
a77720ad
MP
942 unsigned int hotplug_offset, ata_no;
943 u32 hotplug_status;
944 int is_sataii_tx4;
1da177e4
LT
945
946 VPRINTK("ENTER\n");
947
0d5ff566 948 if (!host || !host->iomap[PDC_MMIO_BAR]) {
1da177e4
LT
949 VPRINTK("QUICK EXIT\n");
950 return IRQ_NONE;
951 }
952
821d22cd 953 host_mmio = host->iomap[PDC_MMIO_BAR];
1da177e4 954
c07a9c49
MP
955 spin_lock(&host->lock);
956
a77720ad 957 /* read and clear hotplug flags for all ports */
0ae6654d 958 if (host->ports[0]->flags & PDC_FLAG_GEN_II) {
a77720ad 959 hotplug_offset = PDC2_SATA_PLUG_CSR;
0ae6654d
MP
960 hotplug_status = readl(host_mmio + hotplug_offset);
961 if (hotplug_status & 0xff)
962 writel(hotplug_status | 0xff, host_mmio + hotplug_offset);
963 hotplug_status &= 0xff; /* clear uninteresting bits */
964 } else
965 hotplug_status = 0;
a77720ad 966
1da177e4 967 /* reading should also clear interrupts */
821d22cd 968 mask = readl(host_mmio + PDC_INT_SEQMASK);
1da177e4 969
a77720ad 970 if (mask == 0xffffffff && hotplug_status == 0) {
1da177e4 971 VPRINTK("QUICK EXIT 2\n");
c07a9c49 972 goto done_irq;
1da177e4 973 }
6340f019 974
7715a6f9 975 mask &= 0xffff; /* only 16 SEQIDs possible */
a77720ad 976 if (mask == 0 && hotplug_status == 0) {
1da177e4 977 VPRINTK("QUICK EXIT 3\n");
6340f019 978 goto done_irq;
1da177e4
LT
979 }
980
821d22cd 981 writel(mask, host_mmio + PDC_INT_SEQMASK);
1da177e4 982
a77720ad
MP
983 is_sataii_tx4 = pdc_is_sataii_tx4(host->ports[0]->flags);
984
cca3974e 985 for (i = 0; i < host->n_ports; i++) {
1da177e4 986 VPRINTK("port %u\n", i);
cca3974e 987 ap = host->ports[i];
a77720ad
MP
988
989 /* check for a plug or unplug event */
990 ata_no = pdc_port_no_to_ata_no(i, is_sataii_tx4);
991 tmp = hotplug_status & (0x11 << ata_no);
3e4ec344 992 if (tmp) {
9af5c9c9 993 struct ata_eh_info *ehi = &ap->link.eh_info;
a77720ad
MP
994 ata_ehi_clear_desc(ehi);
995 ata_ehi_hotplugged(ehi);
996 ata_ehi_push_desc(ehi, "hotplug_status %#x", tmp);
997 ata_port_freeze(ap);
998 ++handled;
999 continue;
1000 }
1001
1002 /* check for a packet interrupt */
1da177e4 1003 tmp = mask & (1 << (i + 1));
3e4ec344 1004 if (tmp) {
1da177e4
LT
1005 struct ata_queued_cmd *qc;
1006
9af5c9c9 1007 qc = ata_qc_from_tag(ap, ap->link.active_tag);
e50362ec 1008 if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING)))
1da177e4
LT
1009 handled += pdc_host_intr(ap, qc);
1010 }
1011 }
1012
1da177e4
LT
1013 VPRINTK("EXIT\n");
1014
6340f019 1015done_irq:
cca3974e 1016 spin_unlock(&host->lock);
1da177e4
LT
1017 return IRQ_RETVAL(handled);
1018}
1019
7715a6f9 1020static void pdc_packet_start(struct ata_queued_cmd *qc)
1da177e4
LT
1021{
1022 struct ata_port *ap = qc->ap;
1023 struct pdc_port_priv *pp = ap->private_data;
821d22cd
MP
1024 void __iomem *host_mmio = ap->host->iomap[PDC_MMIO_BAR];
1025 void __iomem *ata_mmio = ap->ioaddr.cmd_addr;
1da177e4
LT
1026 unsigned int port_no = ap->port_no;
1027 u8 seq = (u8) (port_no + 1);
1028
1029 VPRINTK("ENTER, ap %p\n", ap);
1030
821d22cd
MP
1031 writel(0x00000001, host_mmio + (seq * 4));
1032 readl(host_mmio + (seq * 4)); /* flush */
1da177e4
LT
1033
1034 pp->pkt[2] = seq;
1035 wmb(); /* flush PRD, pkt writes */
821d22cd
MP
1036 writel(pp->pkt_dma, ata_mmio + PDC_PKT_SUBMIT);
1037 readl(ata_mmio + PDC_PKT_SUBMIT); /* flush */
1da177e4
LT
1038}
1039
9363c382 1040static unsigned int pdc_qc_issue(struct ata_queued_cmd *qc)
1da177e4
LT
1041{
1042 switch (qc->tf.protocol) {
0dc36888 1043 case ATAPI_PROT_NODATA:
fba6edbd
MP
1044 if (qc->dev->flags & ATA_DFLAG_CDB_INTR)
1045 break;
1046 /*FALLTHROUGH*/
51b94d2a
TH
1047 case ATA_PROT_NODATA:
1048 if (qc->tf.flags & ATA_TFLAG_POLLING)
1049 break;
1050 /*FALLTHROUGH*/
0dc36888 1051 case ATAPI_PROT_DMA:
1da177e4 1052 case ATA_PROT_DMA:
1da177e4
LT
1053 pdc_packet_start(qc);
1054 return 0;
1da177e4
LT
1055 default:
1056 break;
1057 }
9363c382 1058 return ata_sff_qc_issue(qc);
1da177e4
LT
1059}
1060
057ace5e 1061static void pdc_tf_load_mmio(struct ata_port *ap, const struct ata_taskfile *tf)
1da177e4 1062{
0dc36888 1063 WARN_ON(tf->protocol == ATA_PROT_DMA || tf->protocol == ATAPI_PROT_DMA);
9363c382 1064 ata_sff_tf_load(ap, tf);
1da177e4
LT
1065}
1066
5796d1c4
JG
1067static void pdc_exec_command_mmio(struct ata_port *ap,
1068 const struct ata_taskfile *tf)
1da177e4 1069{
0dc36888 1070 WARN_ON(tf->protocol == ATA_PROT_DMA || tf->protocol == ATAPI_PROT_DMA);
9363c382 1071 ata_sff_exec_command(ap, tf);
1da177e4
LT
1072}
1073
95006188
MP
1074static int pdc_check_atapi_dma(struct ata_queued_cmd *qc)
1075{
1076 u8 *scsicmd = qc->scsicmd->cmnd;
1077 int pio = 1; /* atapi dma off by default */
1078
1079 /* Whitelist commands that may use DMA. */
1080 switch (scsicmd[0]) {
1081 case WRITE_12:
1082 case WRITE_10:
1083 case WRITE_6:
1084 case READ_12:
1085 case READ_10:
1086 case READ_6:
1087 case 0xad: /* READ_DVD_STRUCTURE */
1088 case 0xbe: /* READ_CD */
1089 pio = 0;
1090 }
1091 /* -45150 (FFFF4FA2) to -1 (FFFFFFFF) shall use PIO mode */
1092 if (scsicmd[0] == WRITE_10) {
5796d1c4
JG
1093 unsigned int lba =
1094 (scsicmd[2] << 24) |
1095 (scsicmd[3] << 16) |
1096 (scsicmd[4] << 8) |
1097 scsicmd[5];
95006188
MP
1098 if (lba >= 0xFFFF4FA2)
1099 pio = 1;
1100 }
1101 return pio;
1102}
1103
724114a5 1104static int pdc_old_sata_check_atapi_dma(struct ata_queued_cmd *qc)
95006188 1105{
95006188 1106 /* First generation chips cannot use ATAPI DMA on SATA ports */
724114a5 1107 return 1;
95006188 1108}
1da177e4 1109
eca25dca
TH
1110static void pdc_ata_setup_port(struct ata_port *ap,
1111 void __iomem *base, void __iomem *scr_addr)
1da177e4 1112{
eca25dca
TH
1113 ap->ioaddr.cmd_addr = base;
1114 ap->ioaddr.data_addr = base;
1115 ap->ioaddr.feature_addr =
1116 ap->ioaddr.error_addr = base + 0x4;
1117 ap->ioaddr.nsect_addr = base + 0x8;
1118 ap->ioaddr.lbal_addr = base + 0xc;
1119 ap->ioaddr.lbam_addr = base + 0x10;
1120 ap->ioaddr.lbah_addr = base + 0x14;
1121 ap->ioaddr.device_addr = base + 0x18;
1122 ap->ioaddr.command_addr =
1123 ap->ioaddr.status_addr = base + 0x1c;
1124 ap->ioaddr.altstatus_addr =
1125 ap->ioaddr.ctl_addr = base + 0x38;
1126 ap->ioaddr.scr_addr = scr_addr;
1da177e4
LT
1127}
1128
eca25dca 1129static void pdc_host_init(struct ata_host *host)
1da177e4 1130{
821d22cd 1131 void __iomem *host_mmio = host->iomap[PDC_MMIO_BAR];
eca25dca 1132 int is_gen2 = host->ports[0]->flags & PDC_FLAG_GEN_II;
d324d462 1133 int hotplug_offset;
1da177e4
LT
1134 u32 tmp;
1135
eca25dca 1136 if (is_gen2)
d324d462
MP
1137 hotplug_offset = PDC2_SATA_PLUG_CSR;
1138 else
1139 hotplug_offset = PDC_SATA_PLUG_CSR;
1140
1da177e4
LT
1141 /*
1142 * Except for the hotplug stuff, this is voodoo from the
1143 * Promise driver. Label this entire section
1144 * "TODO: figure out why we do this"
1145 */
1146
b2d1eee1 1147 /* enable BMR_BURST, maybe change FIFO_SHD to 8 dwords */
821d22cd 1148 tmp = readl(host_mmio + PDC_FLASH_CTL);
b2d1eee1 1149 tmp |= 0x02000; /* bit 13 (enable bmr burst) */
eca25dca 1150 if (!is_gen2)
b2d1eee1 1151 tmp |= 0x10000; /* bit 16 (fifo threshold at 8 dw) */
821d22cd 1152 writel(tmp, host_mmio + PDC_FLASH_CTL);
1da177e4
LT
1153
1154 /* clear plug/unplug flags for all ports */
821d22cd
MP
1155 tmp = readl(host_mmio + hotplug_offset);
1156 writel(tmp | 0xff, host_mmio + hotplug_offset);
1da177e4 1157
821d22cd 1158 tmp = readl(host_mmio + hotplug_offset);
0ae6654d
MP
1159 if (is_gen2) /* unmask plug/unplug ints */
1160 writel(tmp & ~0xff0000, host_mmio + hotplug_offset);
1161 else /* mask plug/unplug ints */
1162 writel(tmp | 0xff0000, host_mmio + hotplug_offset);
1da177e4 1163
b2d1eee1 1164 /* don't initialise TBG or SLEW on 2nd generation chips */
eca25dca 1165 if (is_gen2)
b2d1eee1
MP
1166 return;
1167
1da177e4 1168 /* reduce TBG clock to 133 Mhz. */
821d22cd 1169 tmp = readl(host_mmio + PDC_TBG_MODE);
1da177e4
LT
1170 tmp &= ~0x30000; /* clear bit 17, 16*/
1171 tmp |= 0x10000; /* set bit 17:16 = 0:1 */
821d22cd 1172 writel(tmp, host_mmio + PDC_TBG_MODE);
1da177e4 1173
821d22cd 1174 readl(host_mmio + PDC_TBG_MODE); /* flush */
1da177e4
LT
1175 msleep(10);
1176
1177 /* adjust slew rate control register. */
821d22cd 1178 tmp = readl(host_mmio + PDC_SLEW_CTL);
1da177e4
LT
1179 tmp &= 0xFFFFF03F; /* clear bit 11 ~ 6 */
1180 tmp |= 0x00000900; /* set bit 11-9 = 100b , bit 8-6 = 100 */
821d22cd 1181 writel(tmp, host_mmio + PDC_SLEW_CTL);
1da177e4
LT
1182}
1183
5796d1c4
JG
1184static int pdc_ata_init_one(struct pci_dev *pdev,
1185 const struct pci_device_id *ent)
1da177e4 1186{
eca25dca
TH
1187 const struct ata_port_info *pi = &pdc_port_info[ent->driver_data];
1188 const struct ata_port_info *ppi[PDC_MAX_PORTS];
1189 struct ata_host *host;
3100d49d 1190 struct pdc_host_priv *hpriv;
821d22cd 1191 void __iomem *host_mmio;
eca25dca 1192 int n_ports, i, rc;
5ac2fe57 1193 int is_sataii_tx4;
1da177e4 1194
06296a1e 1195 ata_print_version_once(&pdev->dev, DRV_VERSION);
1da177e4 1196
eca25dca 1197 /* enable and acquire resources */
24dc5f33 1198 rc = pcim_enable_device(pdev);
1da177e4
LT
1199 if (rc)
1200 return rc;
1201
0d5ff566
TH
1202 rc = pcim_iomap_regions(pdev, 1 << PDC_MMIO_BAR, DRV_NAME);
1203 if (rc == -EBUSY)
24dc5f33 1204 pcim_pin_device(pdev);
0d5ff566 1205 if (rc)
24dc5f33 1206 return rc;
821d22cd 1207 host_mmio = pcim_iomap_table(pdev)[PDC_MMIO_BAR];
1da177e4 1208
eca25dca
TH
1209 /* determine port configuration and setup host */
1210 n_ports = 2;
1211 if (pi->flags & PDC_FLAG_4_PORTS)
1212 n_ports = 4;
1213 for (i = 0; i < n_ports; i++)
1214 ppi[i] = pi;
1da177e4 1215
eca25dca 1216 if (pi->flags & PDC_FLAG_SATA_PATA) {
821d22cd 1217 u8 tmp = readb(host_mmio + PDC_FLASH_CTL + 1);
d0e58031 1218 if (!(tmp & 0x80))
eca25dca 1219 ppi[n_ports++] = pi + 1;
eca25dca 1220 }
1da177e4 1221
eca25dca
TH
1222 host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
1223 if (!host) {
a44fec1f 1224 dev_err(&pdev->dev, "failed to allocate host\n");
24dc5f33 1225 return -ENOMEM;
1da177e4 1226 }
3100d49d
MP
1227 hpriv = devm_kzalloc(&pdev->dev, sizeof *hpriv, GFP_KERNEL);
1228 if (!hpriv)
1229 return -ENOMEM;
1230 spin_lock_init(&hpriv->hard_reset_lock);
1231 host->private_data = hpriv;
eca25dca 1232 host->iomap = pcim_iomap_table(pdev);
1da177e4 1233
d0e58031 1234 is_sataii_tx4 = pdc_is_sataii_tx4(pi->flags);
5ac2fe57 1235 for (i = 0; i < host->n_ports; i++) {
cbcdd875 1236 struct ata_port *ap = host->ports[i];
d0e58031 1237 unsigned int ata_no = pdc_port_no_to_ata_no(i, is_sataii_tx4);
821d22cd 1238 unsigned int ata_offset = 0x200 + ata_no * 0x80;
cbcdd875
TH
1239 unsigned int scr_offset = 0x400 + ata_no * 0x100;
1240
821d22cd 1241 pdc_ata_setup_port(ap, host_mmio + ata_offset, host_mmio + scr_offset);
cbcdd875
TH
1242
1243 ata_port_pbar_desc(ap, PDC_MMIO_BAR, -1, "mmio");
821d22cd 1244 ata_port_pbar_desc(ap, PDC_MMIO_BAR, ata_offset, "ata");
5ac2fe57 1245 }
1da177e4
LT
1246
1247 /* initialize adapter */
eca25dca 1248 pdc_host_init(host);
1da177e4 1249
eca25dca
TH
1250 rc = pci_set_dma_mask(pdev, ATA_DMA_MASK);
1251 if (rc)
1252 return rc;
1253 rc = pci_set_consistent_dma_mask(pdev, ATA_DMA_MASK);
1254 if (rc)
1255 return rc;
1da177e4 1256
eca25dca
TH
1257 /* start host, request IRQ and attach */
1258 pci_set_master(pdev);
1259 return ata_host_activate(host, pdev->irq, pdc_interrupt, IRQF_SHARED,
1260 &pdc_ata_sht);
1da177e4
LT
1261}
1262
2fc75da0 1263module_pci_driver(pdc_ata_pci_driver);
1da177e4 1264
1da177e4 1265MODULE_AUTHOR("Jeff Garzik");
f497ba73 1266MODULE_DESCRIPTION("Promise ATA TX2/TX4/TX4000 low-level driver");
1da177e4
LT
1267MODULE_LICENSE("GPL");
1268MODULE_DEVICE_TABLE(pci, pdc_ata_pci_tbl);
1269MODULE_VERSION(DRV_VERSION);
This page took 0.713967 seconds and 5 git commands to generate.