Lines Matching refs:ep_conf
599 u32 ep_conf, ep_ier, imask; in ast_vhub_epn_enable() local
667 ep_conf = VHUB_EP_CFG_SET_TYPE(EP_TYPE_INT); in ast_vhub_epn_enable()
670 ep_conf = VHUB_EP_CFG_SET_TYPE(EP_TYPE_BULK); in ast_vhub_epn_enable()
673 ep_conf = VHUB_EP_CFG_SET_TYPE(EP_TYPE_ISO); in ast_vhub_epn_enable()
682 ep_conf |= VHUB_EP_CFG_SET_MAX_PKT(maxpacket); in ast_vhub_epn_enable()
684 ep_conf |= VHUB_EP_CFG_DIR_OUT; in ast_vhub_epn_enable()
685 ep_conf |= VHUB_EP_CFG_SET_EP_NUM(usb_endpoint_num(desc)); in ast_vhub_epn_enable()
686 ep_conf |= VHUB_EP_CFG_ENABLE; in ast_vhub_epn_enable()
687 ep_conf |= VHUB_EP_CFG_SET_DEV(dev->index + 1); in ast_vhub_epn_enable()
688 EPVDBG(ep, "config=%08x\n", ep_conf); in ast_vhub_epn_enable()
698 writel(ep_conf, ep->epn.regs + AST_VHUB_EP_CONFIG); in ast_vhub_epn_enable()