HomeSort by relevance Sort by last modified time
    Searched defs:AtaCommand (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalIdeMode.c 526 UINT8 AtaCommand;
532 AtaCommand = AtaCommandBlock->AtaCommand;
580 IoWrite8 (IdeRegisters->CmdOrStatus, AtaCommand);
750 AtaCommandBlock.AtaCommand = ATA_CMD_IDENTIFY_DRIVE;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
AtaPassThru.h 51 UINT8 AtaCommand;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
Ata.c 462 @param AtaCommand value of the Command Register
478 IN UINT8 AtaCommand,
526 if (AtaCommand == ATA_CMD_SET_FEATURES) {
538 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg.Command, AtaCommand);
610 @param AtaCommand value of the Command Register
627 IN UINT8 AtaCommand,
686 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg.Command, AtaCommand);
880 UINT8 AtaCommand;
891 AtaCommand = ATA_CMD_READ_SECTORS;
942 AtaCommand,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
IdeMode.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/
AtapiPeim.c 673 @param[in] AtaCommand The Ata Command passed in.
685 IN UINT8 AtaCommand
736 IoWrite8 (CommandRegister, AtaCommand);
819 UINT8 AtaCommand;
834 AtaCommand = 0xE5;
835 Status = CheckPowerMode (AtapiBlkIoDev, DevicePosition, AtaCommand);
    [all...]

Completed in 128 milliseconds