Searched refs:DRDY (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/AtapiPassThruDxe/
H A DAtapiPassThru.c921 // for ATAPI device, no need to wait DRDY ready after device selecting.
1437 // for ATAPI device, no need to wait DRDY ready after device selecting.
3041 Check whether DRDY is ready in the Status Register.
3044 DRDY ready. Otherwise, it will return EFI_TIMEOUT when specified time is
3074 // BSY == 0 , DRDY == 1
3076 if ((StatusRegister & (DRDY | BSY)) == DRDY) {
3121 Check whether DRDY is ready in the Alternate Status Register.
3124 DRDY ready. Otherwise, it will return EFI_TIMEOUT when specified time is
3154 // BSY == 0 , DRDY
[all...]
H A DAtapiPassThru.h244 #define DRDY BIT6 ///< Drive Ready macro
1451 Check whether DRDY is ready in the Status Register.
1454 DRDY ready. Otherwise, it will return EFI_TIMEOUT when specified time is
1478 Check whether DRDY is ready in the Alternate Status Register.
1481 DRDY ready. Otherwise, it will return EFI_TIMEOUT when specified time is

Completed in 2754 milliseconds