Searched refs:FIFOMAP_EPNO (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/usb/gadget/udc/ | ||
D | fotg210.h | 169 #define FIFOMAP_EPNO(ep) ((ep) << ((ep) - 1) * 8) macro |
D | fotg210-udc.c | 100 val |= FIFOMAP_EPNO(epnum); in fotg210_fifo_ep_mapping() |