Searched refs:UDCCR_AIN (Results 1 – 5 of 5) sorted by relevance
22 #define UDCCR_AIN (0x07 << 8) /* Active UDC interface Number */ macro
46 #define UDCCR_AIN (0x07 << 8) /* Active UDC interface Number */ macro
120 (tmp & UDCCR_AIN) >> UDCCR_AIN_S, in state_dbg_show()2224 interface = (udccr & UDCCR_AIN) >> UDCCR_AIN_S; in irq_udc_reconfig()
395 (readl(UDCCR) & UDCCR_AIN) >> UDCCR_AIN_S, in udc_state_changed()
463 #define UDCCR_AIN (0x07 << 8) /* Active UDC interface Number */ macro