Searched refs:UDCCR_UDA (Results 1 – 6 of 6) sorted by relevance
168 (udccr & UDCCR_UDA) ? " uda" : "", in dump_udccr()
56 #define UDCCR_UDA (1 << 1) /* UDC Active */ macro
99 #define UDCCR_UDA (1 << 1) /* UDC active */ macro1267 (tmp & UDCCR_UDA) ? " uda" : "", in udc_debug_show()1426 if (!(udc_get_reg(dev, UDCCR) & UDCCR_UDA)) in udc_enable()1910 if ((udc_get_reg(dev, UDCCR) & UDCCR_UDA) == 0) { in pxa25x_udc_irq()
117 (tmp & UDCCR_UDA) ? " uda" : "", in state_dbg_show()2246 if ((udccr & UDCCR_UDA) == 0) { in irq_udc_reset()
32 #define UDCCR_UDA (1 << 1) /* UDC Active */ macro
124 #define UDCCR_UDA 0x00000002 /* UDC Active (read) */ macro