Searched refs:FIFOCF_TYPE (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/usb/fotg210/ | ||
D | fotg210-udc.h | 176 #define FIFOCF_TYPE(type, fifo) ((type) << (fifo) * 8) macro |
D | fotg210-udc.c | 137 val |= FIFOCF_TYPE(type, epnum - 1); in fotg210_set_tfrtype() |