Searched refs:UDCCR_EMCE (Results 1 – 2 of 2) sorted by relevance
29 #define UDCCR_EMCE (1 << 3) /* Endpoint Memory Configuration macro
114 (tmp & UDCCR_EMCE) ? " emce" : "", in state_dbg_show()1722 if (udc_readl(udc, UDCCR) & UDCCR_EMCE) in udc_enable()