Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/fotg210/
Dfotg210-udc.h78 #define DMISGR1_MF_IN_INT(fifo) (1 << (16 + (fifo))) macro
Dfotg210-udc.c45 value |= DMISGR1_MF_IN_INT(ep->epnum - 1); in fotg210_disable_fifo_int()
56 value &= ~DMISGR1_MF_IN_INT(ep->epnum - 1); in fotg210_enable_fifo_int()