Lines Matching defs:packets
220 /* PIO OUT may RX packets */
522 /* measure length in either bytes or packets */
578 unsigned packets = req->req.length - req->req.actual;
583 packets /= ep->ep.maxpacket;
584 packets = min(packets, (unsigned)UDC_RXN_TC + 1);
585 req->dma_bytes = packets * ep->ep.maxpacket;
587 ep->ep.maxpacket >> 1, packets,
595 omap_writew(UDC_RXN_STOP | (packets - 1), UDC_RXDMA(ep->dma_channel));
1409 /* IN/OUT packets mean we're in the DATA or STATUS stage.