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