Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/usb/controller/
H A Ddwc_otg.c4200 uint32_t msframes; in dwc_otg_device_isoc_start() local
4232 msframes = ((xfer->nframes << shift) + 7) / 8; in dwc_otg_device_isoc_start()
4234 msframes = xfer->nframes; in dwc_otg_device_isoc_start()
4242 if ((xfer->endpoint->is_synced == 0) || (temp < msframes)) { in dwc_otg_device_isoc_start()
4263 usb_isoc_time_expand(&sc->sc_bus, framenum) + temp + msframes; in dwc_otg_device_isoc_start()
4269 xfer->endpoint->isoc_next += msframes; in dwc_otg_device_isoc_start()