Searched refs:AST_VHUB_CTRL (Results 1 – 3 of 3) sorted by relevance
211 writel(ctrl, vhub->regs + AST_VHUB_CTRL); in ast_vhub_init_hw()217 writel(ctrl, vhub->regs + AST_VHUB_CTRL); in ast_vhub_init_hw()251 writel(ctrl, vhub->regs + AST_VHUB_CTRL); in ast_vhub_init_hw()286 vhub->regs + AST_VHUB_CTRL); in ast_vhub_remove()
460 u32 reg = readl(vhub->regs + AST_VHUB_CTRL); in ast_vhub_send_host_wakeup()463 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