Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/udc/
Dfotg210.h178 #define FIFOCF_TYPE(type, fifo) ((type) << (fifo) * 8) macro
Dfotg210-udc.c128 val |= FIFOCF_TYPE(type, epnum - 1); in fotg210_set_tfrtype()