Searched refs:EP_NO (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.h24 #define EP_NO(ep) ((ep->bEndpointAddress) & ~USB_DIR_IN) /* IN:1, OUT:0 */ macro
28 #define ep_to_irq(ep) (EP_NO((ep)) + USBD_INT0)
270 + USB_EP_INTR(EP_NO(imx_ep)));
274 label, EP_NO(imx_ep),
286 + USB_EP_STAT(EP_NO(imx_ep)));
290 label, EP_NO(imx_ep),
296 + USB_EP_FSTAT(EP_NO(imx_ep)));
300 label, EP_NO(imx_ep),
321 if ((!EP_NO(imx_ep) && imx_ep->imx_usb->ep0state
323 || (EP_NO(imx_e
[all...]
H A Dimx_udc.c239 int i = EP_NO(imx_ep);
250 int i = EP_NO(imx_ep);
260 return __raw_readl(imx_usb->base + USB_EP_FSTAT(EP_NO(imx_ep)))
268 return (__raw_readl(imx_usb->base + USB_EP_STAT(EP_NO(imx_ep)))
276 int temp = __raw_readl(imx_usb->base + USB_EP_STAT(EP_NO(imx_ep)));
278 imx_usb->base + USB_EP_STAT(EP_NO(imx_ep)));
292 if (!EP_NO(imx_ep)) {
302 temp = __raw_readl(imx_usb->base + USB_EP_STAT(EP_NO(imx_ep)));
304 imx_usb->base + USB_EP_STAT(EP_NO(imx_ep)));
308 + USB_EP_STAT(EP_NO(imx_e
[all...]

Completed in 111 milliseconds