Home
last modified time | relevance | path

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

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