Searched refs:EP_DIR_OUT (Results 1 – 4 of 4) sorted by relevance
119 udc->ep0_dir = EP_DIR_OUT; in ep0_stall()183 if (direction == EP_DIR_OUT) in process_ep_req()264 bit_pos = 1 << (((direction == EP_DIR_OUT) ? 0 : 16) + ep->ep_num); in queue_dtd()464 bit_pos = 1 << ((direction == EP_DIR_OUT ? 0 : 16) + ep->ep_num); in mv_ep_enable()640 else if (direction == EP_DIR_OUT) in mv_ep_fifo_flush()765 bit_pos = 1 << (((ep_dir(ep) == EP_DIR_OUT) ? 0 : 16) + ep->ep_num); in mv_prime_ep()883 if (direction == EP_DIR_OUT) in ep_is_stall()927 udc->ep0_dir = EP_DIR_OUT; in mv_ep_set_halt_wedge()1269 ep->direction = EP_DIR_OUT; in eps_init()1366 udc->ep0_dir = EP_DIR_OUT; in mv_udc_start()[all …]
16 #define EP_DIR_OUT 0 macro
470 #define EP_DIR_OUT 0 macro
1386 if (ep0_prime_status(udc, EP_DIR_OUT)) in ch9getstatus()1504 if (ep0_prime_status(udc, EP_DIR_OUT)) in setup_received_irq()1563 qh = &udc->ep_qh[ep_num * 2 + EP_DIR_OUT]; in tripwire_handler()