Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.h37 #define DWC_OTG_HOST_TIMER_RATE 10 /* ms */ macro
H A Ddwc_otg.c2448 hz / (1000 / DWC_OTG_HOST_TIMER_RATE), in dwc_otg_timer()
2463 hz / (1000 / DWC_OTG_HOST_TIMER_RATE), in dwc_otg_timer_start()
3363 ival = xfer->interval / DWC_OTG_HOST_TIMER_RATE; in dwc_otg_setup_standard_chain()
3386 ival = xfer->interval / DWC_OTG_HOST_TIMER_RATE; in dwc_otg_setup_standard_chain()