Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Ddwc2_udc_otg_priv.h22 #define EP0_FIFO_SIZE 64 macro
H A Dpxa25x_udc.h86 #define EP0_FIFO_SIZE 16U macro
H A Datmel_usba_udc.h211 #define EP0_FIFO_SIZE 64 macro
H A 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,
H A Ddwc2_udc_otg.c829 .maxpacket = EP0_FIFO_SIZE,