Home
last modified time | relevance | path

Searched refs:UDCCFR_AREN (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/arm/include/asm/arch-pxa/
Dregs-usb.h132 #define UDCCFR_AREN (1 << 7) /* ACK response enable (now) */ macro
138 #define UDCCFR_MB1 (0xff & ~(UDCCFR_AREN | UDCCFR_ACM))
/external/u-boot/drivers/usb/gadget/
Dpxa25x_udc.c169 (tmp & UDCCFR_AREN) ? " aren" : "", in dump_state()
787 writel(UDCCFR_AREN|UDCCFR_ACM in pxa25x_ep_queue()