Searched refs:UDCCR_AAISN (Results 1 – 5 of 5) sorted by relevance
24 #define UDCCR_AAISN (0x07 << 5) /* Active UDC Alternate Interface macro
48 #define UDCCR_AAISN (0x07 << 5) /* Active UDC Alternate Interface macro
121 (tmp & UDCCR_AAISN) >> UDCCR_AAISN_S); in state_dbg_show()2225 alternate = (udccr & UDCCR_AAISN) >> UDCCR_AAISN_S; in irq_udc_reconfig()
396 (readl(UDCCR) & UDCCR_AAISN) >> UDCCR_AAISN_S); in udc_state_changed()
465 #define UDCCR_AAISN (0x07 << 5) /* Active UDC Alternate Interface Setting Number */ macro