Lines Matching refs:maxpacket
105 u32 maxpacket;
478 seq_printf(s, "%12s, maxpacket %4d %3s",
479 ep->ep.name, ep->ep.maxpacket,
822 u32 maxpacket)
830 writel(maxpacket, USBD_EPMAXPSIZE(udc->udp_baseaddr));
992 if (req->req.length % ep->ep.maxpacket)
1075 udc_realize_hwep(udc, i, ep->ep.maxpacket);
1388 usb_ep_set_maxpacket_limit(&ep->ep, ep->maxpacket);
1459 } else if (ts > ep0->ep.maxpacket)
1460 ts = ep0->ep.maxpacket; /* Just send what we can */
1468 if (tsend >= ep0->ep.maxpacket)
1500 if (bufferspace > ep0->ep.maxpacket)
1501 bufferspace = ep0->ep.maxpacket;
1509 if (tr < ep0->ep.maxpacket) {
1606 u16 maxpacket;
1616 maxpacket = usb_endpoint_maxp(desc);
1617 if ((maxpacket == 0) || (maxpacket > ep->maxpacket)) {
1640 if (maxpacket > ep->maxpacket) {
1642 "Bad INT endpoint maxpacket %d\n", maxpacket);
1648 switch (maxpacket) {
1657 "Bad BULK endpoint maxpacket %d\n", maxpacket);
1669 ep->ep.maxpacket = maxpacket;
1679 ep->hwep_num, maxpacket, (ep->is_in == 1));
1683 udc_realize_hwep(udc, ep->hwep_num, ep->ep.maxpacket);
1785 dd->dd_setup = DD_SETUP_PACKETLEN(ep->ep.maxpacket) |
2522 .maxpacket = 64,
2535 .maxpacket = 64,
2548 .maxpacket = 64,
2561 .maxpacket = 1023,
2574 .maxpacket = 64,
2587 .maxpacket = 64,
2600 .maxpacket = 1023,
2613 .maxpacket = 64,
2626 .maxpacket = 64,
2639 .maxpacket = 1023,
2652 .maxpacket = 64,
2665 .maxpacket = 64,
2678 .maxpacket = 1023,
2691 .maxpacket = 64,
2704 .maxpacket = 64,
2717 .maxpacket = 1023,