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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciSched.c 49 Ehc->ShortReadStop = Qtd;
204 if (Ehc->ShortReadStop != NULL) {
205 UsbHcFreeMem (Ehc->MemPool, Ehc->ShortReadStop, sizeof (PEI_EHC_QTD));
206 Ehc->ShortReadStop = NULL;
378 // ShortReadStop. If it is a setup transfer, need to check the
381 if (QtdHw->AltNext == QTD_LINK (Ehc->ShortReadStop, FALSE)) {
EhcPeim.h 105 // ShortReadStop, as its name indicates, is used to terminate
111 PEI_EHC_QTD *ShortReadStop;
EhciUrb.c 373 AlterNext = QTD_LINK (Ehc->ShortReadStop, FALSE);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciSched.c 49 Ehc->ShortReadStop = Qtd;
238 if (Ehc->ShortReadStop != NULL) {
239 UsbHcFreeMem (Ehc->MemPool, Ehc->ShortReadStop, sizeof (EHC_QTD));
240 Ehc->ShortReadStop = NULL;
277 if (Ehc->ShortReadStop != NULL) {
278 UsbHcFreeMem (Ehc->MemPool, Ehc->ShortReadStop, sizeof (EHC_QTD));
279 Ehc->ShortReadStop = NULL;
639 // ShortReadStop. If it is a setup transfer, need to check the
642 PciAddr = UsbHcGetPciAddressForHostMem (Ehc->MemPool, Ehc->ShortReadStop, sizeof (EHC_QTD));
Ehci.h 126 // ShortReadStop, as its name indicates, is used to terminate
132 EHC_QTD *ShortReadStop;
EhciUrb.c 397 PhyAddr = UsbHcGetPciAddressForHostMem (Ehc->MemPool, Ehc->ShortReadStop, sizeof (EHC_QTD));

Completed in 67 milliseconds