Searched refs:UDCCR_UDA (Results 1 – 8 of 8) sorted by relevance
14 #define UDCCR_UDA (1 << 1) /* UDC active */ macro
29 #define UDCCR_UDA (1 << 1) /* UDC Active */ macro
179 (udccr & UDCCR_UDA) ? " uda" : "", in dump_udccr()
60 #define UDCCR_UDA (1 << 1) /* UDC Active */ macro
1048 (tmp & UDCCR_UDA) ? " uda" : "", in udc_seq_show()1219 if (!(UDCCR & UDCCR_UDA)) in udc_enable()1740 if ((UDCCR & UDCCR_UDA) == 0) { in pxa25x_udc_irq()
120 (tmp & UDCCR_UDA) ? " uda" : "", in state_dbg_show()2297 if ((udccr & UDCCR_UDA) == 0) { in irq_udc_reset()
506 #define UDCCR_UDA (1 << 1) /* UDC active */ macro
123 #define UDCCR_UDA 0x00000002 /* UDC Active (read) */ macro