Searched refs:UDCCR_AIN (Results 1 – 3 of 3) 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()