Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/
H A Datmel_usba_udc.h209 #define EP0_FIFO_SIZE 64 macro
H A Dpxa27x_udc.c1012 count = write_packet(ep, req, EP0_FIFO_SIZE); in write_ep0_fifo()
1015 is_short = (count < EP0_FIFO_SIZE); in write_ep0_fifo()
1016 is_last = ((count == 0) || (count < EP0_FIFO_SIZE)); in write_ep0_fifo()