Lines Matching refs:fifo_index
1990 s3c_hsotg_txfifo_flush(hsotg, hs_ep->fifo_index); in s3c_hsotg_epint()
2156 s3c_hsotg_txfifo_flush(hsotg, ep->fifo_index); in kill_all_requests()
2682 if (hs_ep->fifo_index) { in s3c_hsotg_ep_enable()
2686 hsotg->fifo_map &= ~(1 << hs_ep->fifo_index); in s3c_hsotg_ep_enable()
2687 hs_ep->fifo_index = 0; in s3c_hsotg_ep_enable()
2696 if (dir_in && hsotg->dedicated_fifos && !hs_ep->fifo_index) { in s3c_hsotg_ep_enable()
2697 u32 fifo_index = 0; in s3c_hsotg_ep_enable() local
2710 fifo_index = i; in s3c_hsotg_ep_enable()
2713 if (!fifo_index) { in s3c_hsotg_ep_enable()
2719 hsotg->fifo_map |= 1 << fifo_index; in s3c_hsotg_ep_enable()
2720 epctrl |= DXEPCTL_TXFNUM(fifo_index); in s3c_hsotg_ep_enable()
2721 hs_ep->fifo_index = fifo_index; in s3c_hsotg_ep_enable()
2769 hsotg->fifo_map &= ~(1<<hs_ep->fifo_index); in s3c_hsotg_ep_disable_force()
2770 hs_ep->fifo_index = 0; in s3c_hsotg_ep_disable_force()