Home
last modified time | relevance | path

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

/drivers/staging/emxx_udc/
Demxx_udc.h435 #define DCR1_EPn_REQEN BIT00 /* RW */ macro
Demxx_udc.c422 _nbu2ss_bitclr(&preg->EP_DCR[ep->epnum-1].EP_DCR1, DCR1_EPn_REQEN); in _nbu2ss_ep_dma_abort()
862 data = ((dmacnt & 0xff) << 16) | DCR1_EPn_DIR0 | DCR1_EPn_REQEN; in _nbu2ss_out_dma()
1088 data = ((dmacnt & 0xff) << 16) | DCR1_EPn_REQEN; in _nbu2ss_in_dma()
2107 _nbu2ss_bitclr(&preg->EP_DCR[num].EP_DCR1, DCR1_EPn_REQEN); in _nbu2ss_epn_out_dma_int()