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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
UhciQueue.c 320 @param RequestPhy A pointer to pci memory address of Device request.
331 IN UINT8 *RequestPhy,
355 Td->TdHw.DataBuffer = (UINT32) (UINTN) RequestPhy;
482 @param RequestPhy A pointer to pci memory address of request structure buffer to transfer.
498 IN UINT8 *RequestPhy,
525 SetupTd = UhciCreateSetupTd (Uhc, DeviceAddr, Request, RequestPhy, IsLow);
UhciQueue.h 216 @param RequestPhy A pointer to pci memory address of request structure buffer to transfer.
232 IN UINT8 *RequestPhy,
Uhci.c 642 UINT8 *RequestPhy;
653 RequestPhy = NULL;
704 Status = UhciMapUserRequest (Uhc, Request, &RequestPhy, &RequestMap);
722 RequestPhy,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciUrb.c 334 if (Urb->RequestPhy != NULL) {
407 Qtd = EhcCreateQtd (Ehc, (UINT8 *)Urb->Request, (UINT8 *)Urb->RequestPhy, Len, QTD_PID_SETUP, 0, Ep->MaxPacket);
623 Urb->RequestPhy = (VOID *) ((UINTN) PhyAddr);
EhciUrb.h 217 VOID *RequestPhy; // Address of the mapped request
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciUrb.c 381 Qtd = EhcCreateQtd (Ehc, Urb->RequestPhy, Len, QTD_PID_SETUP, 0, Ep->MaxPacket);
584 Urb->RequestPhy = (VOID *) ((UINTN) PhyAddr);
EhciUrb.h 215 VOID *RequestPhy; // Address of the mapped request

Completed in 79 milliseconds