Home
last modified time | relevance | path

Searched refs:ATA_ICRC (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-lib.c55 if (err & ATA_ICRC) in ide_dump_ata_error()
/OK3568_Linux_fs/kernel/include/linux/
H A Data.h173 ATA_ICRC = (1 << 7), /* interface CRC error */ enumerator
174 ATA_BBK = ATA_ICRC, /* pre-EIDE: block marked bad */
H A Dide.h132 #define BAD_CRC (ATA_ABORTED | ATA_ICRC)
/OK3568_Linux_fs/u-boot/include/
H A Dlibata.h114 ATA_ICRC = (1 << 7), /* interface CRC error */ enumerator
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dlibata.h113 ata_error_name(ATA_ICRC), \
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dlibata-eh.c1589 if (err & ATA_ICRC) in ata_eh_analyze_tf()
2398 (res->feature & (ATA_ICRC | ATA_UNC | ATA_AMNF | in ata_eh_link_report()
2401 res->feature & ATA_ICRC ? "ICRC " : "", in ata_eh_link_report()
H A Dlibata-scsi.c688 if (err & ATA_ICRC) { in ata_dump_status()