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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DAtaPassThru.h54 UINT8 AtaCylinderLow; member in struct:_EFI_ATA_COMMAND_BLOCK
71 UINT8 AtaCylinderLow; member in struct:_EFI_ATA_STATUS_BLOCK
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaBusDxe/
H A DAtaPassThruExecute.c484 Acb->AtaCylinderLow = (UINT8) RShiftU64 (StartLba, 8);
638 Task->Packet.Acb->AtaCylinderLow,
924 Acb->AtaCylinderLow = (UINT8) (SecurityProtocolSpecificData >> 8);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DAhciMode.c625 CmdFis->AhciCFisClyLow = AtaCommandBlock->AtaCylinderLow;
1467 AtaCommandBlock.AtaCylinderLow = ATA_CONSTANT_4F;
1558 AtaCommandBlock.AtaCylinderLow = ATA_CONSTANT_4F;
1587 AtaCommandBlock.AtaCylinderLow = ATA_CONSTANT_4F;
1776 AtaCommandBlock.AtaCylinderLow = (UINT8) (FeatureSpecificData >> 16);
1842 AtaCommandBlock.AtaCylinderLow = (UINT8) (ATAPI_MAX_BYTE_COUNT & 0x00ff);
H A DIdeMode.c246 StatusBlock.AtaCylinderLow = IdeReadPortB (PciIo, IdeRegisters->CylinderLsb);
1082 IdeWritePortB (PciIo, IdeRegisters->CylinderLsb, AtaCommandBlock->AtaCylinderLow);
2047 AtaCommandBlock.AtaCylinderLow = (UINT8) (ATAPI_MAX_BYTE_COUNT & 0x00ff);
2282 AtaCommandBlock.AtaCylinderLow = ATA_CONSTANT_4F;
2363 AtaCommandBlock.AtaCylinderLow = ATA_CONSTANT_4F;
2388 AtaCommandBlock.AtaCylinderLow = ATA_CONSTANT_4F;

Completed in 92 milliseconds