Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-udc.h182 #define FIFOCF_FIFO_EN(fifo) (0x1 << (fifo) * 8 << 5) macro
H A Dfotg210-udc.c117 val |= FIFOCF_FIFO_EN(epnum - 1); in fotg210_fifo_ep_mapping()