Searched refs:INT_FIFO_SIZE (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/usb/gadget/udc/ |
A D | pxa27x_udc.h | 248 USB_EP_DEF(addr, bname, dir, INT, INT_FIFO_SIZE, \ 279 PXA_EP_DEF(_idx, addr, dir, USB_ENDPOINT_XFER_INT, INT_FIFO_SIZE, \ 409 #define INT_FIFO_SIZE 16U macro
|
A D | pxa25x_udc.h | 75 #define INT_FIFO_SIZE ((unsigned)8) macro
|
A D | pxa25x_udc.c | 2113 .maxpacket = INT_FIFO_SIZE, 2117 .fifo_size = INT_FIFO_SIZE, 2191 .maxpacket = INT_FIFO_SIZE, 2195 .fifo_size = INT_FIFO_SIZE, 2269 .maxpacket = INT_FIFO_SIZE, 2273 .fifo_size = INT_FIFO_SIZE,
|
Completed in 10 milliseconds