Home
last modified time | relevance | path

Searched refs:EP_DIR (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/gadget/
Dimx_udc.h20 #define EP_DIR(ep) ((ep->bEndpointAddress) & USB_DIR_IN ? 1 : 0) macro
315 || (EP_NO(imx_ep) && EP_DIR(imx_ep))) { in dump_req()
Dimx_udc.c115 (EP_DIR(imx_ep) << 2); in imx_udc_config()
188 temp = (EP_DIR(imx_ep) << 7) | (max << 5) in imx_udc_init_ep()
206 temp = EP_DIR(imx_ep) ? 0x0B000000 : 0x0F000000; in imx_udc_init_fifo()
546 if (EP_DIR(imx_ep)) /* to host */ in handle_ep()
815 || (EP_NO(imx_ep) && EP_DIR(imx_ep))) in imx_ep_queue()