Searched refs:AST_VHUB_CTRL (Results 1 – 4 of 4) sorted by relevance
198 writel(ctrl, vhub->regs + AST_VHUB_CTRL); in ast_vhub_init_hw()204 writel(ctrl, vhub->regs + AST_VHUB_CTRL); in ast_vhub_init_hw()243 writel(ctrl, vhub->regs + AST_VHUB_CTRL); in ast_vhub_init_hw()278 vhub->regs + AST_VHUB_CTRL); in ast_vhub_remove()
227 val = readl(ep->vhub->regs + AST_VHUB_CTRL); in ast_vhub_hub_dev_feature()230 writel(val, ep->vhub->regs + AST_VHUB_CTRL); in ast_vhub_hub_dev_feature()534 u32 reg = readl(vhub->regs + AST_VHUB_CTRL); in ast_vhub_send_host_wakeup()537 writel(reg, vhub->regs + AST_VHUB_CTRL); in ast_vhub_send_host_wakeup()
123 val = readl(d->vhub->regs + AST_VHUB_CTRL); in ast_vhub_dev_feature()126 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