Searched refs:AtaError (Results 1 – 3 of 3) sorted by relevance
241 StatusBlock.AtaError = IdeReadPortB (PciIo, IdeRegisters->ErrOrFeature); in DumpAllIdeRegisters()269 if ((StatusBlock.AtaError & ATA_ERRREG_BBK) != 0) { in DumpAllIdeRegisters()270 …EFI_D_ERROR, "CheckRegisterStatus()-- %02x : Error : Bad Block Detected\n", StatusBlock.AtaError)); in DumpAllIdeRegisters()273 if ((StatusBlock.AtaError & ATA_ERRREG_UNC) != 0) { in DumpAllIdeRegisters()274 …EFI_D_ERROR, "CheckRegisterStatus()-- %02x : Error : Uncorrectable Data\n", StatusBlock.AtaError)); in DumpAllIdeRegisters()277 if ((StatusBlock.AtaError & ATA_ERRREG_MC) != 0) { in DumpAllIdeRegisters()278 …BUG ((EFI_D_ERROR, "CheckRegisterStatus()-- %02x : Error : Media Change\n", StatusBlock.AtaError)); in DumpAllIdeRegisters()281 if ((StatusBlock.AtaError & ATA_ERRREG_ABRT) != 0) { in DumpAllIdeRegisters()282 DEBUG ((EFI_D_ERROR, "CheckRegisterStatus()-- %02x : Error : Abort\n", StatusBlock.AtaError)); in DumpAllIdeRegisters()285 if ((StatusBlock.AtaError & ATA_ERRREG_TK0NF) != 0) { in DumpAllIdeRegisters()[all …]
417 AtaStatusBlock->AtaError = (UINT8)(Data >> 8); in AhciDumpPortStatus()
69 UINT8 AtaError; member