Lines Matching refs:maxpacket
324 count = s3c2410_udc_write_packet(fifo_reg, req, ep->ep.maxpacket); in s3c2410_udc_write_fifo()
327 if (count != ep->ep.maxpacket) in s3c2410_udc_write_fifo()
444 if (fifo_count > ep->ep.maxpacket) in s3c2410_udc_read_fifo()
445 avail = ep->ep.maxpacket; in s3c2410_udc_read_fifo()
454 if (idx != 0 && fifo_count < ep->ep.maxpacket) { in s3c2410_udc_read_fifo()
889 udc_write((dev->ep[0].ep.maxpacket & 0x7ff) >> 3, in s3c2410_udc_irq()
1026 _ep->maxpacket = max; in s3c2410_udc_ep_enable()
1581 usb_ep_set_maxpacket_limit(&ep->ep, ep->ep.maxpacket); in s3c2410_udc_reinit()
1600 udc_write((dev->ep[i].ep.maxpacket & 0x7ff) >> 3, in s3c2410_udc_enable()
1663 .maxpacket = EP0_FIFO_SIZE,
1676 .maxpacket = EP_FIFO_SIZE,
1690 .maxpacket = EP_FIFO_SIZE,
1704 .maxpacket = EP_FIFO_SIZE,
1718 .maxpacket = EP_FIFO_SIZE,