Lines Matching refs:maxpacket
111 .maxpacket = 64,
116 .maxpacket = 512,
121 .maxpacket = 512,
126 .maxpacket = 512,
131 .maxpacket = 512,
304 static void ep_enable(int num, int in, int maxpacket) in ep_enable() argument
318 head->config = CONFIG_MAX_PKT(maxpacket) | CONFIG_ZLT; in ep_enable()
338 if (ep->maxpacket != max) { in ci_ep_enable()
340 ep->maxpacket, max); in ci_ep_enable()
341 ep->maxpacket = max; in ci_ep_enable()
344 ep_enable(num, in, ep->maxpacket); in ci_ep_enable()
345 DBG("%s: num=%d maxpacket=%d\n", __func__, num, ep->maxpacket); in ci_ep_enable()
491 if (in && len && !(len % ci_ep->ep.maxpacket) && ci_req->req.zero) { in ci_ep_submit_next_request()
723 ep_enable(num, in, ep->ep.maxpacket); in handle_setup()
825 if (controller.ep[i].ep.maxpacket > max) in udc_irq()
826 controller.ep[i].ep.maxpacket = max; in udc_irq()