Searched defs:OperationType (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/
H A DPciRootBridgeIo.c734 @param[in] OperationType I/O operation type: IO/MMIO/PCI.
753 IN OPERATION_TYPE OperationType,
792 if ((OperationType != MemOperation) && (Width == EfiPciWidthUint64)) {
821 if (OperationType == IoOperation) {
824 } else if (OperationType == MemOperation) {
751 RootBridgeIoCheckParameter( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN OPERATION_TYPE OperationType, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN VOID *Buffer ) argument

Completed in 48 milliseconds