Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEHCI.h228 if (ms_timer_pending(&ehci->stWatchdog) in ms_timer_action()
279 && ms_timer_pending (&ehci->stWatchdog)) in ms_timer_action()
H A DdrvEhciHcd.c2244 && !ms_timer_pending(&pEhci->stiaa_Watchdog) in ms_ehci_iaa_watchdog()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvTimer.h113 #define ms_timer_pending(x) ((x)->expires>0) macro