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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dpxa25x_udc.h39 #define UDCCFR_AREN (1 << 7) /* ACK response enable (now) */ macro
43 #define UDCCFR_MB1 (0xff & ~(UDCCFR_AREN|UDCCFR_ACM))
225 (tmp & UDCCFR_AREN) ? " aren" : "",
H A Dpxa25x_udc.c714 UDCCFR = UDCCFR_AREN|UDCCFR_ACM
1085 (tmp & UDCCFR_AREN) ? " aren" : "",

Completed in 51 milliseconds