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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IdeBusPei/
H A DAtapiPeim.c501 UINT16 SectorCountRegister; local
516 SectorCountRegister = AtapiBlkIoDev->IdeIoPortReg[Channel].SectorCount;
527 IoWrite8 (SectorCountRegister, SectorCountValue);
560 SectorCountValue = IoRead8 (SectorCountRegister);
591 IoWrite8 (SectorCountRegister, SectorCountValue);
594 SectorCountValue = IoRead8 (SectorCountRegister);

Completed in 48 milliseconds