Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/chipidea/
H A Dotg_fsm.c201 static unsigned otg_timer_ms[] = { variable
227 timer_sec = otg_timer_ms[t] / MSEC_PER_SEC; in ci_otg_add_timer()
228 timer_nsec = (otg_timer_ms[t] % MSEC_PER_SEC) * NSEC_PER_MSEC; in ci_otg_add_timer()