OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONTROL_LIST_FILLED
(Results
1 - 8
of
8
) sorted by null
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
OhciSched.c
174
if (OhciGetHcCommandStatus (Ohc,
CONTROL_LIST_FILLED
) != 0) {
OhciReg.c
355
if(Field &
CONTROL_LIST_FILLED
){
401
case
CONTROL_LIST_FILLED
:
OhciReg.h
37
#define
CONTROL_LIST_FILLED
0x02
OhcPeim.c
258
OhciSetHcCommandStatus (Ohc,
CONTROL_LIST_FILLED
, 1);
[
all
...]
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
OhciReg.c
360
if(Field &
CONTROL_LIST_FILLED
){
406
case
CONTROL_LIST_FILLED
:
OhciSched.c
314
if (OhciGetHcCommandStatus (Ohc,
CONTROL_LIST_FILLED
) != 0) {
OhciReg.h
37
#define
CONTROL_LIST_FILLED
0x02
Ohci.c
97
OhciSetHcCommandStatus (Ohc,
CONTROL_LIST_FILLED
| BULK_LIST_FILLED, 0);
346
Status = OhciSetHcCommandStatus (Ohc,
CONTROL_LIST_FILLED
, 0);
348
DEBUG ((EFI_D_INFO, "OhciControlTransfer: fail to disable
CONTROL_LIST_FILLED
\r\n"));
517
Status = OhciSetHcCommandStatus (Ohc,
CONTROL_LIST_FILLED
, 1);
519
DEBUG ((EFI_D_INFO, "OhciControlTransfer: fail to enable
CONTROL_LIST_FILLED
\r\n"));
[
all
...]
Completed in 4155 milliseconds