Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-udc.h168 #define FIFOMAP_DIRIN(fifo) (0x1 << 4 << (fifo) * 8) macro
H A Dfotg210-udc.c127 val |= (dir_in ? FIFOMAP_DIRIN(epnum - 1) : FIFOMAP_DIROUT(epnum - 1)); in fotg210_set_fifo_dir()