Home
last modified time | relevance | path

Searched refs:ICRC_ATA_ERROR_MASK (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsat.h93 #define ICRC_ATA_ERROR_MASK 0x80 /* Interface CRC error bit */ macro
H A Dossasat.c11861 else if((bATAStatus & ERR_ATA_STATUS_MASK) && (bATAError & ICRC_ATA_ERROR_MASK)) in satTranslateATAPIErrorsToSCSIErrors()
H A Dsat.c18868 else if (ataError & ICRC_ATA_ERROR_MASK) in osSatDefaultTranslation()
/freebsd/sys/dev/pms/RefTisa/sat/src/
H A Dsmdefs.h126 #define ICRC_ATA_ERROR_MASK 0x80 /* Interface CRC error bit */ macro
H A Dsmsatcb.c970 else if(bATAError & ICRC_ATA_ERROR_MASK) in smsatTranslateATAPIErrorsToSCSIErrors()
1036 else if(bATAError & ICRC_ATA_ERROR_MASK) in smsatTranslateATAErrorsToSCSIErrors()
H A Dsmsat.c3072 else if (ataError & ICRC_ATA_ERROR_MASK) in smsatDefaultTranslation()