Searched refs:ep_acks (Results 1 – 1 of 1) sorted by relevance
112 UDCVDBG(vhub, "irq status=%08x, ep_acks=%08x ep_nacks=%08x\n", in ast_vhub_irq() 119 u32 ep_acks = readl(vhub->regs + AST_VHUB_EP_ACK_ISR); in ast_vhub_irq() local 120 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()