Searched refs:UDCCONR_ED (Results 1 – 3 of 3) sorted by relevance
243 #define UDCCONR_ED (1 << 12) /* Endpoint Direction */ macro
157 #define UDCCONR_ED (1 << 12) /* Endpoint Direction */ macro
542 | ((ep->dir_in) ? UDCCONR_ED : 0) in pxa_ep_setup()