Home
last modified time | relevance | path

Searched refs:AST_VHUB_CTRL (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/gadget/udc/aspeed-vhub/
Dcore.c199 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()
Dhub.c228 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()
Ddev.c124 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()
Dvhub.h14 #define AST_VHUB_CTRL 0x00 /* Root Function Control & Status Register */ macro