Searched refs:OldCommand (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
H A DPciCommand.c110 UINT16 OldCommand; local
113 OldCommand = 0;
121 &OldCommand
124 OldCommand = (UINT16) (OldCommand | Command);
131 &OldCommand
154 UINT16 OldCommand; local
157 OldCommand = 0;
165 &OldCommand
168 OldCommand
233 UINT16 OldCommand; local
276 UINT16 OldCommand; local
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciCommand.c38 UINT16 OldCommand; local
42 OldCommand = 0;
51 &OldCommand
55 *PtrCommand = OldCommand;
61 OldCommand = (UINT16) (OldCommand | Command);
63 OldCommand = (UINT16) (OldCommand & ~(Command));
65 OldCommand = Command;
73 &OldCommand
[all...]
H A DPciEnumeratorSupport.h209 @param OldCommand Returned and stored old command register offset.
218 OUT UINT16 *OldCommand,
H A DPciEnumeratorSupport.c914 @param OldCommand Returned and stored old command register offset.
923 OUT UINT16 *OldCommand,
932 PCI_READ_COMMAND_REGISTER (PciIoDevice, OldCommand);
945 PCI_SET_COMMAND_REGISTER (PciIoDevice, *OldCommand);
1187 UINT16 OldCommand; local
1231 PciTestSupportedAttribute (PciIoDevice, &Command, &BridgeControl, &OldCommand, &OldBridgeControl);
1241 PciSetDeviceAttribute (PciIoDevice, OldCommand, OldBridgeControl, EFI_SET_ATTRIBUTES);
919 PciTestSupportedAttribute( IN PCI_IO_DEVICE *PciIoDevice, IN OUT UINT16 *Command, IN OUT UINT16 *BridgeControl, OUT UINT16 *OldCommand, OUT UINT16 *OldBridgeControl ) argument
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c3624 UINT16 OldCommand; local
3699 OldCommand = *Command;
3700 NewCommand = (UINT16) (OldCommand & 0xfffc);
3750 IoDev->Pci.Write (IoDev, EfiPciWidthUint16, RegAddress, 1, &OldCommand);

Completed in 72 milliseconds