Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dgadget.c1990 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()
[all …]
Dcore.h142 unsigned short fifo_index; member