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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DIde.c434 UINT8 SectorCountReg; local
489 SectorCountReg = IDEReadPortB (
505 if ((SectorCountReg == 0x1) &&
537 SectorCountReg = IDEReadPortB (
557 if ((SectorCountReg == 0x1) &&
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DIdeMode.c2574 UINT8 SectorCountReg; local
2616 SectorCountReg = IdeReadPortB (PciIo, IdeRegisters->SectorCount);
2624 if ((SectorCountReg == 0x1) && (LBALowReg == 0x1) && (LBAMidReg == 0x0) && (LBAHighReg == 0x0)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IdeBusPei/
H A DAtapiPeim.c1041 UINT16 SectorCountReg; local
1066 SectorCountReg = AtapiBlkIoDev->IdeIoPortReg[Channel].SectorCount;
1107 IoWrite8 (SectorCountReg, 0);

Completed in 42 milliseconds