Searched refs:AST_VHUB_CTRL (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | core.c | 204 writel(ctrl, vhub->regs + AST_VHUB_CTRL); in ast_vhub_init_hw() 210 writel(ctrl, vhub->regs + AST_VHUB_CTRL); in ast_vhub_init_hw() 249 writel(ctrl, vhub->regs + AST_VHUB_CTRL); in ast_vhub_init_hw() 284 vhub->regs + AST_VHUB_CTRL); in ast_vhub_remove()
|
H A D | vhub.h | 14 #define AST_VHUB_CTRL 0x00 /* Root Function Control & Status Register */ macro
|
H A D | hub.c | 509 u32 reg = readl(vhub->regs + AST_VHUB_CTRL); in ast_vhub_send_host_wakeup() 512 writel(reg, vhub->regs + AST_VHUB_CTRL); in ast_vhub_send_host_wakeup()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | core.c | 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()
|
H A D | hub.c | 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()
|
H A D | dev.c | 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()
|
H A D | vhub.h | 14 #define AST_VHUB_CTRL 0x00 /* Root Function Control & Status Register */ macro
|
Completed in 7 milliseconds