Lines Matching refs:dedicated_fifos
330 if (periodic && !hsotg->dedicated_fifos) { in dwc2_hsotg_write_fifo()
371 } else if (hsotg->dedicated_fifos && hs_ep->index != 0) { in dwc2_hsotg_write_fifo()
412 if (!hsotg->dedicated_fifos) in dwc2_hsotg_write_fifo()
441 if (!hsotg->dedicated_fifos) in dwc2_hsotg_write_fifo()
2061 if (hsotg->dedicated_fifos && in dwc2_hsotg_epint()
2173 if (!hsotg->dedicated_fifos) in kill_all_requests()
2352 dwc2_writel(((hsotg->dedicated_fifos) ? in dwc2_hsotg_core_init_disconnected()
2363 dwc2_writel(((hsotg->dedicated_fifos && !using_dma(hsotg)) ? in dwc2_hsotg_core_init_disconnected()
2766 if (dir_in && hsotg->dedicated_fifos && !hs_ep->fifo_index) { in dwc2_hsotg_ep_enable()
2934 if (hsotg->dedicated_fifos) { in dwc2_hsotg_ep_stop_xfr()
3441 hsotg->dedicated_fifos = (cfg >> GHWCFG4_DED_FIFO_SHIFT) & 1; in dwc2_hsotg_hw_cfg()
3445 hsotg->dedicated_fifos ? "dedicated" : "shared", in dwc2_hsotg_hw_cfg()