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