Searched refs:EP_OUT (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | lpc32xx_udc.c | 65 #define EP_OUT 0 /* RX (from host) */ macro 1505 tr = udc_read_hwep(udc, EP_OUT, req->req.buf + req->req.actual, in udc_ep0_out_req() 2195 bytes = udc_read_hwep(udc, EP_OUT, (u32 *) &ctrlpkt, 8); in udc_handle_ep0_setup() 2363 epstatus = udc_clearep_getsts(udc, EP_OUT); in udc_handle_ep0_out() 2372 udc_clrstall_hwep(udc, EP_OUT); in udc_handle_ep0_out() 2779 if (tmp & (EP_MASK_SEL(0, EP_OUT) | EP_MASK_SEL(0, EP_IN))) { in lpc32xx_usb_hp_irq() 2785 if (tmp & (EP_MASK_SEL(0, EP_OUT))) in lpc32xx_usb_hp_irq() 2790 if (tmp & ~(EP_MASK_SEL(0, EP_OUT) | EP_MASK_SEL(0, EP_IN))) { in lpc32xx_usb_hp_irq()
|