Searched refs:RequestPhy (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/ |
D | UhciQueue.c | 331 IN UINT8 *RequestPhy, in UhciCreateSetupTd() argument 355 Td->TdHw.DataBuffer = (UINT32) (UINTN) RequestPhy; in UhciCreateSetupTd() 498 IN UINT8 *RequestPhy, in UhciCreateCtrlTds() argument 525 SetupTd = UhciCreateSetupTd (Uhc, DeviceAddr, Request, RequestPhy, IsLow); in UhciCreateCtrlTds()
|
D | UhciQueue.h | 232 IN UINT8 *RequestPhy,
|
D | Uhci.c | 642 UINT8 *RequestPhy; in Uhci2ControlTransfer() local 653 RequestPhy = NULL; in Uhci2ControlTransfer() 704 Status = UhciMapUserRequest (Uhc, Request, &RequestPhy, &RequestMap); in Uhci2ControlTransfer() 722 RequestPhy, in Uhci2ControlTransfer()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/ |
D | EhciUrb.c | 334 if (Urb->RequestPhy != NULL) { in EhcFreeUrb() 407 …Qtd = EhcCreateQtd (Ehc, (UINT8 *)Urb->Request, (UINT8 *)Urb->RequestPhy, Len, QTD_PID_SETUP, 0, E… in EhcCreateQtds() 623 Urb->RequestPhy = (VOID *) ((UINTN) PhyAddr); in EhcCreateUrb()
|
D | EhciUrb.h | 217 VOID *RequestPhy; // Address of the mapped request member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/ |
D | EhciUrb.h | 215 VOID *RequestPhy; // Address of the mapped request member
|
D | EhciUrb.c | 381 Qtd = EhcCreateQtd (Ehc, Urb->RequestPhy, Len, QTD_PID_SETUP, 0, Ep->MaxPacket); in EhcCreateQtds() 584 Urb->RequestPhy = (VOID *) ((UINTN) PhyAddr); in EhcCreateUrb()
|