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