Home
last modified time | relevance | path

Searched refs:AST_VHUB_EP1_CTRL (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c261 reg = readl(ep->vhub->regs + AST_VHUB_EP1_CTRL); in ast_vhub_hub_ep_feature()
268 writel(reg, ep->vhub->regs + AST_VHUB_EP1_CTRL); in ast_vhub_hub_ep_feature()
901 vhub->regs + AST_VHUB_EP1_CTRL); in ast_vhub_hub_reset()
H A Dvhub.h28 #define AST_VHUB_EP1_CTRL 0x38 /* Endpoint 1 Contrl/Status Register */ macro