Home
last modified time | relevance | path

Searched refs:FIFOMAP_EPNOMSK (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dfotg210.h170 #define FIFOMAP_EPNOMSK(ep) (0xF << ((ep) - 1) * 8) macro
H A Dfotg210-udc.c99 val &= ~FIFOMAP_EPNOMSK(epnum); in fotg210_fifo_ep_mapping()
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H A Dfotg210-udc.h172 #define FIFOMAP_EPNOMSK(ep) (0xF << ((ep) - 1) * 8) macro
H A Dfotg210-udc.c111 val &= ~FIFOMAP_EPNOMSK(epnum); in fotg210_fifo_ep_mapping()

Completed in 6 milliseconds