Searched refs:INT_FIFO_SIZE (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/drivers/usb/gadget/udc/ |
| 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
|
| D | pxa25x_udc.h | 75 #define INT_FIFO_SIZE ((unsigned)8) macro
|
| D | pxa25x_udc.c | 2075 .maxpacket = INT_FIFO_SIZE, 2079 .fifo_size = INT_FIFO_SIZE, 2153 .maxpacket = INT_FIFO_SIZE, 2157 .fifo_size = INT_FIFO_SIZE, 2231 .maxpacket = INT_FIFO_SIZE, 2235 .fifo_size = INT_FIFO_SIZE,
|