Searched defs:AtaCommand (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DAtaPassThru.h51 UINT8 AtaCommand; member in struct:_EFI_ATA_COMMAND_BLOCK
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DAta.c462 @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; local
891 AtaCommand = ATA_CMD_READ_SECTORS;
942 AtaCommand,
474 AtaPioDataIn( IN IDE_BLK_IO_DEV *IdeDev, IN VOID *Buffer, IN UINT32 ByteCount, IN UINT8 AtaCommand, IN UINT8 Head, IN UINT8 SectorCount, IN UINT8 SectorNumber, IN UINT8 CylinderLsb, IN UINT8 CylinderMsb ) argument
623 AtaPioDataOut( IN IDE_BLK_IO_DEV *IdeDev, IN VOID *Buffer, IN UINT32 ByteCount, IN UINT8 AtaCommand, IN UINT8 Head, IN UINT8 SectorCount, IN UINT8 SectorNumber, IN UINT8 CylinderLsb, IN UINT8 CylinderMsb ) argument
989 UINT8 AtaCommand; local
1146 AtaPioDataInExt( IN IDE_BLK_IO_DEV *IdeDev, IN OUT VOID *Buffer, IN UINT32 ByteCount, IN UINT8 AtaCommand, IN EFI_LBA StartLba, IN UINT16 SectorCount ) argument
1298 AtaCommandIssueExt( IN IDE_BLK_IO_DEV *IdeDev, IN UINT8 AtaCommand, IN UINT8 Device, IN UINT16 Feature, IN UINT16 SectorCount, IN EFI_LBA LbaAddress ) argument
1409 AtaCommandIssue( IN IDE_BLK_IO_DEV *IdeDev, IN UINT8 AtaCommand, IN UINT8 Device, IN UINT16 Feature, IN UINT16 SectorCount, IN EFI_LBA LbaAddress ) argument
1540 UINT8 AtaCommand; local
1971 UINT8 AtaCommand; local
2161 AtaPioDataOutExt( IN IDE_BLK_IO_DEV *IdeDev, IN VOID *Buffer, IN UINT32 ByteCount, IN UINT8 AtaCommand, IN EFI_LBA StartLba, IN UINT16 SectorCount ) argument
2362 UINT8 AtaCommand; local
2603 AtaNonDataCommandIn( IN IDE_BLK_IO_DEV *IdeDev, IN UINT8 AtaCommand, IN UINT8 Device, IN UINT8 Feature, IN UINT8 SectorCount, IN UINT8 LbaLow, IN UINT8 LbaMiddle, IN UINT8 LbaHigh ) argument
2695 AtaNonDataCommandInExt( IN IDE_BLK_IO_DEV *IdeDev, IN UINT8 AtaCommand, IN UINT8 Device, IN UINT16 Feature, IN UINT16 SectorCount, IN EFI_LBA LbaAddress ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DIdeMode.c1035 UINT8 AtaCommand; local
1042 AtaCommand = AtaCommandBlock->AtaCommand;
1090 IdeWritePortB (PciIo, IdeRegisters->CmdOrStatus, AtaCommand);
2050 AtaCommandBlock.AtaCommand = ATA_CMD_PACKET;
2168 AtaCommandBlock.AtaCommand = ATA_CMD_SET_FEATURES;
2217 AtaCommandBlock.AtaCommand = ATA_CMD_INIT_DRIVE_PARAM;
2236 AtaCommandBlock.AtaCommand = ATA_CMD_SET_MULTIPLE_MODE;
2280 AtaCommandBlock.AtaCommand = ATA_CMD_SMART;
2361 AtaCommandBlock.AtaCommand
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IdeBusPei/
H A DAtapiPeim.c480 @param[in] AtaCommand The Ata Command passed in.
492 IN UINT8 AtaCommand
543 IoWrite8 (CommandRegister, AtaCommand);
626 UINT8 AtaCommand; local
641 AtaCommand = 0xE5;
642 Status = CheckPowerMode (AtapiBlkIoDev, DevicePosition, AtaCommand);

Completed in 74 milliseconds