Lines Matching refs:maxpacket
109 ep->ep.name, ep->ep.maxpacket, in proc_ep_show()
328 if (count > ep->ep.maxpacket) in read_fifo()
329 count = ep->ep.maxpacket; in read_fifo()
352 is_done = (count < ep->ep.maxpacket); in read_fifo()
416 if (ep->ep.maxpacket < total) { in write_fifo()
417 count = ep->ep.maxpacket; in write_fifo()
421 is_last = (count < ep->ep.maxpacket) || !req->req.zero; in write_fifo()
473 u16 maxpacket; in at91_ep_enable() local
480 || (maxpacket = usb_endpoint_maxp(desc)) == 0 in at91_ep_enable()
481 || maxpacket > ep->maxpacket) { in at91_ep_enable()
498 if (maxpacket > 64) in at91_ep_enable()
502 switch (maxpacket) { in at91_ep_enable()
510 DBG("bogus maxpacket %d\n", maxpacket); in at91_ep_enable()
533 ep->ep.maxpacket = maxpacket; in at91_ep_enable()
561 ep->ep.maxpacket = ep->maxpacket; in at91_ep_disable()
837 usb_ep_set_maxpacket_limit(&ep->ep, ep->maxpacket); in udc_reinit()
1604 ep->maxpacket = 8; in at91rm9200_udc_init()
1607 ep->maxpacket = 64; in at91rm9200_udc_init()
1610 ep->maxpacket = 256; in at91rm9200_udc_init()
1658 ep->maxpacket = 64; in at91sam9260_udc_init()
1661 ep->maxpacket = 512; in at91sam9260_udc_init()
1696 ep->maxpacket = 8; in at91sam9261_udc_init()
1699 ep->maxpacket = 64; in at91sam9261_udc_init()
1702 ep->maxpacket = 256; in at91sam9261_udc_init()
1744 ep->maxpacket = 64; in at91sam9263_udc_init()
1748 ep->maxpacket = 256; in at91sam9263_udc_init()