Lines Matching refs:maxpacket
224 "%s: req %p actual/length %u/%u maxpacket %u packet size %u\n",
225 __func__, req, req->req.actual, req->req.length, ep->maxpacket,
234 if (req->req.actual == req->req.length || len < ep->maxpacket) {
250 ep->maxpacket);
357 !(req->req.length % ep->maxpacket) &&
361 "TX IRQ: req %p actual/length %u/%u maxpacket %u packet size %u zero %u need zlp %u\n",
362 req, req->req.actual, req->req.length, ep->maxpacket,
724 le16_to_cpu(desc->wMaxPacketSize) > ep->maxpacket) {
729 le16_to_cpu(desc->wMaxPacketSize), ep->maxpacket);
753 uep->maxpacket = le16_to_cpu(desc->wMaxPacketSize);
759 isp1760_udc_write(udc, DC_EPMAXPKTSZ, uep->maxpacket);
760 isp1760_udc_write(udc, DC_BUFLEN, uep->maxpacket);
787 uep->maxpacket = 0;
1386 ep->maxpacket = 64;
1393 ep->maxpacket = 0;