Home
last modified time | relevance | path

Searched refs:AtaCylinderHighExp (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DAtaPassThru.h59 UINT8 AtaCylinderHighExp; member
76 UINT8 AtaCylinderHighExp; member
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
DOpalIdeMode.c574 IoWrite8 (IdeRegisters->CylinderMsb, AtaCommandBlock->AtaCylinderHighExp); in AtaIssueCommand()
DOpalAhciMode.c536 CmdFis->AhciCFisClyHighExp = AtaCommandBlock->AtaCylinderHighExp; in AhciBuildCommandFis()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaBusDxe/
DAtaPassThruExecute.c503 Acb->AtaCylinderHighExp = (UINT8) RShiftU64 (StartLba, 40); in TransferAtaDevice()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
DIdeMode.c249 StatusBlock.AtaCylinderHighExp = IdeReadPortB (PciIo, IdeRegisters->CylinderMsb); in DumpAllIdeRegisters()
1159 IdeWritePortB (PciIo, IdeRegisters->CylinderMsb, AtaCommandBlock->AtaCylinderHighExp); in AtaIssueCommand()
DAhciMode.c657 CmdFis->AhciCFisClyHighExp = AtaCommandBlock->AtaCylinderHighExp; in AhciBuildCommandFis()