Home
last modified time | relevance | path

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

/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,