Lines Matching refs:maxpacket
350 count = s3c2410_udc_write_packet(fifo_reg, req, ep->ep.maxpacket); in s3c2410_udc_write_fifo()
353 if (count != ep->ep.maxpacket) in s3c2410_udc_write_fifo()
469 if (fifo_count > ep->ep.maxpacket) in s3c2410_udc_read_fifo()
470 avail = ep->ep.maxpacket; in s3c2410_udc_read_fifo()
479 if (idx != 0 && fifo_count < ep->ep.maxpacket) { in s3c2410_udc_read_fifo()
916 udc_write((dev->ep[0].ep.maxpacket & 0x7ff) >> 3, in s3c2410_udc_irq()
1053 _ep->maxpacket = max & 0x7ff; in s3c2410_udc_ep_enable()
1611 usb_ep_set_maxpacket_limit(&ep->ep, ep->ep.maxpacket); in s3c2410_udc_reinit()
1630 udc_write((dev->ep[i].ep.maxpacket & 0x7ff) >> 3, in s3c2410_udc_enable()
1693 .maxpacket = EP0_FIFO_SIZE,
1706 .maxpacket = EP_FIFO_SIZE,
1720 .maxpacket = EP_FIFO_SIZE,
1734 .maxpacket = EP_FIFO_SIZE,
1748 .maxpacket = EP_FIFO_SIZE,