Lines Matching defs:packets
223 /* PIO OUT may RX packets */
525 /* measure length in either bytes or packets */
581 unsigned packets = req->req.length - req->req.actual;
586 packets /= ep->ep.maxpacket;
587 packets = min(packets, (unsigned)UDC_RXN_TC + 1);
588 req->dma_bytes = packets * ep->ep.maxpacket;
590 ep->ep.maxpacket >> 1, packets,
598 omap_writew(UDC_RXN_STOP | (packets - 1), UDC_RXDMA(ep->dma_channel));
1414 /* IN/OUT packets mean we're in the DATA or STATUS stage.