Home | History | Annotate | Download | only in PciBusNoEnumerationDxe

Lines Matching refs:Supports

252   OUT UINT64                         *Supports,   OPTIONAL

1281 *Result = PciIoDevice->Supports;
1285 if(Attributes & ~(PciIoDevice->Supports)) {
1291 if(Attributes & ~(PciIoDevice->Supports)) {
1297 if(Attributes & ~(PciIoDevice->Supports)) {
1352 // Check to see if the PCI Root Bridge supports modifiying the attributes that are changing
1587 OUT UINT64 *Supports, OPTIONAL
1610 if (Supports == NULL && Resources == NULL) {
1622 if (Supports != NULL) {
1623 *Supports = PciIoDevice->Supports & EFI_PCI_IO_ATTRIBUTE_MEMORY_CACHED & EFI_PCI_IO_ATTRIBUTE_MEMORY_WRITE_COMBINE;
1744 UINT64 Supports;
1762 Supports = PciIoDevice->Supports & EFI_PCI_IO_ATTRIBUTE_MEMORY_CACHED & EFI_PCI_IO_ATTRIBUTE_MEMORY_WRITE_COMBINE;
1764 if (Attributes != (Attributes & Supports)) {