Lines Matching refs:ep_conf
601 u32 ep_conf, ep_ier, imask; in ast_vhub_epn_enable() local
669 ep_conf = VHUB_EP_CFG_SET_TYPE(EP_TYPE_INT); in ast_vhub_epn_enable()
672 ep_conf = VHUB_EP_CFG_SET_TYPE(EP_TYPE_BULK); in ast_vhub_epn_enable()
675 ep_conf = VHUB_EP_CFG_SET_TYPE(EP_TYPE_ISO); in ast_vhub_epn_enable()
684 ep_conf |= VHUB_EP_CFG_SET_MAX_PKT(maxpacket); in ast_vhub_epn_enable()
686 ep_conf |= VHUB_EP_CFG_DIR_OUT; in ast_vhub_epn_enable()
687 ep_conf |= VHUB_EP_CFG_SET_EP_NUM(usb_endpoint_num(desc)); in ast_vhub_epn_enable()
688 ep_conf |= VHUB_EP_CFG_ENABLE; in ast_vhub_epn_enable()
689 ep_conf |= VHUB_EP_CFG_SET_DEV(dev->index + 1); in ast_vhub_epn_enable()
690 EPVDBG(ep, "config=%08x\n", ep_conf); in ast_vhub_epn_enable()
700 writel(ep_conf, ep->epn.regs + AST_VHUB_EP_CONFIG); in ast_vhub_epn_enable()