ep_conf           601 drivers/usb/gadget/udc/aspeed-vhub/epn.c 	u32 ep_conf, ep_ier, imask;
ep_conf           669 drivers/usb/gadget/udc/aspeed-vhub/epn.c 		ep_conf = VHUB_EP_CFG_SET_TYPE(EP_TYPE_INT);
ep_conf           672 drivers/usb/gadget/udc/aspeed-vhub/epn.c 		ep_conf = VHUB_EP_CFG_SET_TYPE(EP_TYPE_BULK);
ep_conf           675 drivers/usb/gadget/udc/aspeed-vhub/epn.c 		ep_conf = VHUB_EP_CFG_SET_TYPE(EP_TYPE_ISO);
ep_conf           684 drivers/usb/gadget/udc/aspeed-vhub/epn.c 		ep_conf |= VHUB_EP_CFG_SET_MAX_PKT(maxpacket);
ep_conf           686 drivers/usb/gadget/udc/aspeed-vhub/epn.c 		ep_conf |= VHUB_EP_CFG_DIR_OUT;
ep_conf           687 drivers/usb/gadget/udc/aspeed-vhub/epn.c 	ep_conf |= VHUB_EP_CFG_SET_EP_NUM(usb_endpoint_num(desc));
ep_conf           688 drivers/usb/gadget/udc/aspeed-vhub/epn.c 	ep_conf |= VHUB_EP_CFG_ENABLE;
ep_conf           689 drivers/usb/gadget/udc/aspeed-vhub/epn.c 	ep_conf |= VHUB_EP_CFG_SET_DEV(dev->index + 1);
ep_conf           690 drivers/usb/gadget/udc/aspeed-vhub/epn.c 	EPVDBG(ep, "config=%08x\n", ep_conf);
ep_conf           700 drivers/usb/gadget/udc/aspeed-vhub/epn.c 	writel(ep_conf, ep->epn.regs + AST_VHUB_EP_CONFIG);
ep_conf           222 drivers/usb/musb/tusb6010.c 	void __iomem	*ep_conf = hw_ep->conf;
ep_conf           232 drivers/usb/musb/tusb6010.c 		musb_writel(ep_conf, TUSB_EP_TX_OFFSET,
ep_conf           235 drivers/usb/musb/tusb6010.c 		musb_writel(ep_conf, 0, TUSB_EP0_CONFIG_DIR_TX |
ep_conf           272 drivers/usb/musb/tusb6010.c 	void __iomem	*ep_conf = hw_ep->conf;
ep_conf           280 drivers/usb/musb/tusb6010.c 		musb_writel(ep_conf, TUSB_EP_RX_OFFSET,
ep_conf           283 drivers/usb/musb/tusb6010.c 		musb_writel(ep_conf, 0, TUSB_EP0_CONFIG_XFR_SIZE(len));
ep_conf           105 drivers/usb/musb/tusb6010_omap.c 	void __iomem		*ep_conf = hw_ep->conf;
ep_conf           115 drivers/usb/musb/tusb6010_omap.c 		remaining = musb_readl(ep_conf, TUSB_EP_TX_OFFSET);
ep_conf           117 drivers/usb/musb/tusb6010_omap.c 		remaining = musb_readl(ep_conf, TUSB_EP_RX_OFFSET);
ep_conf           190 drivers/usb/musb/tusb6010_omap.c 	void __iomem			*ep_conf = hw_ep->conf;
ep_conf           220 drivers/usb/musb/tusb6010_omap.c 		dma_remaining = musb_readl(ep_conf, TUSB_EP_TX_OFFSET);
ep_conf           222 drivers/usb/musb/tusb6010_omap.c 		dma_remaining = musb_readl(ep_conf, TUSB_EP_RX_OFFSET);
ep_conf           346 drivers/usb/musb/tusb6010_omap.c 		psize = musb_readl(ep_conf, TUSB_EP_MAX_PACKET_SIZE_OFFSET);
ep_conf           349 drivers/usb/musb/tusb6010_omap.c 		musb_writel(ep_conf, TUSB_EP_MAX_PACKET_SIZE_OFFSET, psize);
ep_conf           351 drivers/usb/musb/tusb6010_omap.c 		musb_writel(ep_conf, TUSB_EP_TX_OFFSET,
ep_conf           355 drivers/usb/musb/tusb6010_omap.c 		psize = musb_readl(ep_conf, TUSB_EP_MAX_PACKET_SIZE_OFFSET);
ep_conf           358 drivers/usb/musb/tusb6010_omap.c 		musb_writel(ep_conf, TUSB_EP_MAX_PACKET_SIZE_OFFSET, psize);
ep_conf           360 drivers/usb/musb/tusb6010_omap.c 		musb_writel(ep_conf, TUSB_EP_RX_OFFSET,