Lines Matching refs:maxpacket
228 __func__, req, req->req.actual, req->req.length, ep->maxpacket, in isp1760_udc_receive()
237 if (req->req.actual == req->req.length || len < ep->maxpacket) { in isp1760_udc_receive()
253 ep->maxpacket); in isp1760_udc_transmit()
360 !(req->req.length % ep->maxpacket) && in isp1760_ep_tx_complete()
365 req, req->req.actual, req->req.length, ep->maxpacket, in isp1760_ep_tx_complete()
727 le16_to_cpu(desc->wMaxPacketSize) > ep->maxpacket) { in isp1760_ep_enable()
732 le16_to_cpu(desc->wMaxPacketSize), ep->maxpacket); in isp1760_ep_enable()
756 uep->maxpacket = le16_to_cpu(desc->wMaxPacketSize); in isp1760_ep_enable()
762 isp1760_udc_write(udc, DC_EPMAXPKTSZ, uep->maxpacket); in isp1760_ep_enable()
763 isp1760_udc_write(udc, DC_BUFLEN, uep->maxpacket); in isp1760_ep_enable()
790 uep->maxpacket = 0; in isp1760_ep_disable()
1383 ep->ep.maxpacket = 64; in isp1760_udc_init_eps()
1384 ep->maxpacket = 64; in isp1760_udc_init_eps()
1387 ep->ep.maxpacket = 512; in isp1760_udc_init_eps()
1388 ep->maxpacket = 0; in isp1760_udc_init_eps()