Searched refs:WaitForBSYClear (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DAta.c491 Status = WaitForBSYClear (IdeDev, ATATIMEOUT);
640 Status = WaitForBSYClear (IdeDev, ATATIMEOUT);
1116 if (WaitForBSYClear (IdeDev, 31000) == EFI_TIMEOUT) {
1165 Status = WaitForBSYClear (IdeDev, ATATIMEOUT);
1314 Status = WaitForBSYClear (IdeDev, ATATIMEOUT);
1426 Status = WaitForBSYClear (IdeDev, ATATIMEOUT);
2180 Status = WaitForBSYClear (IdeDev, ATATIMEOUT);
2617 Status = WaitForBSYClear (IdeDev, ATATIMEOUT);
2660 Status = WaitForBSYClear (IdeDev, ATASMARTTIMEOUT);
2662 Status = WaitForBSYClear (IdeDe
[all...]
H A DIde.h317 WaitForBSYClear (
H A DAtapi.c159 Status = WaitForBSYClear (IdeDev, ATATIMEOUT);
1682 Status = WaitForBSYClear (IdeDev, 31000);
H A DIde.c472 Status = WaitForBSYClear (IdeDev, 3500);
474 DEBUG((EFI_D_ERROR, "New detecting method: Send Execute Diagnostic Command: WaitForBSYClear: Status: %d\n", Status));
979 WaitForBSYClear ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IdeBusPei/
H A DAtapiPeim.c545 Status = WaitForBSYClear (AtapiBlkIoDev, &(AtapiBlkIoDev->IdeIoPortReg[Channel]), 3000);
634 Status = WaitForBSYClear (AtapiBlkIoDev, &(AtapiBlkIoDev->IdeIoPortReg[Channel]), 31000);
662 WaitForBSYClear ( function
1074 if (WaitForBSYClear (
1733 if (WaitForBSYClear (AtapiBlkIoDev, &(AtapiBlkIoDev->IdeIoPortReg[Channel]), 31000) == EFI_TIMEOUT) {
1752 if (WaitForBSYClear (AtapiBlkIoDev, &(AtapiBlkIoDev->IdeIoPortReg[Channel]), 31000) != EFI_SUCCESS) {
H A DAtapiPeim.h307 WaitForBSYClear (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DIdeMode.c725 WaitForBSYClear ( function
1005 if (WaitForBSYClear (PciIo, IdeRegisters, Timeout) == EFI_TIMEOUT) {
1044 Status = WaitForBSYClear (PciIo, IdeRegisters, Timeout);
1286 Status = WaitForBSYClear (PciIo, IdeRegisters, Timeout);
2601 Status = WaitForBSYClear (PciIo, IdeRegisters, 350000000);
2603 DEBUG((EFI_D_ERROR, "New detecting method: Send Execute Diagnostic Command: WaitForBSYClear: Status: %d\n", Status));

Completed in 82 milliseconds