Searched refs:UDCCR_UDA (Results 1 – 4 of 4) sorted by relevance
77 #define UDCCR_UDA (1 << 1) macro
445 #define UDCCR_UDA (1 << 1) /* UDC active */ macro
133 (udccr & UDCCR_UDA) ? " uda" : "", in dump_udccr()1181 if (!(readl(&dev->regs->udccr) & UDCCR_UDA)) in udc_enable()1560 if ((readl(&dev->regs->udccr) & UDCCR_UDA) == 0) { in pxa25x_udc_irq()
267 #define UDCCR_UDA 0x00000002 /* UDC Active (read) */ macro