Searched refs:ep_ier (Results 1 – 1 of 1) sorted by relevance
559 u32 imask, ep_ier; in ast_vhub_epn_disable() local575 ep_ier = readl(vhub->regs + AST_VHUB_EP_ACK_IER); in ast_vhub_epn_disable()576 ep_ier &= ~imask; in ast_vhub_epn_disable()577 writel(ep_ier, vhub->regs + AST_VHUB_EP_ACK_IER); in ast_vhub_epn_disable()599 u32 ep_conf, ep_ier, imask; in ast_vhub_epn_enable() local739 ep_ier = readl(vhub->regs + AST_VHUB_EP_ACK_IER); in ast_vhub_epn_enable()740 ep_ier |= imask; in ast_vhub_epn_enable()741 writel(ep_ier, vhub->regs + AST_VHUB_EP_ACK_IER); in ast_vhub_epn_enable()
Completed in 6 milliseconds