Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dgadget.c321 int pkt_round; in dwc2_hsotg_write_fifo() local
422 pkt_round = to_write % max_transfer; in dwc2_hsotg_write_fifo()
432 if (pkt_round) in dwc2_hsotg_write_fifo()
433 to_write -= pkt_round; in dwc2_hsotg_write_fifo()