Searched refs:UDCCFR_AREN (Results 1 – 2 of 2) sorted by relevance
132 #define UDCCFR_AREN (1 << 7) /* ACK response enable (now) */ macro138 #define UDCCFR_MB1 (0xff & ~(UDCCFR_AREN | UDCCFR_ACM))
169 (tmp & UDCCFR_AREN) ? " aren" : "", in dump_state()787 writel(UDCCFR_AREN|UDCCFR_ACM in pxa25x_ep_queue()