Home
last modified time | relevance | path

Searched refs:FIFOMAP_EPNO (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-udc.h171 #define FIFOMAP_EPNO(ep) ((ep) << ((ep) - 1) * 8) macro
H A Dfotg210-udc.c112 val |= FIFOMAP_EPNO(epnum); in fotg210_fifo_ep_mapping()