Home
last modified time | relevance | path

Searched refs:trb_pool_dma (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/cdns3/
H A Ddebug.h114 dma_addr_t addr = priv_ep->trb_pool_dma; in cdns3_dbg_ring()
H A Dgadget.c107 dma_index = readl(&priv_dev->regs->ep_traddr) - priv_ep->trb_pool_dma; in cdns3_get_dma_pos()
164 return priv_ep->trb_pool_dma + offset; in cdns3_trb_virt_to_dma()
193 (unsigned long *)&priv_ep->trb_pool_dma); in cdns3_allocate_trb_pool()
206 link_trb->buffer = TRB_BUFFER(priv_ep->trb_pool_dma); in cdns3_allocate_trb_pool()
984 writel(EP_TRADDR_TRADDR(priv_ep->trb_pool_dma + in cdns3_ep_run_transfer()
2105 link_trb->buffer = TRB_BUFFER(priv_ep->trb_pool_dma + in cdns3_gadget_ep_dequeue()
H A Dep0.c70 writel(EP_TRADDR_TRADDR(priv_ep->trb_pool_dma), &regs->ep_traddr); in cdns3_ep0_run_transfer()
H A Dgadget.h1126 dma_addr_t trb_pool_dma; member
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dcore.h456 dma_addr_t trb_pool_dma; member
H A Dgadget.c330 return dep->trb_pool_dma + offset; in dwc3_trb_dma_offset()
343 (unsigned long *)&dep->trb_pool_dma); in dwc3_alloc_trb_pool()
358 dep->trb_pool_dma = 0; in dwc3_free_trb_pool()