Searched refs:ATA_ERRREG_UNC (Results 1 – 4 of 4) sorted by relevance
97 if ((IoRead8 (IdeRegisters->ErrOrFeature) & ATA_ERRREG_UNC) != 0) { in DumpAllIdeRegisters()
830 #define ATA_ERRREG_UNC BIT6 ///< Uncorrectable Data defined … macro
801 if ((ErrorRegister & ATA_ERRREG_UNC) != 0) { in CheckErrorStatus()
273 if ((StatusBlock.AtaError & ATA_ERRREG_UNC) != 0) { in DumpAllIdeRegisters()