Home
last modified time | relevance | path

Searched refs:USBCMD_ENABLE_ASYNC (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
DEhciReg.h58 #define USBCMD_ENABLE_ASYNC 0x20 // Enable asynchronous schedule macro
DEhcPeim.c283 EhcSetOpRegBit (Ehc, EHC_USBCMD_OFFSET, USBCMD_ENABLE_ASYNC); in EhcEnableAsyncSchd()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhciReg.h61 #define USBCMD_ENABLE_ASYNC 0x20 // Enable asynchronous schedule macro
DEhciReg.c419 EhcSetOpRegBit (Ehc, EHC_USBCMD_OFFSET, USBCMD_ENABLE_ASYNC); in EhcEnableAsyncSchd()
445 EhcClearOpRegBit (Ehc, EHC_USBCMD_OFFSET, USBCMD_ENABLE_ASYNC); in EhcDisableAsyncSchd()