Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/emxx_udc/
Demxx_udc.c271 data = EPn_EN | EPn_BCLR | EPn_DIR0; in _nbu2ss_ep_init()
282 data = (EPn_EN | EPn_BCLR | EPn_AUTO); in _nbu2ss_ep_init()
319 data = EPn_ONAK | EPn_BCLR; in _nbu2ss_epn_exit()
330 data = EPn_BCLR; in _nbu2ss_epn_exit()
1325 data = EPn_BCLR | EPn_OPIDCLR; in _nbu2ss_endpoint_toggle_reset()
1360 data = EPn_BCLR | EPn_ISTL; in _nbu2ss_set_endpoint_stall()
2274 _nbu2ss_bitset(&p->EP_REGS[ep->epnum - 1].EP_CONTROL, EPn_BCLR); in _nbu2ss_fifo_flush()
Demxx_udc.h283 #define EPn_BCLR BIT09 macro