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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DIdeMode.c1470 UINTN ByteRemaining; local
1612 ByteRemaining = ByteCount;
1614 while (ByteRemaining != 0) {
1615 if (ByteRemaining <= 0x10000) {
1617 TempPrdBaseAddr->ByteCount = (UINT16) ByteRemaining;
1625 ByteRemaining -= 0x10000;

Completed in 46 milliseconds