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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dimx_udc.h25 #define EP_DIR(ep) ((ep->bEndpointAddress) & USB_DIR_IN ? 1 : 0) macro
323 || (EP_NO(imx_ep) && EP_DIR(imx_ep))) {
H A Dimx_udc.c114 (EP_DIR(imx_ep) << 2);
187 temp = (EP_DIR(imx_ep) << 7) | (max << 5)
205 temp = EP_DIR(imx_ep) ? 0x0B000000 : 0x0F000000;
545 if (EP_DIR(imx_ep)) /* to host */
814 || (EP_NO(imx_ep) && EP_DIR(imx_ep)))

Completed in 65 milliseconds