Searched refs:ATA_ERR (Results 1 - 29 of 29) sorted by relevance

/linux-4.1.27/drivers/ide/
H A Dide-lib.c153 if (stat & ATA_ERR) ide_dump_status()
157 if ((stat & (ATA_BUSY | ATA_ERR)) == ATA_ERR) { ide_dump_status()
H A Dide-atapi.c416 if (rc || (drive->media == ide_tape && (stat & ATA_ERR))) { ide_pc_intr()
439 (stat & ATA_ERR) && rq->cmd[0] == REQUEST_SENSE) ide_pc_intr()
440 stat &= ~ATA_ERR; ide_pc_intr()
442 if ((stat & ATA_ERR) || (pc->flags & PC_FLAG_DMA_ERROR)) { ide_pc_intr()
H A Dide-taskfile.c173 if ((stat & (ATA_ERR | ATA_DRQ)) == 0) { task_no_data_intr()
353 if (stat & ATA_ERR) task_pio_intr()
H A Dtx4939ide.c357 if ((stat & (ATA_BUSY | ATA_DRQ | ATA_ERR)) == ATA_ERR) tx4939ide_dma_test_irq()
H A Dide-disk.c229 if (!(tf->status & ATA_ERR)) idedisk_read_native_max_address()
273 if (!(tf->status & ATA_ERR)) idedisk_set_max_address()
H A Dide-cd.c395 if (stat & ATA_ERR) cdrom_decode_status()
400 if (stat & ATA_ERR) { cdrom_decode_status()
604 if (!(stat & ATA_ERR) && !uptodate && thislen) { cdrom_newpc_intr()
H A Dide-eh.c16 } else if (stat & ATA_ERR) { ide_ata_error()
H A Dide-iops.c385 ATA_BUSY | ATA_DRQ | ATA_ERR, ide_config_drive_speed()
H A Dide-tape.c525 if (stat & ATA_ERR) { idetape_media_access_finished()
/linux-4.1.27/drivers/ata/
H A Dlibata-trace.c46 if (status & ATA_ERR) libata_trace_parse_status()
H A Dsata_dwc_460ex.c533 if (status & ATA_ERR) { sata_dwc_isr()
534 dev_dbg(ap->dev, "interrupt ATA_ERR (0x%x)\n", status); sata_dwc_isr()
621 if (status & ATA_ERR) { sata_dwc_isr()
622 dev_dbg(ap->dev, "%s ATA_ERR (0x%x)\n", __func__, sata_dwc_isr()
H A Dsata_inic162x.c401 (ATA_DF | ATA_ERR))) inic_host_intr()
577 if (!(tf.command & ATA_ERR)) inic_qc_fill_rtf()
H A Dlibata-sff.c1073 if (likely(status & (ATA_ERR | ATA_DF))) ata_sff_hsm_move()
1093 if (unlikely(status & (ATA_ERR | ATA_DF))) { ata_sff_hsm_move()
1147 if (unlikely(status & (ATA_ERR | ATA_DF))) { ata_sff_hsm_move()
1166 if (likely(status & (ATA_ERR | ATA_DF))) { ata_sff_hsm_move()
1204 if (unlikely(status & (ATA_ERR | ATA_DF))) { ata_sff_hsm_move()
H A Dpata_it821x.c677 if (status & ATA_ERR) { it821x_firmware_command()
H A Dlibata-eh.c1821 if (stat & (ATA_ERR | ATA_DF)) ata_eh_analyze_tf()
2564 ATA_ERR)) { ata_eh_link_report()
2572 res->command & ATA_ERR ? "ERR " : ""); ata_eh_link_report()
H A Dlibata-scsi.c807 if (stat & ATA_ERR) printk("Error "); ata_dump_status()
993 tf->command & (ATA_BUSY | ATA_DF | ATA_ERR | ATA_DRQ)) { ata_gen_passthru_sense()
1070 tf->command & (ATA_BUSY | ATA_DF | ATA_ERR | ATA_DRQ)) { ata_gen_ata_sense()
H A Dsata_nv.c2250 if (ata_stat & ATA_ERR) { nv_swncq_host_interrupt()
H A Dsata_mv.c2227 if (stat & (ATA_BUSY | ATA_DRQ | ATA_ERR)) mv_sff_check_status()
H A Dlibata-core.c1687 if (qc->result_tf.command & (ATA_ERR | ATA_DF)) ata_exec_internal_sg()
/linux-4.1.27/drivers/block/
H A Dmg_disk.c56 ATA_ERR))) == MG_STAT_READY)
184 if (stat & ATA_ERR) mg_dump_status()
187 if ((stat & ATA_ERR) == 0) { mg_dump_status()
241 if (status & ATA_ERR) { mg_wait()
/linux-4.1.27/drivers/scsi/
H A DNCR53c406a.c277 /*static int ATA_ERR;*//* ATA features/error register (r/w) */
1041 /* ATA_ERR = (port_base+0x0A); */ calc_port_addr()
/linux-4.1.27/include/linux/
H A Data.h184 ATA_ERR = (1 << 0), /* have an error */ enumerator in enum:__anon11492
1010 return ((status & (ATA_BUSY | ATA_DRDY | ATA_DF | ATA_DRQ | ATA_ERR)) ata_ok()
H A Dide.h81 #define BAD_R_STAT (ATA_BUSY | ATA_ERR)
H A Dlibata.h1720 if (status & (ATA_ERR | ATA_DF)) ac_err_mask()
/linux-4.1.27/drivers/scsi/pcmcia/
H A Dsym53c500_cs.c125 /* #define ATA_ERR 0x0A */ /* ATA features/error reg (r/w) */
/linux-4.1.27/drivers/scsi/libsas/
H A Dsas_ata.c165 dev->sata_dev.fis[2] = ATA_ERR; sas_ata_task_done()
/linux-4.1.27/drivers/scsi/isci/
H A Dremote_device.c502 (hdr->status & ATA_ERR)) { sci_remote_device_frame_handler()
508 (hdr->status & ATA_ERR)) { sci_remote_device_frame_handler()
H A Drequest.c1628 if (ireq->stp.rsp.status & ATA_ERR) atapi_d2h_reg_frame_handler()
/linux-4.1.27/drivers/usb/storage/
H A Disd200.c954 /* ATA_ERR (workaround for Archos CD-ROM) */ isd200_try_enum()
956 (ATA_BUSY | ATA_DF | ATA_ERR)) { isd200_try_enum()

Completed in 1098 milliseconds