Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEHCI_SCHD.cxx290 U32 u32Usecs in ms_check_period() argument
298 u32Usecs = 100 - u32Usecs; // high speed case in ms_check_period()
301 u32Usecs = 100 - u32Usecs; in ms_check_period()
303 u32Usecs = 900 - u32Usecs; in ms_check_period()
311 if (claimed > u32Usecs) in ms_check_period()
325 if ((U32)claimed > u32Usecs) in ms_check_period()