Home
last modified time | relevance | path

Searched refs:UDCCR_UDA (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/arch/arm/include/asm/arch-pxa/
Dregs-usb.h77 #define UDCCR_UDA (1 << 1) macro
Dpxa-regs.h445 #define UDCCR_UDA (1 << 1) /* UDC active */ macro
/external/u-boot/drivers/usb/gadget/
Dpxa25x_udc.c133 (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()
/external/u-boot/include/
DSA-1100.h267 #define UDCCR_UDA 0x00000002 /* UDC Active (read) */ macro