Home
last modified time | relevance | path

Searched refs:AtaSectorCount (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DAtaPassThru.h61 UINT8 AtaSectorCount; member
78 UINT8 AtaSectorCount; member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaBusDxe/
DAtaPassThruExecute.c499 Acb->AtaSectorCount = (UINT8) TransferLength; in TransferAtaDevice()
744 Task->Packet.Acb->AtaSectorCount in AtaNonBlockingCallBack()
1022 Acb->AtaSectorCount = (UINT8) (TransferLength / 512); in TrustTransferAtaDevice()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
DIdeMode.c242 StatusBlock.AtaSectorCount = IdeReadPortB (PciIo, IdeRegisters->SectorCount); in DumpAllIdeRegisters()
1148 IdeWritePortB (PciIo, IdeRegisters->SectorCount, AtaCommandBlock->AtaSectorCount); in AtaIssueCommand()
2196 AtaCommandBlock.AtaSectorCount = *((UINT8 *)TransferMode); in SetDeviceTransferMode()
2243 AtaCommandBlock.AtaSectorCount = DriveParameters->Sector; in SetDriveParameters()
2262 AtaCommandBlock.AtaSectorCount = DriveParameters->MultipleSector; in SetDriveParameters()
2437 AtaCommandBlock.AtaSectorCount = 0xF1; in IdeAtaSmartSupport()
DAhciMode.c659 CmdFis->AhciCFisSecCount = AtaCommandBlock->AtaSectorCount; in AhciBuildCommandFis()
1669 AtaCommandBlock.AtaSectorCount = 0xF1; in AhciAtaSmartSupport()
1741 AtaCommandBlock.AtaSectorCount = 1; in AhciIdentify()
1799 AtaCommandBlock.AtaSectorCount = 1; in AhciIdentifyPacket()
1857 AtaCommandBlock.AtaSectorCount = (UINT8) FeatureSpecificData; in AhciDeviceSetFeature()
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/
DSataSiI3132.c153 (Asb.AtaSectorNumber << 8 ) | (Asb.AtaSectorCount); in SiI3132SoftResetCommand()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
DOpalAhciMode.c538 CmdFis->AhciCFisSecCount = AtaCommandBlock->AtaSectorCount; in AhciBuildCommandFis()
960 AtaCommandBlock.AtaSectorCount = 1; in AhciIdentify()
DOpalIdeMode.c563 IoWrite8 (IdeRegisters->SectorCount, AtaCommandBlock->AtaSectorCount); in AtaIssueCommand()
DOpalPasswordSmm.c899 AtaCommandBlock.AtaSectorCount = ( UINT8 )BufferSizeBlocks; in PerformTrustedIo()