Searched refs:FIFOMAP_EPNOMSK (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ | ||
D | fotg210.h | 170 #define FIFOMAP_EPNOMSK(ep) (0xF << ((ep) - 1) * 8) macro |
D | fotg210-udc.c | 99 val &= ~FIFOMAP_EPNOMSK(epnum); in fotg210_fifo_ep_mapping() |