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