Searched refs:msframes (Results 1 – 1 of 1) sorted by relevance
4200 uint32_t msframes; in dwc_otg_device_isoc_start() local4232 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()