Home
last modified time | relevance | path

Searched refs:BridgeControl (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciResourceSupport.c1898 UINT16 BridgeControl; in ProgramP2C() local
1955 &BridgeControl in ProgramP2C()
1958 BridgeControl &= (UINT16) ~PCI_CARD_PREFETCHABLE_MEMORY_0_ENABLE; in ProgramP2C()
1964 &BridgeControl in ProgramP2C()
1976 &BridgeControl in ProgramP2C()
1979 BridgeControl |= PCI_CARD_PREFETCHABLE_MEMORY_0_ENABLE; in ProgramP2C()
1985 &BridgeControl in ProgramP2C()
2024 &BridgeControl in ProgramP2C()
2027 BridgeControl &= (UINT16) ~(PCI_CARD_PREFETCHABLE_MEMORY_1_ENABLE); in ProgramP2C()
2033 &BridgeControl in ProgramP2C()
[all …]
DPciEnumeratorSupport.h217 IN OUT UINT16 *BridgeControl,
235 IN UINT16 BridgeControl,
DPciIo.c1497 UINT16 BridgeControl; in PciIoAttributes() local
1595 BridgeControl = 0; in PciIoAttributes()
1603 BridgeControl |= EFI_PCI_BRIDGE_CONTROL_VGA; in PciIoAttributes()
1607 BridgeControl |= EFI_PCI_BRIDGE_CONTROL_ISA; in PciIoAttributes()
1615 BridgeControl |= EFI_PCI_BRIDGE_CONTROL_VGA_16; in PciIoAttributes()
1705 if (BridgeControl != 0) { in PciIoAttributes()
1706 Status = PCI_ENABLE_BRIDGE_CONTROL_REGISTER (PciIoDevice, BridgeControl); in PciIoAttributes()
1726 if (BridgeControl != 0) { in PciIoAttributes()
1727 Status = PCI_DISABLE_BRIDGE_CONTROL_REGISTER (PciIoDevice, BridgeControl); in PciIoAttributes()
DPciEnumeratorSupport.c922 IN OUT UINT16 *BridgeControl, in PciTestSupportedAttribute() argument
964 PCI_SET_BRIDGE_CONTROL_REGISTER (PciIoDevice, *BridgeControl); in PciTestSupportedAttribute()
965 PCI_READ_BRIDGE_CONTROL_REGISTER (PciIoDevice, BridgeControl); in PciTestSupportedAttribute()
979 *BridgeControl = 0; in PciTestSupportedAttribute()
996 IN UINT16 BridgeControl, in PciSetDeviceAttribute() argument
1020 if ((BridgeControl & EFI_PCI_BRIDGE_CONTROL_ISA) != 0) { in PciSetDeviceAttribute()
1024 if ((BridgeControl & EFI_PCI_BRIDGE_CONTROL_VGA) != 0) { in PciSetDeviceAttribute()
1030 if ((BridgeControl & EFI_PCI_BRIDGE_CONTROL_VGA_16) != 0) { in PciSetDeviceAttribute()
1186 UINT16 BridgeControl; in DetermineDeviceAttribute() local
1226BridgeControl = EFI_PCI_BRIDGE_CONTROL_ISA | EFI_PCI_BRIDGE_CONTROL_VGA | EFI_PCI_BRIDGE_CONTROL_V… in DetermineDeviceAttribute()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DPci.c2027 IN UINT16 *BridgeControl,
3582 PciExplainBridgeControl (&(Bridge->BridgeControl), PciP2pBridge); in PciExplainBridgeData()
3846 CardBus->BridgeControl & PCI_BIT_8 ? L" Prefetchable" : L"Non-Prefetchable", in PciExplainCardBusData()
3855 CardBus->BridgeControl & PCI_BIT_9 ? L" Prefetchable" : L"Non-Prefetchable", in PciExplainCardBusData()
3895 PciExplainBridgeControl (&(CardBus->BridgeControl), PciCardBusBridge); in PciExplainCardBusData()
4115 IN UINT16 *BridgeControl, in PciExplainBridgeControl() argument
4122 INDEX_OF (BridgeControl), in PciExplainBridgeControl()
4123 *BridgeControl in PciExplainBridgeControl()
4129 (*BridgeControl & PCI_BIT_0) != 0 in PciExplainBridgeControl()
4134 (*BridgeControl & PCI_BIT_1) != 0 in PciExplainBridgeControl()
[all …]
DPci.h388 UINT16 BridgeControl; // Bridge Control member
416 UINT16 BridgeControl; // Bridge Control member
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
DPciEnumeratorSupport.c756 UINT16 BridgeControl; in DetermineDeviceAttribute() local
821 BridgeControl = 0; in DetermineDeviceAttribute()
822 PciReadBridgeControlRegister(PciIoDevice, &BridgeControl); in DetermineDeviceAttribute()
830 if ((BridgeControl & EFI_PCI_BRIDGE_CONTROL_ISA) != 0) { in DetermineDeviceAttribute()
839 if (IS_PCI_VGA (&(PciIoDevice->Pci)) &&BridgeControl & EFI_PCI_BRIDGE_CONTROL_VGA) { in DetermineDeviceAttribute()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
Dpci22.h87 UINT16 BridgeControl; member
120 UINT16 BridgeControl; // Bridge Control member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Dpci22.h94 UINT16 BridgeControl; member
127 UINT16 BridgeControl; // Bridge Control member
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DPci22.h103 UINT16 BridgeControl; member
143 UINT16 BridgeControl; ///< Bridge Control member
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
DPcatPciRootBridge.c325 if (PciConfigurationHeader.Bridge.BridgeControl & 0x04) { in InitializePcatPciRootBridge()
329 if (PciConfigurationHeader.Bridge.BridgeControl & 0x08) { in InitializePcatPciRootBridge()
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch6448 CardBus->BridgeControl & PCI_BIT_8 ? L" Prefetchable" : L"Non-Prefetchable",
6457 CardBus->BridgeControl & PCI_BIT_9 ? L" Prefetchable" : L"Non-Prefetchable",
6697 INDEX_OF (BridgeControl),
6698 *BridgeControl
6705 (*BridgeControl & PCI_BIT_0) != 0
6711 (*BridgeControl & PCI_BIT_1) != 0
6717 (*BridgeControl & PCI_BIT_2) != 0
6723 (*BridgeControl & PCI_BIT_3) != 0
6729 (*BridgeControl & PCI_BIT_5) != 0
6738 (*BridgeControl & PCI_BIT_6) != 0
[all …]