Lines Matching refs:maxpacket
333 count = s3c2410_udc_write_packet(fifo_reg, req, ep->ep.maxpacket); in s3c2410_udc_write_fifo()
336 if (count != ep->ep.maxpacket) in s3c2410_udc_write_fifo()
453 if (fifo_count > ep->ep.maxpacket) in s3c2410_udc_read_fifo()
454 avail = ep->ep.maxpacket; in s3c2410_udc_read_fifo()
463 if (idx != 0 && fifo_count < ep->ep.maxpacket) { in s3c2410_udc_read_fifo()
900 udc_write((dev->ep[0].ep.maxpacket & 0x7ff) >> 3, in s3c2410_udc_irq()
1037 _ep->maxpacket = max; in s3c2410_udc_ep_enable()
1595 usb_ep_set_maxpacket_limit(&ep->ep, ep->ep.maxpacket); in s3c2410_udc_reinit()
1614 udc_write((dev->ep[i].ep.maxpacket & 0x7ff) >> 3, in s3c2410_udc_enable()
1677 .maxpacket = EP0_FIFO_SIZE,
1690 .maxpacket = EP_FIFO_SIZE,
1704 .maxpacket = EP_FIFO_SIZE,
1718 .maxpacket = EP_FIFO_SIZE,
1732 .maxpacket = EP_FIFO_SIZE,