Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Ddwc2_udc_otg_priv.h22 #define EP0_FIFO_SIZE 64 macro
Dpxa25x_udc.h85 #define EP0_FIFO_SIZE 16U macro
Datmel_usba_udc.h210 #define EP0_FIFO_SIZE 64 macro
Dpxa25x_udc.c549 count = write_packet(&ep->dev->regs->uddr0, req, EP0_FIFO_SIZE); in write_ep0_fifo()
553 is_short = (count != EP0_FIFO_SIZE); in write_ep0_fifo()
575 if (count >= EP0_FIFO_SIZE) { in write_ep0_fifo()
1644 .maxpacket = EP0_FIFO_SIZE,
Ddwc2_udc_otg.c750 .maxpacket = EP0_FIFO_SIZE,