Searched refs:ATA_ERRREG_AMNF (Results 1 – 3 of 3) sorted by relevance
651 #define ATA_ERRREG_AMNF BIT0 ///< Address Mark Not Found defined from ATA-1, obsoleted from ATA-4 macro
289 if ((StatusBlock.AtaError & ATA_ERRREG_AMNF) != 0) { in DumpAllIdeRegisters()
833 if ((ErrorRegister & ATA_ERRREG_AMNF) != 0) { in CheckErrorStatus()