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