Searched refs:CurrentTicks (Results 1 – 1 of 1) sorted by relevance
543 LARGE_INTEGER StartTicks, CurrentTicks; in OHCI_TakeControlHC() local621 KeQueryTickCount(&CurrentTicks); in OHCI_TakeControlHC()623 while (CurrentTicks.QuadPart - StartTicks.QuadPart < TicksDiff); in OHCI_TakeControlHC()650 LARGE_INTEGER StartTicks, CurrentTicks; in OHCI_StartController() local802 KeQueryTickCount(&CurrentTicks); in OHCI_StartController()804 if (CurrentTicks.QuadPart - StartTicks.QuadPart >= TicksDiff) in OHCI_StartController()