Home
last modified time | relevance | path

Searched refs:TD_BUFFER_END_PTR (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
DDescriptor.h44 #define TD_BUFFER_END_PTR 0x0100 macro
DOhci.c402 …OhciSetTDField (SetupTd, TD_BUFFER_END_PTR, (UINT32)(ReqMapPhyAddr + sizeof (EFI_USB_DEVICE_REQUES… in OhciControlTransfer()
445 OhciSetTDField (DataTd, TD_BUFFER_END_PTR, (UINT32)(DataMapPhyAddr + ActualSendLength - 1)); in OhciControlTransfer()
473 OhciSetTDField (StatusTd, TD_BUFFER_END_PTR, 0); in OhciControlTransfer()
495 OhciSetTDField (EmptyTd, TD_BUFFER_END_PTR, 0); in OhciControlTransfer()
757 OhciSetTDField (DataTd, TD_BUFFER_END_PTR, (UINT32)(MapPyhAddr + ActualSendLength - 1)); in OhciBulkTransfer()
790 OhciSetTDField (EmptyTd, TD_BUFFER_END_PTR, 0); in OhciBulkTransfer()
1053 OhciSetTDField (DataTd, TD_BUFFER_END_PTR, (UINT32)(MapPyhAddr + ActualSendLength - 1)); in OhciInterruptTransfer()
1084 OhciSetTDField (EmptTd, TD_BUFFER_END_PTR, 0); in OhciInterruptTransfer()
DOhciUrb.c758 if (Field & TD_BUFFER_END_PTR) { in OhciSetTDField()
810 case TD_BUFFER_END_PTR: in OhciGetTDField()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
DDescriptor.h44 #define TD_BUFFER_END_PTR 0x0100 macro
DOhciUrb.c505 if (Field & TD_BUFFER_END_PTR) { in OhciSetTDField()
557 case TD_BUFFER_END_PTR: in OhciGetTDField()
DOhcPeim.c162 …OhciSetTDField (SetupTd, TD_BUFFER_END_PTR, (UINTN)ReqMapPhyAddr + sizeof (EFI_USB_DEVICE_REQUEST)… in OhciControlTransfer()
196 OhciSetTDField (DataTd, TD_BUFFER_END_PTR, (UINT32) DataMapPhyAddr + ActualSendLength - 1); in OhciControlTransfer()
224 OhciSetTDField (StatusTd, TD_BUFFER_END_PTR, (UINT32) NULL); in OhciControlTransfer()
247 OhciSetTDField (EmptyTd, TD_BUFFER_END_PTR, 0); in OhciControlTransfer()
466 OhciSetTDField (DataTd, TD_BUFFER_END_PTR, (UINT32) MapPyhAddr + ActualSendLength - 1); in OhciBulkTransfer()
499 OhciSetTDField (EmptyTd, TD_BUFFER_END_PTR, 0); in OhciBulkTransfer()