Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-udc.h176 #define FIFOCF_TYPE(type, fifo) ((type) << (fifo) * 8) macro
H A Dfotg210-udc.c137 val |= FIFOCF_TYPE(type, epnum - 1); in fotg210_set_tfrtype()