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