Searched refs:lastpkt (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/usb/gadget/udc/
H A Drenesas_usbf.c804 u32 lastpkt; local
843 lastpkt = (left % epn->ep.maxpacket);
844 if (lastpkt == 0)
845 lastpkt = epn->ep.maxpacket;
846 lastpkt &= ~0x3; /* DMA is done on 32bit units */
849 USBF_SYS_EPN_MPKT(epn->ep.maxpacket) | USBF_SYS_EPN_LMPKT(lastpkt));
880 req->dma_size = (npkt - 1) * epn->ep.maxpacket + lastpkt;

Completed in 100 milliseconds