Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
DOhciSched.c174 if (OhciGetHcCommandStatus (Ohc, CONTROL_LIST_FILLED) != 0) { in CheckIfDone()
DOhciReg.c353 if(Field & CONTROL_LIST_FILLED){ in OhciSetHcCommandStatus()
399 case CONTROL_LIST_FILLED: in OhciGetHcCommandStatus()
DOhciReg.h37 #define CONTROL_LIST_FILLED 0x02 macro
DOhcPeim.c256 OhciSetHcCommandStatus (Ohc, CONTROL_LIST_FILLED, 1); in OhciControlTransfer()
1032 OhciSetHcCommandStatus (Ohc, CONTROL_LIST_FILLED | BULK_LIST_FILLED, 0); in InitializeUsbHC()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
DOhciReg.c357 if(Field & CONTROL_LIST_FILLED){ in OhciSetHcCommandStatus()
403 case CONTROL_LIST_FILLED: in OhciGetHcCommandStatus()
DOhciSched.c314 if (OhciGetHcCommandStatus (Ohc, CONTROL_LIST_FILLED) != 0) { in CheckIfDone()
DOhciReg.h37 #define CONTROL_LIST_FILLED 0x02 macro
DOhci.c97 OhciSetHcCommandStatus (Ohc, CONTROL_LIST_FILLED | BULK_LIST_FILLED, 0); in OhciReset()
346 Status = OhciSetHcCommandStatus (Ohc, CONTROL_LIST_FILLED, 0); in OhciControlTransfer()
517 Status = OhciSetHcCommandStatus (Ohc, CONTROL_LIST_FILLED, 1); in OhciControlTransfer()