Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/chipidea/
Dotg_fsm.c194 static unsigned otg_timer_ms[] = { variable
219 timer_sec = otg_timer_ms[t] / MSEC_PER_SEC; in ci_otg_add_timer()
220 timer_nsec = (otg_timer_ms[t] % MSEC_PER_SEC) * NSEC_PER_MSEC; in ci_otg_add_timer()