HomeSort by relevance Sort by last modified time
    Searched refs:MapOp (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciUrb.c 561 EFI_PCI_IO_PROTOCOL_OPERATION MapOp;
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);
EhciSched.c 837 EFI_PCI_IO_PROTOCOL_OPERATION MapOp;
846 MapOp = EfiPciIoOperationBusMasterWrite;
848 MapOp = EfiPciIoOperationBusMasterRead;
858 Status = PciIo->Map (PciIo, MapOp, Urb->Data, &Len, &PhyAddr, &Map);
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
Ohci.c 297 EFI_PCI_IO_PROTOCOL_OPERATION MapOp;
379 MapOp = EfiPciIoOperationBusMasterRead;
380 Status = Ohc->PciIo->Map (Ohc->PciIo, MapOp, (UINT8 *)Request, &ReqMapLength, &ReqMapPhyAddr, &ReqMapping);
408 MapOp = EfiPciIoOperationBusMasterWrite;
410 MapOp = EfiPciIoOperationBusMasterRead;
414 Status = Ohc->PciIo->Map (Ohc->PciIo, MapOp, Data, &DataMapLength, &DataMapPhyAddr, &DataMapping);
649 EFI_PCI_IO_PROTOCOL_OPERATION MapOp;
674 MapOp = EfiPciIoOperationBusMasterWrite;
677 MapOp = EfiPciIoOperationBusMasterRead;
719 Status = Ohc->PciIo->Map (Ohc->PciIo, MapOp, (UINT8 *)Data, &MapLength, &MapPyhAddr, &Mapping);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
XhciSched.c 236 EFI_PCI_IO_PROTOCOL_OPERATION MapOp;
265 MapOp = EfiPciIoOperationBusMasterWrite;
267 MapOp = EfiPciIoOperationBusMasterRead;
271 Status = Xhc->PciIo->Map (Xhc->PciIo, MapOp, Urb->Data, &Len, &PhyAddr, &Map);
    [all...]

Completed in 123 milliseconds