Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-udc.h78 #define DMISGR1_MF_IN_INT(fifo) (1 << (16 + (fifo))) macro
H A 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()