Lines Matching refs:maxpacket
326 count = s3c2410_udc_write_packet(fifo_reg, req, ep->ep.maxpacket); in s3c2410_udc_write_fifo()
329 if (count != ep->ep.maxpacket) in s3c2410_udc_write_fifo()
446 if (fifo_count > ep->ep.maxpacket) in s3c2410_udc_read_fifo()
447 avail = ep->ep.maxpacket; in s3c2410_udc_read_fifo()
456 if (idx != 0 && fifo_count < ep->ep.maxpacket) { in s3c2410_udc_read_fifo()
891 udc_write((dev->ep[0].ep.maxpacket & 0x7ff) >> 3, in s3c2410_udc_irq()
1028 _ep->maxpacket = max; in s3c2410_udc_ep_enable()
1583 usb_ep_set_maxpacket_limit(&ep->ep, ep->ep.maxpacket); in s3c2410_udc_reinit()
1602 udc_write((dev->ep[i].ep.maxpacket & 0x7ff) >> 3, in s3c2410_udc_enable()
1665 .maxpacket = EP0_FIFO_SIZE,
1678 .maxpacket = EP_FIFO_SIZE,
1692 .maxpacket = EP_FIFO_SIZE,
1706 .maxpacket = EP_FIFO_SIZE,
1720 .maxpacket = EP_FIFO_SIZE,