Lines Matching refs:maxpacket
225 __func__, req, req->req.actual, req->req.length, ep->maxpacket, in isp1760_udc_receive()
234 if (req->req.actual == req->req.length || len < ep->maxpacket) { in isp1760_udc_receive()
250 ep->maxpacket); in isp1760_udc_transmit()
357 !(req->req.length % ep->maxpacket) && in isp1760_ep_tx_complete()
362 req, req->req.actual, req->req.length, ep->maxpacket, in isp1760_ep_tx_complete()
724 le16_to_cpu(desc->wMaxPacketSize) > ep->maxpacket) { in isp1760_ep_enable()
729 le16_to_cpu(desc->wMaxPacketSize), ep->maxpacket); in isp1760_ep_enable()
753 uep->maxpacket = le16_to_cpu(desc->wMaxPacketSize); in isp1760_ep_enable()
759 isp1760_udc_write(udc, DC_EPMAXPKTSZ, uep->maxpacket); in isp1760_ep_enable()
760 isp1760_udc_write(udc, DC_BUFLEN, uep->maxpacket); in isp1760_ep_enable()
787 uep->maxpacket = 0; in isp1760_ep_disable()
1386 ep->maxpacket = 64; in isp1760_udc_init_eps()
1393 ep->maxpacket = 0; in isp1760_udc_init_eps()