Searched refs:OldCommand (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/ |
D | PciCommand.c | 110 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/ |
D | PciCommand.c | 38 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()
|
D | PciEnumeratorSupport.h | 218 OUT UINT16 *OldCommand,
|
D | PciEnumeratorSupport.c | 923 OUT UINT16 *OldCommand, in PciTestSupportedAttribute() argument 932 PCI_READ_COMMAND_REGISTER (PciIoDevice, OldCommand); in PciTestSupportedAttribute() 945 PCI_SET_COMMAND_REGISTER (PciIoDevice, *OldCommand); in PciTestSupportedAttribute() 1187 UINT16 OldCommand; in DetermineDeviceAttribute() local 1231 … PciTestSupportedAttribute (PciIoDevice, &Command, &BridgeControl, &OldCommand, &OldBridgeControl); in DetermineDeviceAttribute() 1241 PciSetDeviceAttribute (PciIoDevice, OldCommand, OldBridgeControl, EFI_SET_ATTRIBUTES); in DetermineDeviceAttribute()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | Pci.c | 3624 UINT16 OldCommand; in PciExplainBar() local 3699 OldCommand = *Command; in PciExplainBar() 3700 NewCommand = (UINT16) (OldCommand & 0xfffc); in PciExplainBar() 3750 IoDev->Pci.Write (IoDev, EfiPciWidthUint16, RegAddress, 1, &OldCommand); in PciExplainBar()
|