Home
last modified time | relevance | path

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

/reactos/drivers/usb/usbohci/
H A Dusbohci.c543 LARGE_INTEGER StartTicks, CurrentTicks; in OHCI_TakeControlHC() local
621 KeQueryTickCount(&CurrentTicks); in OHCI_TakeControlHC()
623 while (CurrentTicks.QuadPart - StartTicks.QuadPart < TicksDiff); in OHCI_TakeControlHC()
650 LARGE_INTEGER StartTicks, CurrentTicks; in OHCI_StartController() local
802 KeQueryTickCount(&CurrentTicks); in OHCI_StartController()
804 if (CurrentTicks.QuadPart - StartTicks.QuadPart >= TicksDiff) in OHCI_StartController()