Searched refs:UDCCONR_ED (Results 1 – 5 of 5) sorted by relevance
243 #define UDCCONR_ED (1 << 12) /* Endpoint Direction */ macro
157 #define UDCCONR_ED (1 << 12) /* Endpoint Direction */ macro
541 | ((ep->dir_in) ? UDCCONR_ED : 0) in pxa_ep_setup()
579 tmp |= ep_isout ? 0 : UDCCONR_ED; in udc_setup_ep()
787 #define UDCCONR_ED (1 << 12) /* Endpoint Direction */ macro