Home
last modified time | relevance | path

Searched refs:EP0_FIFO_SIZE (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.h260 #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
H A Dpxa25x_udc.h72 #define EP0_FIFO_SIZE ((unsigned)16) macro
H A Datmel_usba_udc.h209 #define EP0_FIFO_SIZE 64 macro
H A Dpxa25x_udc.c665 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,
H A Dpxa27x_udc.c1013 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()
/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_priv.h21 #define EP0_FIFO_SIZE 64 macro
H A Dpxa25x_udc.h85 #define EP0_FIFO_SIZE 16U macro
H A Datmel_usba_udc.h210 #define EP0_FIFO_SIZE 64 macro
H A Dpxa25x_udc.c548 count = write_packet(&ep->dev->regs->uddr0, req, EP0_FIFO_SIZE); in write_ep0_fifo()
552 is_short = (count != EP0_FIFO_SIZE); in write_ep0_fifo()
574 if (count >= EP0_FIFO_SIZE) { in write_ep0_fifo()
1643 .maxpacket = EP0_FIFO_SIZE,
H A Ddwc2_udc_otg.c749 .maxpacket = EP0_FIFO_SIZE,