Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
DPciCommand.c110 UINT16 OldCommand; in PciEnableCommandRegister() local
113 OldCommand = 0; in PciEnableCommandRegister()
121 &OldCommand in PciEnableCommandRegister()
124 OldCommand = (UINT16) (OldCommand | Command); in PciEnableCommandRegister()
131 &OldCommand in PciEnableCommandRegister()
154 UINT16 OldCommand; in PciDisableCommandRegister() local
157 OldCommand = 0; in PciDisableCommandRegister()
165 &OldCommand in PciDisableCommandRegister()
168 OldCommand = (UINT16) (OldCommand & ~(Command)); in PciDisableCommandRegister()
175 &OldCommand in PciDisableCommandRegister()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciCommand.c38 UINT16 OldCommand; in PciOperateRegister() local
42 OldCommand = 0; in PciOperateRegister()
51 &OldCommand in PciOperateRegister()
55 *PtrCommand = OldCommand; in PciOperateRegister()
61 OldCommand = (UINT16) (OldCommand | Command); in PciOperateRegister()
63 OldCommand = (UINT16) (OldCommand & ~(Command)); in PciOperateRegister()
65 OldCommand = Command; in PciOperateRegister()
73 &OldCommand in PciOperateRegister()
DPciEnumeratorSupport.h218 OUT UINT16 *OldCommand,
DPciEnumeratorSupport.c931 OUT UINT16 *OldCommand, in PciTestSupportedAttribute() argument
940 PCI_READ_COMMAND_REGISTER (PciIoDevice, OldCommand); in PciTestSupportedAttribute()
953 PCI_SET_COMMAND_REGISTER (PciIoDevice, *OldCommand); in PciTestSupportedAttribute()
1195 UINT16 OldCommand; in DetermineDeviceAttribute() local
1239 … PciTestSupportedAttribute (PciIoDevice, &Command, &BridgeControl, &OldCommand, &OldBridgeControl); in DetermineDeviceAttribute()
1249 PciSetDeviceAttribute (PciIoDevice, OldCommand, OldBridgeControl, EFI_SET_ATTRIBUTES); in DetermineDeviceAttribute()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DPci.c3626 UINT16 OldCommand; in PciExplainBar() local
3701 OldCommand = *Command; in PciExplainBar()
3702 NewCommand = (UINT16) (OldCommand & 0xfffc); in PciExplainBar()
3752 IoDev->Pci.Write (IoDev, EfiPciWidthUint16, RegAddress, 1, &OldCommand); in PciExplainBar()