Searched refs:AST_VHUB_CTRL (Results 1 – 3 of 3) sorted by relevance
213 writel(ctrl, vhub->regs + AST_VHUB_CTRL); in ast_vhub_init_hw()219 writel(ctrl, vhub->regs + AST_VHUB_CTRL); in ast_vhub_init_hw()253 writel(ctrl, vhub->regs + AST_VHUB_CTRL); in ast_vhub_init_hw()288 vhub->regs + AST_VHUB_CTRL); in ast_vhub_remove()
467 u32 reg = readl(vhub->regs + AST_VHUB_CTRL); in ast_vhub_send_host_wakeup()470 writel(reg, vhub->regs + AST_VHUB_CTRL); in ast_vhub_send_host_wakeup()
11 #define AST_VHUB_CTRL 0x00 /* Root Function Control & Status Register */ macro