Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/dwc2/
Dgadget.c501 int can_write; in dwc2_hsotg_write_fifo() local
540 can_write = hs_ep->fifo_load - size_done; in dwc2_hsotg_write_fifo()
542 __func__, can_write); in dwc2_hsotg_write_fifo()
544 can_write = hs_ep->fifo_size - can_write; in dwc2_hsotg_write_fifo()
546 __func__, can_write); in dwc2_hsotg_write_fifo()
548 if (can_write <= 0) { in dwc2_hsotg_write_fifo()
553 can_write = dwc2_readl(hsotg, in dwc2_hsotg_write_fifo()
556 can_write &= 0xffff; in dwc2_hsotg_write_fifo()
557 can_write *= 4; in dwc2_hsotg_write_fifo()
568 can_write = GNPTXSTS_NP_TXF_SPC_AVAIL_GET(gnptxsts); in dwc2_hsotg_write_fifo()
[all …]