Searched refs:USBSTS_PERIOD_ENABLED (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/ |
D | EhciReg.h | 62 #define USBSTS_PERIOD_ENABLED 0x4000 // Periodic schedule status macro
|
D | EhcPeim.c | 261 Status = EhcWaitOpRegBit (Ehc, EHC_USBSTS_OFFSET, USBSTS_PERIOD_ENABLED, TRUE, Timeout); in EhcEnablePeriodSchd()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/ |
D | EhciReg.h | 65 #define USBSTS_PERIOD_ENABLED 0x4000 // Periodic schedule status macro
|
D | EhciReg.c | 370 Status = EhcWaitOpRegBit (Ehc, EHC_USBSTS_OFFSET, USBSTS_PERIOD_ENABLED, TRUE, Timeout); in EhcEnablePeriodSchd() 395 Status = EhcWaitOpRegBit (Ehc, EHC_USBSTS_OFFSET, USBSTS_PERIOD_ENABLED, FALSE, Timeout); in EhcDisablePeriodSchd()
|