Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/emxx_udc/
H A Demxx_udc.c259 data = EPN_EN | EPN_BCLR | EPN_DIR0; in _nbu2ss_ep_init()
270 data = EPN_EN | EPN_BCLR | EPN_AUTO; in _nbu2ss_ep_init()
307 data = EPN_ONAK | EPN_BCLR; in _nbu2ss_epn_exit()
318 data = EPN_BCLR; in _nbu2ss_epn_exit()
1249 data = EPN_BCLR | EPN_OPIDCLR; in _nbu2ss_endpoint_toggle_reset()
1282 data = EPN_BCLR | EPN_ISTL; in _nbu2ss_set_endpoint_stall()
2139 _nbu2ss_bitset(&p->EP_REGS[ep->epnum - 1].EP_CONTROL, EPN_BCLR); in _nbu2ss_fifo_flush()
H A Demxx_udc.h231 #define EPN_BCLR BIT(9) macro