Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/emxx_udc/
H A Demxx_udc.h185 #define STG_END_INT BIT(2) macro
H A Demxx_udc.c1750 | STG_END_INT | EP0_OUT_NULL_INT); in _nbu2ss_ep0_int()
1785 if ((status & STG_END_INT) || (status & SETUP_INT)) { in _nbu2ss_ep0_int()
1786 status &= ~(STG_END_INT | EP0_IN_INT); in _nbu2ss_ep0_int()
1792 if ((status & STG_END_INT) || (status & SETUP_INT) || in _nbu2ss_ep0_int()
1794 status &= ~(STG_END_INT in _nbu2ss_ep0_int()