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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
Uhci.c 644 UINT8 *DataPhy;
651 DataPhy = NULL;
710 Status = UhciMapUserData (Uhc, TransferDirection, Data, DataLength, &PktId, &DataPhy, &DataMap);
724 DataPhy,
813 UINT8 *DataPhy;
817 DataPhy = NULL;
862 Status = UhciMapUserData (Uhc, Direction, *Data, DataLength, &PktId, &DataPhy, &DataMap);
875 DataPhy,
962 UINT8 *DataPhy;
969 DataPhy = NULL;
    [all...]
UhciQueue.c 484 @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;
UhciQueue.h 218 @param DataPhy A pointer to pci memory address of user data buffer to transfer.
234 IN UINT8 *DataPhy,
249 @param DataPhy A pointer to pci memory address of user data buffer to transfer.
265 IN UINT8 *DataPhy,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciUrb.c 25 @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);
EhciUrb.h 221 VOID *DataPhy; // Address of the mapped user data
246 @param DataPhy The pci bus address of current data not associated with a QTD.
259 IN UINT8 *DataPhy,
EhciSched.c 863 Urb->DataPhy = (VOID *) ((UINTN) PhyAddr);
921 PciAddr = (UINTN)Urb->DataPhy + ((UINTN)Qtd->Data - (UINTN)Urb->Data);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciUrb.c 429 (UINT8 *) Urb->DataPhy + Len,
595 Urb->DataPhy = (VOID *) ((UINTN) PhyAddr);
EhciUrb.h 219 VOID *DataPhy; // Address of the mapped user data
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciSched.c 252 Urb->DataPhy = Urb->Data;
294 TrbStart->TrbCtrData.TRBPtrLo = XHC_LOW_32BIT (Urb->DataPhy);
295 TrbStart->TrbCtrData.TRBPtrHi = XHC_HIGH_32BIT (Urb->DataPhy);
360 TrbStart->TrbNormal.TRBPtrLo = XHC_LOW_32BIT((UINT8 *) Urb->DataPhy + TotalLen);
361 TrbStart->TrbNormal.TRBPtrHi = XHC_HIGH_32BIT((UINT8 *) Urb->DataPhy + TotalLen);
395 TrbStart->TrbNormal.TRBPtrLo = XHC_LOW_32BIT((UINT8 *) Urb->DataPhy + TotalLen);
396 TrbStart->TrbNormal.TRBPtrHi = XHC_HIGH_32BIT((UINT8 *) Urb->DataPhy + TotalLen);
    [all...]
XhciSched.h 172 VOID *DataPhy;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
XhciSched.c 278 Urb->DataPhy = (VOID *) ((UINTN) PhyAddr);
322 TrbStart->TrbCtrData.TRBPtrLo = XHC_LOW_32BIT(Urb->DataPhy);
323 TrbStart->TrbCtrData.TRBPtrHi = XHC_HIGH_32BIT(Urb->DataPhy);
388 TrbStart->TrbNormal.TRBPtrLo = XHC_LOW_32BIT((UINT8 *) Urb->DataPhy + TotalLen);
389 TrbStart->TrbNormal.TRBPtrHi = XHC_HIGH_32BIT((UINT8 *) Urb->DataPhy + TotalLen);
423 TrbStart->TrbNormal.TRBPtrLo = XHC_LOW_32BIT((UINT8 *) Urb->DataPhy + TotalLen);
424 TrbStart->TrbNormal.TRBPtrHi = XHC_HIGH_32BIT((UINT8 *) Urb->DataPhy + TotalLen);
    [all...]
XhciSched.h 175 VOID *DataPhy;
    [all...]

Completed in 1109 milliseconds