Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEHCI.h278 && (u32Time+jiffies) > (U32) ehci->stWatchdog.base_jiffies in ms_timer_action()
284 ehci->stWatchdog.base_jiffies = u32Time + jiffies; in ms_timer_action()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI.h543 && (t+jiffies) > (U32) ehci->watchdog.base_jiffies in timer_action()
549 ehci->watchdog.base_jiffies = t + jiffies; in timer_action()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvTimer.h91 int base_jiffies; member