Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvTimer.h114 #define ms_time_after(a,b) ( ((int)(b) - (int)(a)) < 0 ) macro
115 #define ms_time_before(a,b) ms_time_after(b,a)
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c614 && ms_time_after (jiffies, in ms_hub_control()