Searched refs:EP0_FIFO_SIZE (Results 1 – 2 of 2) sorted by relevance
209 #define EP0_FIFO_SIZE 64 macro
1012 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()