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