Searched refs:AST_VHUB_CTRL (Results 1 – 4 of 4) sorted by relevance
199 writel(ctrl, vhub->regs + AST_VHUB_CTRL); in ast_vhub_init_hw()205 writel(ctrl, vhub->regs + AST_VHUB_CTRL); in ast_vhub_init_hw()244 writel(ctrl, vhub->regs + AST_VHUB_CTRL); in ast_vhub_init_hw()279 vhub->regs + AST_VHUB_CTRL); in ast_vhub_remove()
228 val = readl(ep->vhub->regs + AST_VHUB_CTRL); in ast_vhub_hub_dev_feature()231 writel(val, ep->vhub->regs + AST_VHUB_CTRL); in ast_vhub_hub_dev_feature()535 u32 reg = readl(vhub->regs + AST_VHUB_CTRL); in ast_vhub_send_host_wakeup()538 writel(reg, vhub->regs + AST_VHUB_CTRL); in ast_vhub_send_host_wakeup()
124 val = readl(d->vhub->regs + AST_VHUB_CTRL); in ast_vhub_dev_feature()127 writel(val, d->vhub->regs + AST_VHUB_CTRL); in ast_vhub_dev_feature()
14 #define AST_VHUB_CTRL 0x00 /* Root Function Control & Status Register */ macro