Home
last modified time | relevance | path

Searched refs:PERIODIC_ENABLE (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
DOhci.c120 OhciSetHcControl (Ohc, PERIODIC_ENABLE | CONTROL_ENABLE | BULK_ENABLE, 1); /*ISOCHRONOUS_ENABLE*/ in OhciReset()
966 OhciSetHcControl (Ohc, PERIODIC_ENABLE, 0); in OhciInterruptTransfer()
969 OhciSetHcControl (Ohc, PERIODIC_ENABLE, 1); in OhciInterruptTransfer()
1116 if (OhciGetHcControl (Ohc, PERIODIC_ENABLE) == 0) { in OhciInterruptTransfer()
1117 Status = OhciSetHcControl (Ohc, PERIODIC_ENABLE, 1); in OhciInterruptTransfer()
2176 OhciSetHcControl (Ohc, PERIODIC_ENABLE | CONTROL_ENABLE | ISOCHRONOUS_ENABLE | BULK_ENABLE, 0); in OhciCleanDevUp()
2224 OhciSetHcControl (Ohc, PERIODIC_ENABLE | CONTROL_ENABLE | ISOCHRONOUS_ENABLE | BULK_ENABLE, 0); in OhcExitBootService()
DOhciReg.c252 if (Field & PERIODIC_ENABLE) { in OhciSetHcControl()
304 case PERIODIC_ENABLE: in OhciGetHcControl()
DOhciReg.h27 #define PERIODIC_ENABLE 0x01 macro
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
DOhciReg.c248 if (Field & PERIODIC_ENABLE) { in OhciSetHcControl()
300 case PERIODIC_ENABLE: in OhciGetHcControl()
DOhciReg.h27 #define PERIODIC_ENABLE 0x01 macro