Home
last modified time | relevance | path

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

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