Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvTimer.c311 unsigned int ms_jiffies_to_msecs(unsigned long jiffies_n) in ms_jiffies_to_msecs() argument
315 retval = (MS_MSEC_PER_SEC / HZ) * jiffies_n; in ms_jiffies_to_msecs()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvTimer.h129 unsigned int ms_jiffies_to_msecs(unsigned long jiffies_n);