Home
last modified time | relevance | path

Searched refs:BULK_LIST_FILLED (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
DOhciSched.c180 if (OhciGetHcCommandStatus (Ohc, BULK_LIST_FILLED) != 0) { in CheckIfDone()
DOhciReg.c357 if(Field & BULK_LIST_FILLED){ in OhciSetHcCommandStatus()
402 case BULK_LIST_FILLED: in OhciGetHcCommandStatus()
DOhciReg.h38 #define BULK_LIST_FILLED 0x04 macro
DOhcPeim.c499 OhciSetHcCommandStatus (Ohc, BULK_LIST_FILLED, 1); in OhciBulkTransfer()
1032 OhciSetHcCommandStatus (Ohc, CONTROL_LIST_FILLED | BULK_LIST_FILLED, 0); in InitializeUsbHC()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
DOhciReg.c361 if(Field & BULK_LIST_FILLED){ in OhciSetHcCommandStatus()
406 case BULK_LIST_FILLED: in OhciGetHcCommandStatus()
DOhciSched.c319 if (OhciGetHcCommandStatus (Ohc, BULK_LIST_FILLED) != 0) { in CheckIfDone()
DOhciReg.h38 #define BULK_LIST_FILLED 0x04 macro
DOhci.c97 OhciSetHcCommandStatus (Ohc, CONTROL_LIST_FILLED | BULK_LIST_FILLED, 0); in OhciReset()
689 Status = OhciSetHcCommandStatus (Ohc, BULK_LIST_FILLED, 0); in OhciBulkTransfer()
794 Status = OhciSetHcCommandStatus (Ohc, BULK_LIST_FILLED, 1); in OhciBulkTransfer()