Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
DEhciReg.h57 #define USBCMD_ENABLE_PERIOD 0x10 // Enable periodic schedule macro
DEhcPeim.c259 EhcSetOpRegBit (Ehc, EHC_USBCMD_OFFSET, USBCMD_ENABLE_PERIOD); in EhcEnablePeriodSchd()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhciReg.h60 #define USBCMD_ENABLE_PERIOD 0x10 // Enable periodic schedule macro
DEhciReg.c368 EhcSetOpRegBit (Ehc, EHC_USBCMD_OFFSET, USBCMD_ENABLE_PERIOD); in EhcEnablePeriodSchd()
393 EhcClearOpRegBit (Ehc, EHC_USBCMD_OFFSET, USBCMD_ENABLE_PERIOD); in EhcDisablePeriodSchd()