Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvTimer.h117 #define ms_time_after_eq(a,b) ( ((int)(a) - (int)(b)) >= 0 ) macro
118 #define ms_time_before_eq(a,b) ms_time_after_eq(b,a)
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c372 (pEhci->u32ResetEnd[0] && ms_time_after_eq( in ms_hub_status_data()