Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/udc/aspeed-vhub/
Depn.c700 writel(VHUB_EP_DMA_CTRL_RESET, in ast_vhub_epn_enable()
720 writel(ep->epn.dma_conf | VHUB_EP_DMA_CTRL_RESET, in ast_vhub_epn_enable()
731 writel(ep->epn.dma_conf | VHUB_EP_DMA_CTRL_RESET, in ast_vhub_epn_enable()
Dvhub.h180 #define VHUB_EP_DMA_CTRL_RESET (1 << 2) macro