Lines Matching defs:ep_conf
105 void __iomem *ep_conf = hw_ep->conf;
115 remaining = musb_readl(ep_conf, TUSB_EP_TX_OFFSET);
117 remaining = musb_readl(ep_conf, TUSB_EP_RX_OFFSET);
190 void __iomem *ep_conf = hw_ep->conf;
220 dma_remaining = musb_readl(ep_conf, TUSB_EP_TX_OFFSET);
222 dma_remaining = musb_readl(ep_conf, TUSB_EP_RX_OFFSET);
346 psize = musb_readl(ep_conf, TUSB_EP_MAX_PACKET_SIZE_OFFSET);
349 musb_writel(ep_conf, TUSB_EP_MAX_PACKET_SIZE_OFFSET, psize);
351 musb_writel(ep_conf, TUSB_EP_TX_OFFSET,
355 psize = musb_readl(ep_conf, TUSB_EP_MAX_PACKET_SIZE_OFFSET);
358 musb_writel(ep_conf, TUSB_EP_MAX_PACKET_SIZE_OFFSET, psize);
360 musb_writel(ep_conf, TUSB_EP_RX_OFFSET,