Searched refs:AST_VHUB_ISR (Results 1 – 2 of 2) sorted by relevance
111 istat = readl(vhub->regs + AST_VHUB_ISR); in ast_vhub_irq()114 writel(istat, vhub->regs + AST_VHUB_ISR); in ast_vhub_irq()283 writel(VHUB_IRQ_ACK_ALL, vhub->regs + AST_VHUB_ISR); in ast_vhub_remove()348 writel(VHUB_IRQ_ACK_ALL, vhub->regs + AST_VHUB_ISR); in ast_vhub_probe()
14 #define AST_VHUB_ISR 0x0C /* Interrupt Status Register */ macro