Searched refs:ep_conf (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/musb/
H A Dtusb6010_omap.c131 void __iomem *ep_conf = hw_ep->conf; local
151 remaining = musb_readl(ep_conf, TUSB_EP_TX_OFFSET);
153 remaining = musb_readl(ep_conf, TUSB_EP_RX_OFFSET);
233 void __iomem *ep_conf = hw_ep->conf; local
261 dma_remaining = musb_readl(ep_conf, TUSB_EP_TX_OFFSET);
263 dma_remaining = musb_readl(ep_conf, TUSB_EP_RX_OFFSET);
410 musb_writel(ep_conf, TUSB_EP_MAX_PACKET_SIZE_OFFSET,
413 musb_writel(ep_conf, TUSB_EP_TX_OFFSET,
417 musb_writel(ep_conf, TUSB_EP_MAX_PACKET_SIZE_OFFSET,
420 musb_writel(ep_conf, TUSB_EP_RX_OFFSE
[all...]
H A Dtusb6010.c165 void __iomem *ep_conf = hw_ep->conf; local
175 musb_writel(ep_conf, TUSB_EP_TX_OFFSET,
178 musb_writel(ep_conf, 0, TUSB_EP0_CONFIG_DIR_TX |
214 void __iomem *ep_conf = hw_ep->conf; local
222 musb_writel(ep_conf, TUSB_EP_RX_OFFSET,
225 musb_writel(ep_conf, 0, TUSB_EP0_CONFIG_XFR_SIZE(len));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dimx_udc.c90 u8 ep_conf[5]; local
111 ep_conf[0] = (i << 4) | (cfg << 2);
113 ep_conf[1] = (imx_ep->bmAttributes << 3) |
116 ep_conf[2] = imx_ep->fifosize;
118 ep_conf[3] = 0xC0;
120 ep_conf[4] = i;
126 ep_conf[0], ep_conf[1], ep_conf[2],
127 ep_conf[
[all...]

Completed in 101 milliseconds