Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/dwc2/
Dgadget.c500 int can_write; in dwc2_hsotg_write_fifo() local
539 can_write = hs_ep->fifo_load - size_done; in dwc2_hsotg_write_fifo()
541 __func__, can_write); in dwc2_hsotg_write_fifo()
543 can_write = hs_ep->fifo_size - can_write; in dwc2_hsotg_write_fifo()
545 __func__, can_write); in dwc2_hsotg_write_fifo()
547 if (can_write <= 0) { in dwc2_hsotg_write_fifo()
552 can_write = dwc2_readl(hsotg, in dwc2_hsotg_write_fifo()
555 can_write &= 0xffff; in dwc2_hsotg_write_fifo()
556 can_write *= 4; in dwc2_hsotg_write_fifo()
567 can_write = GNPTXSTS_NP_TXF_SPC_AVAIL_GET(gnptxsts); in dwc2_hsotg_write_fifo()
[all …]