HomeSort by relevance Sort by last modified time
    Searched defs:BridgeControl (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciEnumeratorSupport.c 757 UINT16 BridgeControl;
822 BridgeControl = 0;
823 PciReadBridgeControlRegister(PciIoDevice, &BridgeControl);
831 if ((BridgeControl & EFI_PCI_BRIDGE_CONTROL_ISA) != 0) {
840 if (IS_PCI_VGA (&(PciIoDevice->Pci)) &&BridgeControl & EFI_PCI_BRIDGE_CONTROL_VGA) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciIo.c     [all...]
PciResourceSupport.c     [all...]
PciEnumeratorSupport.c 920 @param BridgeControl Inout bridge control value for PPB or P2C, and
930 IN OUT UINT16 *BridgeControl,
972 PCI_SET_BRIDGE_CONTROL_REGISTER (PciIoDevice, *BridgeControl);
973 PCI_READ_BRIDGE_CONTROL_REGISTER (PciIoDevice, BridgeControl);
987 *BridgeControl = 0;
996 @param BridgeControl Bridge control value for PPB or P2C.
1004 IN UINT16 BridgeControl,
1028 if ((BridgeControl & EFI_PCI_BRIDGE_CONTROL_ISA) != 0) {
1032 if ((BridgeControl & EFI_PCI_BRIDGE_CONTROL_VGA) != 0) {
1038 if ((BridgeControl & EFI_PCI_BRIDGE_CONTROL_VGA_16) != 0) {
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Pci.h 388 UINT16 BridgeControl; // Bridge Control
416 UINT16 BridgeControl; // Bridge Control
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
pci22.h 87 UINT16 BridgeControl;
120 UINT16 BridgeControl; // Bridge Control
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
pci22.h 94 UINT16 BridgeControl;
127 UINT16 BridgeControl; // Bridge Control
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Pci22.h 102 UINT16 BridgeControl;
142 UINT16 BridgeControl; ///< Bridge Control

Completed in 1152 milliseconds