Searched refs:USBSTS_ASYNC_ENABLED (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/ |
D | EhciReg.h | 63 #define USBSTS_ASYNC_ENABLED 0x8000 // Asynchronous schedule status macro
|
D | EhcPeim.c | 285 Status = EhcWaitOpRegBit (Ehc, EHC_USBSTS_OFFSET, USBSTS_ASYNC_ENABLED, TRUE, Timeout); in EhcEnableAsyncSchd()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/ |
D | EhciReg.h | 66 #define USBSTS_ASYNC_ENABLED 0x8000 // Asynchronous schedule status macro
|
D | EhciReg.c | 421 Status = EhcWaitOpRegBit (Ehc, EHC_USBSTS_OFFSET, USBSTS_ASYNC_ENABLED, TRUE, Timeout); in EhcEnableAsyncSchd() 447 Status = EhcWaitOpRegBit (Ehc, EHC_USBSTS_OFFSET, USBSTS_ASYNC_ENABLED, FALSE, Timeout); in EhcDisableAsyncSchd()
|