Home | History | Annotate | Download | only in PciRootBridgeNoEnumerationDxe

Lines Matching refs:Operation

106   IN     EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION  Operation,

579 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION Operation,
600 // Perform a fence operation to make sure all memory operations are flushed
610 // Make sure that Operation is valid
612 if ((UINT32)Operation >= EfiPciOperationMaximum) {
629 if (Operation == EfiPciOperationBusMasterCommonBuffer || Operation == EfiPciOperationBusMasterCommonBuffer64) {
655 MapInfo->Operation = Operation;
677 // If this is a read operation from the Bus Master's point of view,
681 if (Operation == EfiPciOperationBusMasterRead || Operation == EfiPciOperationBusMasterRead64) {
718 // Perform a fence operation to make sure all memory operations are flushed
738 // Perform a fence operation to make sure all memory operations are flushed
744 // See if the Map() operation associated with this Unmap() required a mapping buffer.
767 // If this is a write operation from the Bus Master's point of view,
771 if (MapInfo->Operation == EfiPciOperationBusMasterWrite || MapInfo->Operation == EfiPciOperationBusMasterWrite64) {
787 // Perform a fence operation to make sure all memory operations are flushed
868 // Perform a fence operation to make sure all memory operations are flushed