Home
last modified time | relevance | path

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

/drivers/usb/gadget/udc/aspeed-vhub/
Dcore.c213 writel(ctrl, vhub->regs + AST_VHUB_CTRL); in ast_vhub_init_hw()
219 writel(ctrl, vhub->regs + AST_VHUB_CTRL); in ast_vhub_init_hw()
253 writel(ctrl, vhub->regs + AST_VHUB_CTRL); in ast_vhub_init_hw()
288 vhub->regs + AST_VHUB_CTRL); in ast_vhub_remove()
Dhub.c467 u32 reg = readl(vhub->regs + AST_VHUB_CTRL); in ast_vhub_send_host_wakeup()
470 writel(reg, vhub->regs + AST_VHUB_CTRL); in ast_vhub_send_host_wakeup()
Dvhub.h11 #define AST_VHUB_CTRL 0x00 /* Root Function Control & Status Register */ macro