Searched refs:UDCCR_OEN (Results 1 – 2 of 2) sorted by relevance
36 #define UDCCR_OEN (1 << 31) /* On-the-Go Enable */ macro163 #define UDCCR_MASK_BITS (UDCCR_OEN | UDCCR_SMAC | UDCCR_UDR | UDCCR_UDE)
109 (tmp & UDCCR_OEN) ? " oen":"", in state_dbg_show()