Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dgadget.c522 if (periodic && !hsotg->dedicated_fifos) { in dwc2_hsotg_write_fifo()
605 if (!hsotg->dedicated_fifos) in dwc2_hsotg_write_fifo()
634 if (!hsotg->dedicated_fifos) in dwc2_hsotg_write_fifo()
3183 if (hsotg->dedicated_fifos && in dwc2_hsotg_epint()
3300 if (!hsotg->dedicated_fifos) in kill_all_requests()
3481 dwc2_writel(hsotg, ((hsotg->dedicated_fifos) ? in dwc2_hsotg_core_init_disconnected()
3929 if (hsotg->dedicated_fifos || hs_ep->periodic) { in dwc2_hsotg_ep_stop_xfr()
3989 if (hsotg->dedicated_fifos || hs_ep->periodic) in dwc2_hsotg_ep_stop_xfr()
3998 if (!hsotg->dedicated_fifos && !hs_ep->periodic) in dwc2_hsotg_ep_stop_xfr()
4159 if (dir_in && hsotg->dedicated_fifos) { in dwc2_hsotg_ep_enable()
[all …]
H A Dcore.h1189 unsigned int dedicated_fifos:1; member