Searched refs:EP0_FIFO_SIZE (Results 1 – 7 of 7) sorted by relevance
/drivers/usb/gadget/udc/ |
D | pxa27x_udc.h | 255 #define USB_EP_CTRL USB_EP_DEF(0, "ep0", 0, 0, EP0_FIFO_SIZE) 280 #define PXA_EP_CTRL PXA_EP_DEF(0, 0, 0, 0, EP0_FIFO_SIZE, 0, 0, 0) 400 #define EP0_FIFO_SIZE 16U macro
|
D | s3c2410_udc.h | 39 #define EP0_FIFO_SIZE 8 macro
|
D | pxa25x_udc.h | 77 #define EP0_FIFO_SIZE ((unsigned)16) macro
|
D | atmel_usba_udc.h | 215 #define EP0_FIFO_SIZE 64 macro
|
D | pxa25x_udc.c | 458 count = write_packet(&UDDR0, req, EP0_FIFO_SIZE); in write_ep0_fifo() 462 is_short = (count != EP0_FIFO_SIZE); in write_ep0_fifo() 484 if (count >= EP0_FIFO_SIZE) { in write_ep0_fifo() 1804 .maxpacket = EP0_FIFO_SIZE,
|
D | pxa27x_udc.c | 1097 count = write_packet(ep, req, EP0_FIFO_SIZE); in write_ep0_fifo() 1100 is_short = (count < EP0_FIFO_SIZE); in write_ep0_fifo() 1101 is_last = ((count == 0) || (count < EP0_FIFO_SIZE)); in write_ep0_fifo()
|
D | s3c2410_udc.c | 1716 .maxpacket = EP0_FIFO_SIZE,
|