Lines Matching refs:EP_IN
94 #define EP_IN 1 /* TX (to host) */ macro
1409 udc_write_hwep(udc, EP_IN, NULL, 0); in udc_ep0_send_zlp()
1524 udc_write_hwep(udc, EP_IN, (req->req.buf + req->req.actual), ts); in udc_ep0_in_req()
1735 ep->hwep_num = ep->hwep_num_base + EP_IN; in lpc32xx_ep_enable()
2237 udc_write_hwep(udc, EP_IN, &ep0buff, 2); in udc_get_status()
2373 udc_stall_hwep(udc, EP_IN); in udc_handle_ep0_setup()
2388 epstatus = udc_clearep_getsts(udc, EP_IN); in udc_handle_ep0_in()
2396 udc_clrstall_hwep(udc, EP_IN); in udc_handle_ep0_in()
2806 if (tmp & (EP_MASK_SEL(0, EP_OUT) | EP_MASK_SEL(0, EP_IN))) { in lpc32xx_usb_hp_irq()
2808 if (tmp & (EP_MASK_SEL(0, EP_IN))) in lpc32xx_usb_hp_irq()
2817 if (tmp & ~(EP_MASK_SEL(0, EP_OUT) | EP_MASK_SEL(0, EP_IN))) { in lpc32xx_usb_hp_irq()