Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/fotg210/
Dfotg210-udc.h172 #define FIFOMAP_EPNOMSK(ep) (0xF << ((ep) - 1) * 8) macro
Dfotg210-udc.c111 val &= ~FIFOMAP_EPNOMSK(epnum); in fotg210_fifo_ep_mapping()