Searched refs:ep_acks (Results 1 – 1 of 1) sorted by relevance
119 u32 ep_acks = readl(vhub->regs + AST_VHUB_EP_ACK_ISR); in ast_vhub_irq() local120 writel(ep_acks, vhub->regs + AST_VHUB_EP_ACK_ISR); in ast_vhub_irq()122 for (i = 0; ep_acks && i < vhub->max_epns; i++) { in ast_vhub_irq()124 if (ep_acks & mask) { in ast_vhub_irq()126 ep_acks &= ~mask; in ast_vhub_irq()