Searched refs:ep_acks (Results 1 – 1 of 1) sorted by relevance
124 u32 i, ep_acks = readl(vhub->regs + AST_VHUB_EP_ACK_ISR); in ast_vhub_irq() local125 writel(ep_acks, vhub->regs + AST_VHUB_EP_ACK_ISR); in ast_vhub_irq()127 for (i = 0; ep_acks && i < AST_VHUB_NUM_GEN_EPs; i++) { in ast_vhub_irq()129 if (ep_acks & mask) { in ast_vhub_irq()131 ep_acks &= ~mask; in ast_vhub_irq()