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

  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
OhcPeim.c 78 EFI_PHYSICAL_ADDRESS DataMapPhyAddr = 0;
167 DataMapPhyAddr = (EFI_PHYSICAL_ADDRESS)(UINTN)Data;
193 OhciSetTDField (DataTd, TD_CURR_BUFFER_PTR, (UINT32) DataMapPhyAddr);
194 OhciSetTDField (DataTd, TD_BUFFER_END_PTR, (UINT32) DataMapPhyAddr + ActualSendLength - 1);
197 DataTd->DataBuffer = (UINT8 *)(UINTN)DataMapPhyAddr;
201 DataMapPhyAddr += ActualSendLength;
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
Ohci.c 309 EFI_PHYSICAL_ADDRESS DataMapPhyAddr = 0;
414 Status = Ohc->PciIo->Map (Ohc->PciIo, MapOp, Data, &DataMapLength, &DataMapPhyAddr, &DataMapping);
444 OhciSetTDField (DataTd, TD_CURR_BUFFER_PTR, (UINT32) DataMapPhyAddr);
445 OhciSetTDField (DataTd, TD_BUFFER_END_PTR, (UINT32)(DataMapPhyAddr + ActualSendLength - 1));
448 DataTd->DataBuffer = (UINT32)DataMapPhyAddr;
452 DataMapPhyAddr += ActualSendLength;
    [all...]

Completed in 207 milliseconds