Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DAtaPassThru.h55 UINT8 AtaCylinderHigh; member
72 UINT8 AtaCylinderHigh; member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaBusDxe/
DAtaPassThruExecute.c497 Acb->AtaCylinderHigh = (UINT8) RShiftU64 (StartLba, 16); in TransferAtaDevice()
743 Task->Packet.Acb->AtaCylinderHigh, in AtaNonBlockingCallBack()
1028 Acb->AtaCylinderHigh = (UINT8) SecurityProtocolSpecificData; in TrustTransferAtaDevice()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
DIdeMode.c248 StatusBlock.AtaCylinderHigh = IdeReadPortB (PciIo, IdeRegisters->CylinderMsb); in DumpAllIdeRegisters()
1160 IdeWritePortB (PciIo, IdeRegisters->CylinderMsb, AtaCommandBlock->AtaCylinderHigh); in AtaIssueCommand()
2103 AtaCommandBlock.AtaCylinderHigh = (UINT8) (ATAPI_MAX_BYTE_COUNT >> 8); in AtaPacketCommandExecute()
2308 AtaCommandBlock.AtaCylinderHigh = ATA_CONSTANT_C2; in IdeAtaSmartReturnStatusCheck()
2414 AtaCommandBlock.AtaCylinderHigh = ATA_CONSTANT_C2; in IdeAtaSmartSupport()
2439 AtaCommandBlock.AtaCylinderHigh = ATA_CONSTANT_C2; in IdeAtaSmartSupport()
DAhciMode.c656 CmdFis->AhciCFisClyHigh = AtaCommandBlock->AtaCylinderHigh; in AhciBuildCommandFis()
1525 AtaCommandBlock.AtaCylinderHigh = ATA_CONSTANT_C2; in AhciAtaSmartReturnStatusCheck()
1642 AtaCommandBlock.AtaCylinderHigh = ATA_CONSTANT_C2; in AhciAtaSmartSupport()
1671 AtaCommandBlock.AtaCylinderHigh = ATA_CONSTANT_C2; in AhciAtaSmartSupport()
1860 AtaCommandBlock.AtaCylinderHigh = (UINT8) (FeatureSpecificData >> 24); in AhciDeviceSetFeature()
1926 AtaCommandBlock.AtaCylinderHigh = (UINT8) (ATAPI_MAX_BYTE_COUNT >> 8); in AhciPacketCommandExecute()
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/
DSataSiI3132.c152 *Signature = (Asb.AtaCylinderHigh << 24) | (Asb.AtaCylinderLow << 16) | in SiI3132SoftResetCommand()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
DOpalIdeMode.c575 IoWrite8 (IdeRegisters->CylinderMsb, AtaCommandBlock->AtaCylinderHigh); in AtaIssueCommand()
DOpalPasswordSmm.c903 AtaCommandBlock.AtaCylinderHigh = ( UINT8 )( SpSpecific ); in PerformTrustedIo()
DOpalAhciMode.c535 CmdFis->AhciCFisClyHigh = AtaCommandBlock->AtaCylinderHigh; in AhciBuildCommandFis()