Searched refs:UDCCR_UDA (Results 1 – 6 of 6) sorted by relevance
171 (udccr & UDCCR_UDA) ? " uda" : "", in dump_udccr()
103 #define UDCCR_UDA (1 << 1) /* UDC active */ macro1268 (tmp & UDCCR_UDA) ? " uda" : "", in udc_debug_show()1427 if (!(udc_get_reg(dev, UDCCR) & UDCCR_UDA)) in udc_enable()1948 if ((udc_get_reg(dev, UDCCR) & UDCCR_UDA) == 0) { in pxa25x_udc_irq()
56 #define UDCCR_UDA (1 << 1) /* UDC Active */ macro
117 (tmp & UDCCR_UDA) ? " uda" : "", in state_dbg_show()2245 if ((udccr & UDCCR_UDA) == 0) { in irq_udc_reset()
30 #define UDCCR_UDA (1 << 1) /* UDC Active */ macro
124 #define UDCCR_UDA 0x00000002 /* UDC Active (read) */ macro
Completed in 22 milliseconds