HomeSort by relevance Sort by last modified time
    Searched refs:OldCommand (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciCommand.c 110 UINT16 OldCommand;
113 OldCommand = 0;
121 &OldCommand
124 OldCommand = (UINT16) (OldCommand | Command);
131 &OldCommand
154 UINT16 OldCommand;
157 OldCommand = 0;
165 &OldCommand
168 OldCommand = (UINT16) (OldCommand & ~(Command));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciCommand.c 38 UINT16 OldCommand;
42 OldCommand = 0;
51 &OldCommand
55 *PtrCommand = OldCommand;
61 OldCommand = (UINT16) (OldCommand | Command);
63 OldCommand = (UINT16) (OldCommand & ~(Command));
65 OldCommand = Command;
73 &OldCommand
    [all...]
PciEnumeratorSupport.h 209 @param OldCommand Returned and stored old command register offset.
218 OUT UINT16 *OldCommand,
PciEnumeratorSupport.c 922 @param OldCommand Returned and stored old command register offset.
931 OUT UINT16 *OldCommand,
940 PCI_READ_COMMAND_REGISTER (PciIoDevice, OldCommand);
953 PCI_SET_COMMAND_REGISTER (PciIoDevice, *OldCommand);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Pci.c     [all...]

Completed in 1146 milliseconds