Searched defs:SectorCountValue (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IdeBusPei/
H A DAtapiPeim.c505 UINT8 SectorCountValue; local
526 SectorCountValue = 0x55;
527 IoWrite8 (SectorCountRegister, SectorCountValue);
560 SectorCountValue = IoRead8 (SectorCountRegister);
578 if ((SectorCountValue == 0x00) || (SectorCountValue == 0x80) || (SectorCountValue == 0xff)) {
590 SectorCountValue = 0x55;
591 IoWrite8 (SectorCountRegister, SectorCountValue);
594 SectorCountValue
[all...]

Completed in 45 milliseconds