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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciSched.c837 EFI_PCI_IO_PROTOCOL_OPERATION MapOp; local
846 MapOp = EfiPciIoOperationBusMasterWrite;
848 MapOp = EfiPciIoOperationBusMasterRead;
858 Status = PciIo->Map (PciIo, MapOp, Urb->Data, &Len, &PhyAddr, &Map);
H A DEhciUrb.c561 EFI_PCI_IO_PROTOCOL_OPERATION MapOp; local
616 MapOp = EfiPciIoOperationBusMasterRead;
617 Status = PciIo->Map (PciIo, MapOp, Request, &Len, &PhyAddr, &Map);
631 MapOp = EfiPciIoOperationBusMasterWrite;
633 MapOp = EfiPciIoOperationBusMasterRead;
636 Status = PciIo->Map (PciIo, MapOp, Data, &Len, &PhyAddr, &Map);

Completed in 34 milliseconds