Searched defs:DataPhy (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciUrb.c25 @param DataPhy The pci bus address of current data not associated with a QTD.
38 IN UINT8 *DataPhy,
87 QtdHw->Page[Index] = EHC_LOW_32BIT (DataPhy);
88 QtdHw->PageHigh[Index] = EHC_HIGH_32BIT (DataPhy);
90 ThisBufLen = QTD_BUF_LEN - (EHC_LOW_32BIT (DataPhy) & QTD_BUF_MASK);
99 DataPhy += ThisBufLen;
457 (UINT8 *) Urb->DataPhy + Len,
642 Urb->DataPhy = (VOID *) ((UINTN) PhyAddr);
35 EhcCreateQtd( IN USB2_HC_DEV *Ehc, IN UINT8 *Data, IN UINT8 *DataPhy, IN UINTN DataLen, IN UINT8 PktId, IN UINT8 Toggle, IN UINTN MaxPacket ) argument
H A DEhciUrb.h221 VOID *DataPhy; // Address of the mapped user data member in struct:_URB
246 @param DataPhy The pci bus address of current data not associated with a QTD.
259 IN UINT8 *DataPhy,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciQueue.c484 @param DataPhy A pointer to pci memory address of user data buffer to transfer.
500 IN UINT8 *DataPhy,
547 DataPhy, //Pci memory address
568 DataPhy += ThisTdLen;
620 @param DataPhy A pointer to pci memory address of user data buffer to transfer.
636 IN UINT8 *DataPhy,
670 DataPhy,
695 DataPhy += ThisTdLen;
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
630 UhciCreateBulkOrIntTds( IN USB_HC_DEV *Uhc, IN UINT8 DevAddr, IN UINT8 EndPoint, IN UINT8 PktId, IN UINT8 *Data, IN UINT8 *DataPhy, IN UINTN DataLen, IN OUT UINT8 *DataToggle, IN UINT8 MaxPacket, IN BOOLEAN IsLow ) argument
H A DUhci.c633 UINT8 *DataPhy; local
640 DataPhy = NULL;
699 Status = UhciMapUserData (Uhc, TransferDirection, Data, DataLength, &PktId, &DataPhy, &DataMap);
713 DataPhy,
802 UINT8 *DataPhy; local
806 DataPhy = NULL;
851 Status = UhciMapUserData (Uhc, Direction, *Data, DataLength, &PktId, &DataPhy, &DataMap);
864 DataPhy,
951 UINT8 *DataPhy; local
958 DataPhy
1129 UINT8 *DataPhy; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciUrb.h219 VOID *DataPhy; // Address of the mapped user data member in struct:_PEI_URB

Completed in 47 milliseconds