Searched refs:dedicated_fifos (Results 1 – 2 of 2) sorted by relevance
523 if (periodic && !hsotg->dedicated_fifos) { in dwc2_hsotg_write_fifo()564 } else if (hsotg->dedicated_fifos && hs_ep->index != 0) { in dwc2_hsotg_write_fifo()606 if (!hsotg->dedicated_fifos) in dwc2_hsotg_write_fifo()635 if (!hsotg->dedicated_fifos) in dwc2_hsotg_write_fifo()3169 if (hsotg->dedicated_fifos && in dwc2_hsotg_epint()3286 if (!hsotg->dedicated_fifos) in kill_all_requests()3467 dwc2_writel(hsotg, ((hsotg->dedicated_fifos) ? in dwc2_hsotg_core_init_disconnected()3479 dwc2_writel(hsotg, ((hsotg->dedicated_fifos && !using_dma(hsotg)) ? in dwc2_hsotg_core_init_disconnected()3908 if (hsotg->dedicated_fifos || hs_ep->periodic) { in dwc2_hsotg_ep_stop_xfr()3968 if (hsotg->dedicated_fifos || hs_ep->periodic) in dwc2_hsotg_ep_stop_xfr()[all …]
1198 unsigned int dedicated_fifos:1; member