Searched refs:ep_acks (Results 1 – 1 of 1) sorted by relevance
120 u32 ep_acks = readl(vhub->regs + AST_VHUB_EP_ACK_ISR); in ast_vhub_irq() local121 writel(ep_acks, vhub->regs + AST_VHUB_EP_ACK_ISR); in ast_vhub_irq()123 for (i = 0; ep_acks && i < vhub->max_epns; i++) { in ast_vhub_irq()125 if (ep_acks & mask) { in ast_vhub_irq()127 ep_acks &= ~mask; in ast_vhub_irq()