Searched refs:trb_pool_dma (Results 1 – 12 of 12) sorted by relevance
113 dma_addr_t addr = priv_ep->trb_pool_dma; in cdns3_dbg_ring()
118 dma_index = readl(&priv_dev->regs->ep_traddr) - priv_ep->trb_pool_dma; in cdns3_get_dma_pos()190 return priv_ep->trb_pool_dma + offset; in cdns3_trb_virt_to_dma()215 priv_ep->trb_pool, priv_ep->trb_pool_dma); in cdns3_free_trb_pool()239 &priv_ep->trb_pool_dma, in cdns3_allocate_trb_pool()264 link_trb->buffer = cpu_to_le32(TRB_BUFFER(priv_ep->trb_pool_dma)); in cdns3_allocate_trb_pool()1055 writel(EP_TRADDR_TRADDR(priv_ep->trb_pool_dma), in cdns3_ep_run_stream_transfer()1343 writel(EP_TRADDR_TRADDR(priv_ep->trb_pool_dma + in cdns3_ep_run_transfer()2649 link_trb->buffer = cpu_to_le32(TRB_BUFFER(priv_ep->trb_pool_dma + in cdns3_gadget_ep_dequeue()
61 writel(EP_TRADDR_TRADDR(priv_ep->trb_pool_dma), ®s->ep_traddr); in cdns3_ep0_run_transfer()
1142 dma_addr_t trb_pool_dma; member
114 dma_addr_t addr = priv_ep->trb_pool_dma; in cdns3_dbg_ring()
107 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()
70 writel(EP_TRADDR_TRADDR(priv_ep->trb_pool_dma), ®s->ep_traddr); in cdns3_ep0_run_transfer()
1126 dma_addr_t trb_pool_dma; member
456 dma_addr_t trb_pool_dma; member
330 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()
468 return dep->trb_pool_dma + offset; in dwc3_trb_dma_offset()480 &dep->trb_pool_dma, GFP_KERNEL); in dwc3_alloc_trb_pool()495 dep->trb_pool, dep->trb_pool_dma); in dwc3_free_trb_pool()498 dep->trb_pool_dma = 0; in dwc3_free_trb_pool()
717 dma_addr_t trb_pool_dma; member