Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Data.h172 ATA_ICRC = (1 << 7), /* interface CRC error */ enumerator
173 ATA_BBK = ATA_ICRC, /* pre-EIDE: block marked bad */
/openbmc/u-boot/include/
H A Dlibata.h113 ATA_ICRC = (1 << 7), /* interface CRC error */ enumerator
/openbmc/linux/include/trace/events/
H A Dlibata.h113 ata_error_name(ATA_ICRC), \
/openbmc/linux/drivers/ata/
H A Dlibata-eh.c1603 if (err & ATA_ICRC) in ata_eh_analyze_tf()
2505 (res->error & (ATA_ICRC | ATA_UNC | ATA_AMNF | ATA_IDNF | in ata_eh_link_report()
2508 res->error & ATA_ICRC ? "ICRC " : "", in ata_eh_link_report()