Lines Matching defs:Command

375   // Get four channels (primary or secondary Pata, Sata Channel) Command and Control Regs Base address.
384 // Using Command and Control Regs Base Address to fill other registers.
395 AtapiBlkIoDev->IdeIoPortReg[Index1].Reg.Command = (UINT16) (CommandBlockBaseAddr + 0x7);
480 @param[in] AtaCommand The Ata Command passed in.
514 CommandRegister = AtapiBlkIoDev->IdeIoPortReg[Channel].Reg.Command;
541 // send 'check power' commandd via Command Register
1064 CommandReg = AtapiBlkIoDev->IdeIoPortReg[Channel].Reg.Command;
1072 // Send ATAPI Identify Command to get IDENTIFY data.
1113 // send command via Command Register
1182 Sends out ATAPI Test Unit Ready Packet Command to the specified device
1215 Send out ATAPI commands conforms to the Packet Command with PIO Data In Protocol.
1224 @retval EFI_SUCCESS Command executed successfully.
1273 CommandReg = AtapiBlkIoDev->IdeIoPortReg[Channel].Reg.Command;
1418 Sends out ATAPI Inquiry Packet Command to the specified device.
1425 @retval EFI_SUCCESS Command executed successfully.
1442 // prepare command packet for the ATAPI Inquiry Packet Command.
1506 @retval EFI_SUCCESS Command executed successfully.
1674 @retval EFI_SUCCESS Command executed successfully.
1686 UINT8 Command;
1700 CommandReg = AtapiBlkIoDev->IdeIoPortReg[Channel].Reg.Command;
1745 Command = ATA_CMD_SOFT_RESET;
1746 IoWrite8 (CommandReg, Command);
1766 Sends out ATAPI Request Sense Packet Command to the specified device.
1773 @retval EFI_SUCCESS Command executed successfully.
1793 // fill command packet for Request Sense Packet Command
1812 // send out Request Sense Packet Command and get one Sense data form device
1862 Sends out ATAPI Read Capacity Packet Command to the specified device.
1870 @retval EFI_SUCCESS Command executed successfully.
1972 @retval EFI_SUCCESS Command executed successfully.
2006 // limit the data bytes that can be transfered by one Read(10) Command