/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ |
Ata.c | 491 Status = WaitForBSYClear (IdeDev, ATATIMEOUT);
640 Status = WaitForBSYClear (IdeDev, ATATIMEOUT);
[all...] |
Ide.h | 317 WaitForBSYClear (
|
Atapi.c | 159 Status = WaitForBSYClear (IdeDev, ATATIMEOUT);
[all...] |
Ide.c | 472 Status = WaitForBSYClear (IdeDev, 3500);
474 DEBUG((EFI_D_ERROR, "New detecting method: Send Execute Diagnostic Command: WaitForBSYClear: Status: %d\n", Status));
979 WaitForBSYClear (
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/ |
AtapiPeim.c | 738 Status = WaitForBSYClear (AtapiBlkIoDev, &(AtapiBlkIoDev->IdeIoPortReg[Channel]), 3000);
827 Status = WaitForBSYClear (AtapiBlkIoDev, &(AtapiBlkIoDev->IdeIoPortReg[Channel]), 31000);
855 WaitForBSYClear (
[all...] |
AtapiPeim.h | 423 WaitForBSYClear (
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/ |
IdeMode.c | 767 WaitForBSYClear (
1061 if (WaitForBSYClear (PciIo, IdeRegisters, Timeout) == EFI_TIMEOUT) {
1100 Status = WaitForBSYClear (PciIo, IdeRegisters, Timeout);
[all...] |