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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciQueue.c320 @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);
327 UhciCreateSetupTd( IN USB_HC_DEV *Uhc, IN UINT8 DevAddr, IN UINT8 *Request, IN UINT8 *RequestPhy, IN BOOLEAN IsLow ) argument
493 UhciCreateCtrlTds( IN USB_HC_DEV *Uhc, IN UINT8 DeviceAddr, IN UINT8 DataPktId, IN UINT8 *Request, IN UINT8 *RequestPhy, IN UINT8 *Data, IN UINT8 *DataPhy, IN UINTN DataLen, IN UINT8 MaxPacket, IN BOOLEAN IsLow ) argument
H A DUhci.c631 UINT8 *RequestPhy; local
642 RequestPhy = NULL;
693 Status = UhciMapUserRequest (Uhc, Request, &RequestPhy, &RequestMap);
711 RequestPhy,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciUrb.h217 VOID *RequestPhy; // Address of the mapped request member in struct:_URB
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciUrb.h215 VOID *RequestPhy; // Address of the mapped request member in struct:_PEI_URB

Completed in 52 milliseconds