Searched defs:Command (Results 1 - 25 of 38) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciCommand.c21 @param Command Operator command.
32 IN UINT16 Command,
61 OldCommand = (UINT16) (OldCommand | Command);
63 OldCommand = (UINT16) (OldCommand & ~(Command));
65 OldCommand = Command;
30 PciOperateRegister( IN PCI_IO_DEVICE *PciIoDevice, IN UINT16 Command, IN UINT8 Offset, IN UINT8 Operation, OUT UINT16 *PtrCommand ) argument
H A DPciIo.c1498 UINT16 Command; local
1599 Command = 0;
1616 Command |= EFI_PCI_IO_ATTRIBUTE_VGA_PALETTE_IO;
1678 Command |= EFI_PCI_COMMAND_VGA_PALETTE_SNOOP;
1683 Command |= EFI_PCI_COMMAND_IO_SPACE;
1687 Command |= EFI_PCI_COMMAND_MEMORY_SPACE;
1691 Command |= EFI_PCI_COMMAND_BUS_MASTER;
1709 Status = PCI_ENABLE_COMMAND_REGISTER (PciIoDevice, Command);
1730 Status = PCI_DISABLE_COMMAND_REGISTER (PciIoDevice, Command);
H A DPciEnumeratorSupport.c847 @param Command Input command register value, and
858 IN OUT UINT16 *Command,
876 PCI_SET_COMMAND_REGISTER (PciIoDevice, *Command);
877 PCI_READ_COMMAND_REGISTER (PciIoDevice, Command);
924 @param Command Command register value.
932 IN UINT16 Command,
941 if ((Command & EFI_PCI_COMMAND_IO_SPACE) != 0) {
945 if ((Command & EFI_PCI_COMMAND_MEMORY_SPACE) != 0) {
949 if ((Command
856 PciTestSupportedAttribute( IN PCI_IO_DEVICE *PciIoDevice, IN OUT UINT16 *Command, IN OUT UINT16 *BridgeControl, OUT UINT16 *OldCommand, OUT UINT16 *OldBridgeControl ) argument
930 PciSetDeviceAttribute( IN PCI_IO_DEVICE *PciIoDevice, IN UINT16 Command, IN UINT16 BridgeControl, IN UINTN Option ) argument
1122 UINT16 Command; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel3CommandsLib/
H A DAlias.c33 CONST CHAR16 *Command; local
56 Command = gEfiShellProtocol->GetAlias(Alias, &Volatile);
60 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_ALIAS_OUTPUT), gShellLevel3HiiHandle, !Volatile?L' ':L'*', Alias, Command);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciReg.c270 UINT16 Command; local
272 Command = 0;
279 &Command
H A DUhci.c431 UINT16 Command; local
446 Command = UhciReadReg (Uhc->PciIo, USBCMD_OFFSET);
447 if ((Command & USBCMD_EGSM) == 0) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Guid/
H A DSmmLockBox.h34 UINT32 Command; member in struct:__anon11010
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBotPei/
H A DBotPeim.c88 BOT transfer is composed of three phases: Command, Data, and Status.
89 This is the Command phase.
93 @param Command The command to transfer to device.
108 IN VOID *Command,
134 CopyMem (Cbw.CmdBlock, Command, CommandSize);
148 // Command phase fail, we need to recovery reset this device
161 BOT transfer is composed of three phases: Command, Data, and Status.
251 BOT transfer is composed of three phases: Command, Data, and Status.
315 @param Command The command to be sent to ATAPI device.
331 IN VOID *Command,
105 BotCommandPhase( IN EFI_PEI_SERVICES **PeiServices, IN PEI_BOT_DEVICE *PeiBotDev, IN VOID *Command, IN UINT8 CommandSize, IN UINT32 DataTransferLength, IN EFI_USB_DATA_DIRECTION Direction, IN UINT16 Timeout ) argument
328 PeiAtapiCommand( IN EFI_PEI_SERVICES **PeiServices, IN PEI_BOT_DEVICE *PeiBotDev, IN VOID *Command, IN UINT8 CommandSize, IN VOID *DataBuffer, IN UINT32 BufferLength, IN EFI_USB_DATA_DIRECTION Direction, IN UINT16 TimeOutInMilliSeconds ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellManParser.c350 "Brief Description" for the .TH section as specified by Command. If the
356 @param[in] Command name of command's section to find
368 IN CONST CHAR16 *Command,
379 || Command == NULL
387 TitleString = AllocateZeroPool((7*sizeof(CHAR16)) + StrSize(Command));
392 StrCat(TitleString, Command);
437 "Brief Description" for the .TH section as specified by Command. if the
443 @param[in] Command name of command's section to find
457 IN CONST CHAR16 *Command,
472 || Command
366 ManBufferFindTitleSection( IN CHAR16 **Buffer, IN CONST CHAR16 *Command, IN CHAR16 **BriefDesc, IN UINTN *BriefSize ) argument
455 ManFileFindTitleSection( IN SHELL_FILE_HANDLE Handle, IN CONST CHAR16 *Command, OUT CHAR16 **BriefDesc OPTIONAL, OUT UINTN *BriefSize OPTIONAL, IN OUT BOOLEAN *Ascii ) argument
573 ProcessManFile( IN CONST CHAR16 *ManFileName, IN CONST CHAR16 *Command, IN CONST CHAR16 *Sections OPTIONAL, OUT CHAR16 **BriefDesc OPTIONAL, OUT CHAR16 **HelpText ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/
H A DPs2KbdCtrller.c1105 UINT8 Command; local
1120 Command = 0;
1122 Command |= 4;
1126 Command |= 2;
1130 Command |= 1;
1133 Status = KeyboardWrite (ConsoleIn, Command);
1625 // Write 8042 Command Byte, set System Flag
1632 // ( Command Byte bits:
1850 Check whether there is Ps/2 Keyboard device in system by 0xF4 Keyboard Command
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/
H A DCommPs2.c313 UINT8 Command; local
315 Command = (UINT8) (Scaling == Scaling1 ? SETSF1_CMD : SETSF2_CMD);
320 return Out8042AuxCommand (IsaIo, Command, FALSE);
541 @param Command I/O command.
549 IN UINT8 Command
565 Data = Command;
659 @param Command Aux I/O command
668 IN UINT8 Command,
695 IsaIo->Io.Write (IsaIo, EfiIsaIoWidthUint8, KBC_DATA_PORT, 1, &Command);
721 Status = Out8042AuxCommand (IsaIo, Command, TRU
666 Out8042AuxCommand( IN EFI_ISA_IO_PROTOCOL *IsaIo, IN UINT8 Command, IN BOOLEAN Resend ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/
H A DCommPs2.c313 UINT8 Command; local
315 Command = (UINT8) (Scaling == Scaling1 ? SETSF1_CMD : SETSF2_CMD);
320 return Out8042AuxCommand (IsaIo, Command, FALSE);
540 @param Command I/O command.
548 IN UINT8 Command
564 Data = Command;
658 @param Command Aux I/O command
667 IN UINT8 Command,
694 IsaIo->Io.Write (IsaIo, EfiIsaIoWidthUint8, KBC_DATA_PORT, 1, &Command);
720 Status = Out8042AuxCommand (IsaIo, Command, TRU
665 Out8042AuxCommand( IN EFI_ISA_IO_PROTOCOL *IsaIo, IN UINT8 Command, IN BOOLEAN Resend ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IdeBusPei/
H A DAtapiPeim.h58 UINT16 Command; /* when write */ member in union:__anon10822
438 Sends out ATAPI Test Unit Ready Packet Command to the specified device
455 Send out ATAPI commands conforms to the Packet Command with PIO Data In Protocol.
464 @retval EFI_SUCCESS Command executed successfully.
479 Sends out ATAPI Inquiry Packet Command to the specified device.
486 @retval EFI_SUCCESS Command executed successfully.
507 @retval EFI_SUCCESS Command executed successfully.
526 @retval EFI_SUCCESS Command executed successfully.
538 Sends out ATAPI Request Sense Packet Command to the specified device.
545 @retval EFI_SUCCESS Command execute
[all...]
H A DAtapiPeim.c375 // 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 t
1686 UINT8 Command; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/
H A DS3SaveState.c266 EFI_SMBUS_DEVICE_COMMAND Command; local
274 Command = VA_ARG (Marker, EFI_SMBUS_DEVICE_COMMAND);
277 SmBusAddress = SMBUS_LIB_ADDRESS (SlaveAddress.SmbusDeviceAddress,Command,0,PecCheck);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/SmmS3SaveState/
H A DSmmS3SaveState.c265 EFI_SMBUS_DEVICE_COMMAND Command; local
273 Command = VA_ARG (Marker, EFI_SMBUS_DEVICE_COMMAND);
276 SmBusAddress = SMBUS_LIB_ADDRESS (SlaveAddress.SmbusDeviceAddress,Command,0,PecCheck);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DAlertStandardFormatTable.h52 UINT8 Command; member in struct:__anon11596
85 UINT8 Command; member in struct:__anon11598
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
H A DIsaFloppyCtrl.c396 FDD_SPECIFY_CMD Command; local
400 ZeroMem (&Command, sizeof (FDD_SPECIFY_CMD));
401 Command.CommandCode = SPECIFY_CMD;
405 Command.SrtHut = 0xdf;
411 Command.HltNd = 0x02;
413 CommandPointer = (UINT8 *) (&Command);
436 FDD_COMMAND_PACKET2 Command; local
446 ZeroMem (&Command, sizeof (FDD_COMMAND_PACKET2));
447 Command.CommandCode = RECALIBRATE_CMD;
452 Command
513 FDD_SEEK_CMD Command; local
620 UINT8 Command; local
655 FDD_COMMAND_PACKET2 Command; local
834 FDD_COMMAND_PACKET1 Command; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/
H A DFloppyPeim.c287 Command bytes can not be written to Data Register unless RQM is 1 and DIO is 0.
432 UINT8 Command; local
434 Command = SENSE_INT_STATUS_CMD;
436 if (DataOutByte (FdcBlkIoDev, &Command) != EFI_SUCCESS) {
465 FDC_SPECIFY_CMD Command; local
469 ZeroMem (&Command, sizeof (FDC_SPECIFY_CMD));
470 Command.CommandCode = SPECIFY_CMD;
474 Command.SrtHut = 0xdf;
479 Command.HltNd = 0x02;
481 Pointer = (UINT8 *) (&Command);
745 FDC_COMMAND_PACKET2 Command; local
826 FDC_SEEK_CMD Command; local
1380 FDC_COMMAND_PACKET1 Command; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DAtapi.c27 @retval EFI_DEVICE_ERROR Get Media Status Command is failed.
68 // Get Media Status Command is sent
70 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg.Command, 0xDA);
96 This function is used to send Enable Media Status Notification Command
97 or Disable Media Status Notification Command.
152 // Set Feature Command is sent
154 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg.Command, 0xEF);
329 This function is used to send out ATAPI commands conforms to the Packet Command
407 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg.Command, ATA_CMD_PACKET);
431 This function is used to send out ATAPI commands conforms to the Packet Command
1663 UINT8 Command; local
[all...]
H A DIdeData.h66 UINT16 Command; /* when write */ member in union:__anon10347
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/
H A DBiosKeyboard.c205 UINT8 Command; local
370 Command = 0;
372 Command |= 4;
376 Command |= 2;
380 Command |= 1;
385 KeyboardWrite (BiosKeyboardPrivate, Command);
389 LegacyBios->UpdateKeyboardLedStatus (LegacyBios, Command);
775 @param Data Command byte to write.
1148 // Write 8042 Command Byte, set System Flag
1155 //Command Byt
2155 UINT8 Command; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptExecute.c25 @param SmBusAddress Address that encodes the SMBUS Slave Address, SMBUS Command, SMBUS Data Length,
60 EFI_SMBUS_DEVICE_COMMAND Command; local
63 Command = SMBUS_LIB_COMMAND (SmBusAddress);
74 if (PecCheck || Command != 0) {
80 if (Command != 0) {
127 @param SmbusAddress Address that encodes the SMBUS Slave Address, SMBUS Command, SMBUS Data Length,
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/AtapiPassThruDxe/
H A DAtapiPassThru.c894 UINT8 Command; local
928 Command = ATAPI_SOFT_RESET_CMD;
929 WritePortB (AtapiScsiPrivate->PciIo, AtapiScsiPrivate->IoPort->Reg.Command, Command);
1407 UINT8 Command; local
1444 Command = ATAPI_SOFT_RESET_CMD;
1445 WritePortB (AtapiScsiPrivate->PciIo, AtapiScsiPrivate->IoPort->Reg.Command, Command);
1663 // Initialize IDE IO port addresses, including Command Block registers
1761 // Check whether the requested Command i
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/
H A DUefiShellCommandLib.c77 Constructor for the Shell Command library.
551 If Command is NULL, then ASSERT().
554 @param[in] Command Pointer to the Command
564 IN CONST CHAR16 *Command,
573 ASSERT(Command != NULL);
581 Node->CommandString = AllocateZeroPool(StrSize(Command));
589 StrCpy(Node->CommandString, Command);
563 ShellCommandRegisterAlias( IN CONST CHAR16 *Command, IN CONST CHAR16 *Alias ) argument

Completed in 121 milliseconds

12