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