OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReclaimHead
(Results
1 - 9
of
9
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciSched.c
75
QhHw->
ReclaimHead
= 1;
76
Ehc->
ReclaimHead
= Qh;
176
EhcWriteOpReg (Ehc, EHC_ASYNC_HEAD_OFFSET, EHC_LOW_32BIT (Ehc->
ReclaimHead
));
199
if (Ehc->
ReclaimHead
!= NULL) {
200
UsbHcFreeMem (Ehc->MemPool, Ehc->
ReclaimHead
, sizeof (PEI_EHC_QH));
201
Ehc->
ReclaimHead
= NULL;
241
//
ReclaimHead
is always linked to the EHCI's AsynListAddr.
243
Head = Ehc->
ReclaimHead
;
268
ASSERT (Ehc->
ReclaimHead
->NextQh == Qh);
272
// visiable part: Only need to loopback the
ReclaimHead
. The Qh
[
all
...]
EhcPeim.h
116
//
ReclaimHead
is used as the head of the asynchronous transfer
119
PEI_EHC_QH *
ReclaimHead
;
EhciUrb.h
117
UINT32
ReclaimHead
: 1;
EhciUrb.c
198
QhHw->
ReclaimHead
= 0;
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciSched.c
76
QhHw->
ReclaimHead
= 1;
78
Ehc->
ReclaimHead
= Qh;
223
PciAddr = UsbHcGetPciAddressForHostMem (Ehc->MemPool, Ehc->
ReclaimHead
, sizeof (EHC_QH));
233
if (Ehc->
ReclaimHead
!= NULL) {
234
UsbHcFreeMem (Ehc->MemPool, Ehc->
ReclaimHead
, sizeof (EHC_QH));
235
Ehc->
ReclaimHead
= NULL;
272
if (Ehc->
ReclaimHead
!= NULL) {
273
UsbHcFreeMem (Ehc->MemPool, Ehc->
ReclaimHead
, sizeof (EHC_QH));
274
Ehc->
ReclaimHead
= NULL;
332
//
ReclaimHead
is always linked to the EHCI's AsynListAddr.
[
all
...]
Ehci.h
143
//
ReclaimHead
is used as the head of the asynchronous transfer
146
EHC_QH *
ReclaimHead
;
EhciDebug.c
153
DEBUG ((EFI_D_VERBOSE, "Reclaim head : %d\n", QhHw->
ReclaimHead
));
EhciUrb.h
121
UINT32
ReclaimHead
: 1;
EhciUrb.c
204
QhHw->
ReclaimHead
= 0;
Completed in 224 milliseconds