Home
last modified time | relevance | path

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

/u-boot/drivers/usb/gadget/
A Ddwc2_udc_otg_priv.h21 #define EP0_FIFO_SIZE 64 macro
A Dpxa25x_udc.h85 #define EP0_FIFO_SIZE 16U macro
A Datmel_usba_udc.h210 #define EP0_FIFO_SIZE 64 macro
A Dpxa25x_udc.c552 count = write_packet(&ep->dev->regs->uddr0, req, EP0_FIFO_SIZE); in write_ep0_fifo()
556 is_short = (count != EP0_FIFO_SIZE); in write_ep0_fifo()
578 if (count >= EP0_FIFO_SIZE) { in write_ep0_fifo()
1647 .maxpacket = EP0_FIFO_SIZE,
A Ddwc2_udc_otg.c826 .maxpacket = EP0_FIFO_SIZE,

Completed in 19 milliseconds