Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dgadget.c330 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()
[all …]
Dcore.h822 unsigned int dedicated_fifos:1; member