Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
DEhciReg.h48 #define EHC_FRAME_LEN 1024 macro
DEhciSched.c165 for (Index = 0; Index < EHC_FRAME_LEN; Index++) { in EhcInitSched()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhciReg.h51 #define EHC_FRAME_LEN 1024 macro
DEhciSched.c199 Ehc->PeriodFrameHost = AllocateZeroPool (EHC_FRAME_LEN * sizeof (UINTN)); in EhcInitSched()
207 for (Index = 0; Index < EHC_FRAME_LEN; Index++) { in EhcInitSched()
410 for (Index = 0; Index < EHC_FRAME_LEN; Index += Qh->Interval) { in EhcLinkQhToPeriod()
511 for (Index = 0; Index < EHC_FRAME_LEN; Index += Qh->Interval) { in EhcUnlinkQhFromPeriod()