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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DAtaPassThru.h61 UINT8 AtaSectorCount; member in struct:_EFI_ATA_COMMAND_BLOCK
78 UINT8 AtaSectorCount; member in struct:_EFI_ATA_STATUS_BLOCK
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaBusDxe/
H A DAtaPassThruExecute.c487 Acb->AtaSectorCount = (UINT8) TransferLength;
640 Task->Packet.Acb->AtaSectorCount
917 Acb->AtaSectorCount = (UINT8) (TransferLength / 512);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DIdeMode.c242 StatusBlock.AtaSectorCount = IdeReadPortB (PciIo, IdeRegisters->SectorCount);
1073 IdeWritePortB (PciIo, IdeRegisters->SectorCount, AtaCommandBlock->AtaSectorCount);
2171 AtaCommandBlock.AtaSectorCount = *((UINT8 *)TransferMode);
2218 AtaCommandBlock.AtaSectorCount = DriveParameters->Sector;
2237 AtaCommandBlock.AtaSectorCount = DriveParameters->MultipleSector;
2387 AtaCommandBlock.AtaSectorCount = 0xF1;
H A DAhciMode.c631 CmdFis->AhciCFisSecCount = AtaCommandBlock->AtaSectorCount;
1586 AtaCommandBlock.AtaSectorCount = 0xF1;
1658 AtaCommandBlock.AtaSectorCount = 1;
1716 AtaCommandBlock.AtaSectorCount = 1;
1774 AtaCommandBlock.AtaSectorCount = (UINT8) FeatureSpecificData;

Completed in 59 milliseconds