Searched refs:EP0_FIFO_SIZE (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/usb/gadget/udc/ |
D | pxa27x_udc.h | 260 #define USB_EP_CTRL USB_EP_DEF(0, "ep0", 0, CONTROL, EP0_FIFO_SIZE, \ 286 #define PXA_EP_CTRL PXA_EP_DEF(0, 0, 0, 0, EP0_FIFO_SIZE, 0, 0, 0) 406 #define EP0_FIFO_SIZE 16U macro
|
D | pxa25x_udc.h | 72 #define EP0_FIFO_SIZE ((unsigned)16) macro
|
D | atmel_usba_udc.h | 209 #define EP0_FIFO_SIZE 64 macro
|
D | pxa25x_udc.c | 665 count = write_packet(&dev->ep[0], req, EP0_FIFO_SIZE); in write_ep0_fifo() 669 is_short = (count != EP0_FIFO_SIZE); in write_ep0_fifo() 691 if (count >= EP0_FIFO_SIZE) { in write_ep0_fifo() 1998 .maxpacket = EP0_FIFO_SIZE,
|
D | pxa27x_udc.c | 1013 count = write_packet(ep, req, EP0_FIFO_SIZE); in write_ep0_fifo() 1016 is_short = (count < EP0_FIFO_SIZE); in write_ep0_fifo() 1017 is_last = ((count == 0) || (count < EP0_FIFO_SIZE)); in write_ep0_fifo()
|