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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DAtaPassThru.h58 UINT8 AtaCylinderLowExp; member in struct:_EFI_ATA_COMMAND_BLOCK
75 UINT8 AtaCylinderLowExp; member in struct:_EFI_ATA_STATUS_BLOCK
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaBusDxe/
H A DAtaPassThruExecute.c490 Acb->AtaCylinderLowExp = (UINT8) RShiftU64 (StartLba, 32);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DIdeMode.c247 StatusBlock.AtaCylinderLowExp = IdeReadPortB (PciIo, IdeRegisters->CylinderLsb);
1081 IdeWritePortB (PciIo, IdeRegisters->CylinderLsb, AtaCommandBlock->AtaCylinderLowExp);
H A DAhciMode.c626 CmdFis->AhciCFisClyLowExp = AtaCommandBlock->AtaCylinderLowExp;

Completed in 57 milliseconds