Lines Matching refs:EP_IN
67 #define EP_IN 1 /* TX (to host) */ macro
1349 udc_write_hwep(udc, EP_IN, NULL, 0); in udc_ep0_send_zlp()
1464 udc_write_hwep(udc, EP_IN, (req->req.buf + req->req.actual), ts); in udc_ep0_in_req()
1675 ep->hwep_num = ep->hwep_num_base + EP_IN; in lpc32xx_ep_enable()
2177 udc_write_hwep(udc, EP_IN, &ep0buff, 2); in udc_get_status()
2313 udc_stall_hwep(udc, EP_IN); in udc_handle_ep0_setup()
2328 epstatus = udc_clearep_getsts(udc, EP_IN); in udc_handle_ep0_in()
2336 udc_clrstall_hwep(udc, EP_IN); in udc_handle_ep0_in()
2778 if (tmp & (EP_MASK_SEL(0, EP_OUT) | EP_MASK_SEL(0, EP_IN))) { in lpc32xx_usb_hp_irq()
2780 if (tmp & (EP_MASK_SEL(0, EP_IN))) in lpc32xx_usb_hp_irq()
2789 if (tmp & ~(EP_MASK_SEL(0, EP_OUT) | EP_MASK_SEL(0, EP_IN))) { in lpc32xx_usb_hp_irq()