Lines Matching refs:maxpacket
352 count = s3c2410_udc_write_packet(fifo_reg, req, ep->ep.maxpacket); in s3c2410_udc_write_fifo()
355 if (count != ep->ep.maxpacket) in s3c2410_udc_write_fifo()
471 if (fifo_count > ep->ep.maxpacket) in s3c2410_udc_read_fifo()
472 avail = ep->ep.maxpacket; in s3c2410_udc_read_fifo()
481 if (idx != 0 && fifo_count < ep->ep.maxpacket) { in s3c2410_udc_read_fifo()
918 udc_write((dev->ep[0].ep.maxpacket & 0x7ff) >> 3, in s3c2410_udc_irq()
1055 _ep->maxpacket = max & 0x7ff; in s3c2410_udc_ep_enable()
1613 usb_ep_set_maxpacket_limit(&ep->ep, ep->ep.maxpacket); in s3c2410_udc_reinit()
1632 udc_write((dev->ep[i].ep.maxpacket & 0x7ff) >> 3, in s3c2410_udc_enable()
1695 .maxpacket = EP0_FIFO_SIZE,
1706 .maxpacket = EP_FIFO_SIZE,
1718 .maxpacket = EP_FIFO_SIZE,
1730 .maxpacket = EP_FIFO_SIZE,
1742 .maxpacket = EP_FIFO_SIZE,