Home
last modified time | relevance | path

Searched refs:PeriodTable (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/usb/usbehci/
H A Dusbehci.h145 const EHCI_PERIOD * PeriodTable; member
H A Dusbehci.c339 const EHCI_PERIOD * PeriodTable = NULL; in EHCI_OpenInterruptEndpoint() local
366 PeriodTable = &pTable[ClassicPeriod[Idx] + ScheduleOffset]; in EHCI_OpenInterruptEndpoint()
367 EhciEndpoint->PeriodTable = PeriodTable; in EHCI_OpenInterruptEndpoint()
371 PeriodTable->ScheduleMask, in EHCI_OpenInterruptEndpoint()
374 EhciEndpoint->StaticQH = EhciExtension->PeriodicHead[PeriodTable->PeriodIdx]; in EHCI_OpenInterruptEndpoint()
378 EhciEndpoint->PeriodTable = NULL; in EHCI_OpenInterruptEndpoint()
437 QH->sqh.HwQH.EndpointCaps.InterruptMask = PeriodTable->ScheduleMask; in EHCI_OpenInterruptEndpoint()