Searched refs:AtaCommand (Results 1 - 7 of 7) sorted by relevance

/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...]
H A DIde.h427 @param AtaCommand value of the Command Register
443 IN UINT8 AtaCommand,
459 @param AtaCommand value of the Command Register
476 IN UINT8 AtaCommand,
746 @param AtaCommand The ATA command to be sent
762 IN UINT8 AtaCommand,
775 @param AtaCommand The ATA command to be sent
789 IN UINT8 AtaCommand,
/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...]
H A DAhciMode.c617 CmdFis->AhciCFisCmd = AtaCommandBlock->AtaCommand;
1465 AtaCommandBlock.AtaCommand = ATA_CMD_SMART;
1556 AtaCommandBlock.AtaCommand = ATA_CMD_SMART;
1584 AtaCommandBlock.AtaCommand = ATA_CMD_SMART;
1657 AtaCommandBlock.AtaCommand = ATA_CMD_IDENTIFY_DRIVE;
1715 AtaCommandBlock.AtaCommand = ATA_CMD_IDENTIFY_DEVICE;
1771 AtaCommandBlock.AtaCommand = ATA_CMD_SET_FEATURES;
1833 AtaCommandBlock.AtaCommand = ATA_CMD_PACKET;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaBusDxe/
H A DAtaPassThruExecute.c402 Acb->AtaCommand = ATA_CMD_IDENTIFY_DRIVE;
482 Acb->AtaCommand = mAtaCommands[AtaDevice->UdmaValid][AtaDevice->Lba48Bit][IsWrite];
912 Acb->AtaCommand = ATA_CMD_TRUST_NON_DATA;
914 Acb->AtaCommand = mAtaTrustCommands[AtaDevice->UdmaValid][IsTrustSend];
/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/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