Searched refs:fifo_index (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/dwc2/
H A Dgadget.c1990 s3c_hsotg_txfifo_flush(hsotg, hs_ep->fifo_index); s3c_hsotg_epint()
2156 s3c_hsotg_txfifo_flush(hsotg, ep->fifo_index); kill_all_requests()
2682 if (hs_ep->fifo_index) { s3c_hsotg_ep_enable()
2686 hsotg->fifo_map &= ~(1 << hs_ep->fifo_index); s3c_hsotg_ep_enable()
2687 hs_ep->fifo_index = 0; s3c_hsotg_ep_enable()
2696 if (dir_in && hsotg->dedicated_fifos && !hs_ep->fifo_index) { s3c_hsotg_ep_enable()
2697 u32 fifo_index = 0; s3c_hsotg_ep_enable() local
2710 fifo_index = i; s3c_hsotg_ep_enable()
2713 if (!fifo_index) { s3c_hsotg_ep_enable()
2719 hsotg->fifo_map |= 1 << fifo_index; s3c_hsotg_ep_enable()
2720 epctrl |= DXEPCTL_TXFNUM(fifo_index); s3c_hsotg_ep_enable()
2721 hs_ep->fifo_index = fifo_index; s3c_hsotg_ep_enable()
2769 hsotg->fifo_map &= ~(1<<hs_ep->fifo_index); s3c_hsotg_ep_disable_force()
2770 hs_ep->fifo_index = 0; s3c_hsotg_ep_disable_force()
H A Dcore.h142 unsigned short fifo_index; member in struct:s3c_hsotg_ep

Completed in 78 milliseconds