Searched refs:Supports (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/IsaAcpiDxe/
H A DPcatIsaAcpi.c174 UINT64 Supports; local
178 Supports = 0;
203 &Supports
209 Supports &= (EFI_PCI_IO_ATTRIBUTE_ISA_IO | EFI_PCI_IO_ATTRIBUTE_ISA_IO_16);
210 if (Supports == 0 || Supports == (EFI_PCI_IO_ATTRIBUTE_ISA_IO | EFI_PCI_IO_ATTRIBUTE_ISA_IO_16)) {
219 EFI_PCI_DEVICE_ENABLE | Supports | EFI_PCI_IO_ATTRIBUTE_ISA_MOTHERBOARD_IO,
278 EFI_PCI_DEVICE_ENABLE | Supports | EFI_PCI_IO_ATTRIBUTE_ISA_MOTHERBOARD_IO,
324 UINT64 Supports; local
353 &Supports
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciIo.c1495 UINT64 Supports; local
1516 *Result = PciIoDevice->Supports;
1533 (~Attributes) & (PciIoDevice->Supports),
1556 Attributes &= (PciIoDevice->Supports);
1586 Supports = (PciIoDevice->Supports) & Attributes;
1587 if (Supports != Attributes) {
1758 @param Supports A pointer to the mask of attributes that this PCI controller supports
1763 @retval EFI_SUCCESS If Supports is not NULL, then the attributes that the PCI
1764 controller supports are returned in Supports
1775 PciIoGetBarAttributes( IN EFI_PCI_IO_PROTOCOL * This, IN UINT8 BarIndex, OUT UINT64 *Supports, OPTIONAL OUT VOID **Resources OPTIONAL ) argument
1948 UINT64 Supports; local
[all...]
H A DPciDeviceSupport.c645 UINT64 Supports; local
712 &Supports
714 Supports &= EFI_PCI_DEVICE_ENABLE;
718 Supports,
764 &Supports
766 Supports &= EFI_PCI_DEVICE_ENABLE;
770 Supports,
H A DPciBus.h226 UINT64 Supports; member in struct:_PCI_IO_DEVICE
H A DPciIo.h591 @param Supports A pointer to the mask of attributes that this PCI controller supports
596 @retval EFI_SUCCESS If Supports is not NULL, then the attributes that the PCI
597 controller supports are returned in Supports. If Resources
600 @retval EFI_INVALID_PARAMETER Both Supports and Attributes are NULL.
611 OUT UINT64 *Supports, OPTIONAL
H A DPciEnumeratorSupport.c1015 PciIoDevice->Supports = Attributes;
1016 PciIoDevice->Supports &= ( (PciIoDevice->Parent->Supports) | \
1138 &PciIoDevice->Supports,
1147 PciIoDevice->Supports |= (EFI_PCI_IO_ATTRIBUTE_EMBEDDED_DEVICE |
2029 PciIoDevice->Supports = 0;
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/CirrusLogic5430Dxe/
H A DCirrusLogic5430.c236 UINT64 Supports; local
276 &Supports
282 Supports &= (EFI_PCI_IO_ATTRIBUTE_VGA_IO | EFI_PCI_IO_ATTRIBUTE_VGA_IO_16);
283 if (Supports == 0 || Supports == (EFI_PCI_IO_ATTRIBUTE_VGA_IO | EFI_PCI_IO_ATTRIBUTE_VGA_IO_16)) {
306 EFI_PCI_DEVICE_ENABLE | EFI_PCI_IO_ATTRIBUTE_VGA_MEMORY | Supports,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DIdeBus.c315 UINT64 Supports; local
433 &Supports
436 Supports &= EFI_PCI_DEVICE_ENABLE;
440 Supports,
983 UINT64 Supports; local
1002 &Supports
1005 Supports &= EFI_PCI_IO_ATTRIBUTE_IDE_PRIMARY_IO | EFI_PCI_IO_ATTRIBUTE_IDE_SECONDARY_IO | EFI_PCI_DEVICE_ENABLE;
1009 Supports,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyPci.c1099 UINT64 Supports; local
1198 &Supports
1201 Supports &= EFI_PCI_DEVICE_ENABLE;
1205 Supports,
1588 UINT64 Supports; local
1760 &Supports
1763 Supports &= EFI_PCI_DEVICE_ENABLE;
1767 Supports,
2042 UINT64 Supports; local
2174 &Supports
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/
H A DInit.c247 UINT64 Supports; local
355 &Supports
358 Supports &= EFI_PCI_DEVICE_ENABLE;
362 Supports,
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/
H A DPciHostBridge.h442 UINT64 Supports; member in struct:__anon12666
H A DPciRootBridgeIo.c495 @retval EFI_SUCCESS If Supports is not NULL, then the attributes that the PCI root
496 bridge supports is returned in Supports. If Attributes is
499 @retval EFI_INVALID_PARAMETER Both Supports and Attributes are NULL.
681 PrivateData->Supports = EFI_PCI_ATTRIBUTE_IDE_PRIMARY_IO | EFI_PCI_ATTRIBUTE_IDE_SECONDARY_IO | \
685 PrivateData->Attributes = PrivateData->Supports;
2016 @retval EFI_SUCCESS If Supports is not NULL, then the attributes that the PCI root
2017 bridge supports is returned in Supports. If Attributes is
2020 @retval EFI_INVALID_PARAMETER Both Supports and Attributes are NULL.
2043 *Supported = PrivateData->Supports;
2097 if ((Attributes & (~(PrivateData->Supports))) !
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DPciRootBridgeIo.h334 @param Supports A pointer to the mask of attributes that this PCI root bridge supports
339 @retval EFI_SUCCESS If Supports is not NULL, then the attributes that the PCI root
340 bridge supports is returned in Supports. If Attributes is
343 @retval EFI_INVALID_PARAMETER Both Supports and Attributes are NULL.
351 OUT UINT64 *Supports,
H A DPciIo.h460 @param Supports A pointer to the mask of attributes that this PCI controller supports
465 @retval EFI_SUCCESS If Supports is not NULL, then the attributes that the PCI
466 controller supports are returned in Supports. If Resources
469 @retval EFI_INVALID_PARAMETER Both Supports and Attributes are NULL.
480 OUT UINT64 *Supports, OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DBiosSnp16.c315 UINT64 Supports; local
358 &Supports
361 Supports &= EFI_PCI_DEVICE_ENABLE;
365 Supports,
793 &Supports
796 Supports &= EFI_PCI_DEVICE_ENABLE;
800 Supports,
853 UINT64 Supports; local
876 &Supports
879 Supports
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DAtaAtapiPassThru.c661 UINT64 Supports; local
713 &Supports
716 Supports &= EFI_PCI_DEVICE_ENABLE;
720 Supports,
850 UINT64 Supports; local
886 &Supports
889 Supports &= EFI_PCI_DEVICE_ENABLE;
893 Supports,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhci.c1622 UINT64 Supports; local
1671 &Supports
1674 Supports &= EFI_PCI_DEVICE_ENABLE;
1678 Supports,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DPciIo.h458 @param Supports A pointer to the mask of attributes that this PCI controller supports
463 @retval EFI_SUCCESS If Supports is not NULL, then the attributes that the PCI
464 controller supports are returned in Supports. If Resources
467 @retval EFI_INVALID_PARAMETER Both Supports and Attributes are NULL.
478 OUT UINT64 *Supports, OPTIONAL
H A DPciRootBridgeIo.h347 @param Supports A pointer to the mask of attributes that this PCI root bridge supports
352 @retval EFI_SUCCESS If Supports is not NULL, then the attributes that the PCI root
353 bridge supports is returned in Supports. If Attributes is
356 @retval EFI_INVALID_PARAMETER Both Supports and Attributes are NULL.
364 OUT UINT64 *Supports,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhci.c1671 UINT64 Supports; local
1724 &Supports
1727 Supports &= EFI_PCI_DEVICE_ENABLE;
1731 Supports,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhci.c1829 UINT64 Supports; local
1870 &Supports
1873 Supports &= EFI_PCI_DEVICE_ENABLE;
1877 Supports,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c244 UINT64 Supports; local
312 &Supports
318 Supports &= (EFI_PCI_IO_ATTRIBUTE_VGA_IO | EFI_PCI_IO_ATTRIBUTE_VGA_IO_16);
319 if (Supports == 0 || Supports == (EFI_PCI_IO_ATTRIBUTE_VGA_IO | EFI_PCI_IO_ATTRIBUTE_VGA_IO_16)) {
335 EFI_PCI_DEVICE_ENABLE | EFI_PCI_IO_ATTRIBUTE_VGA_MEMORY | Supports,
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/AtapiPassThruDxe/
H A DAtapiPassThru.c207 UINT64 Supports; local
244 &Supports
247 Supports &= (EFI_PCI_DEVICE_ENABLE |
253 Supports,

Completed in 411 milliseconds