Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/cdns3/
Dcdns3-debug.h112 dma_addr_t addr = priv_ep->trb_pool_dma; in cdns3_dbg_ring()
Dcdns3-gadget.c120 dma_index = readl(&priv_dev->regs->ep_traddr) - priv_ep->trb_pool_dma; in cdns3_get_dma_pos()
192 return priv_ep->trb_pool_dma + offset; in cdns3_trb_virt_to_dma()
201 priv_ep->trb_pool, priv_ep->trb_pool_dma); in cdns3_free_trb_pool()
225 &priv_ep->trb_pool_dma); in cdns3_allocate_trb_pool()
250 link_trb->buffer = cpu_to_le32(TRB_BUFFER(priv_ep->trb_pool_dma)); in cdns3_allocate_trb_pool()
1060 writel(EP_TRADDR_TRADDR(priv_ep->trb_pool_dma), in cdns3_ep_run_stream_transfer()
1398 writel(EP_TRADDR_TRADDR(priv_ep->trb_pool_dma + in cdns3_ep_run_transfer()
2736 link_trb->buffer = cpu_to_le32(TRB_BUFFER(priv_ep->trb_pool_dma + in cdns3_gadget_ep_dequeue()
Dcdns3-ep0.c61 writel(EP_TRADDR_TRADDR(priv_ep->trb_pool_dma), &regs->ep_traddr); in cdns3_ep0_run_transfer()
Dcdns3-gadget.h1143 dma_addr_t trb_pool_dma; member
/linux-6.12.1/drivers/usb/dwc3/
Dgadget.c483 return dep->trb_pool_dma + offset; in dwc3_trb_dma_offset()
495 &dep->trb_pool_dma, GFP_KERNEL); in dwc3_alloc_trb_pool()
510 dep->trb_pool, dep->trb_pool_dma); in dwc3_free_trb_pool()
513 dep->trb_pool_dma = 0; in dwc3_free_trb_pool()
Dcore.h751 dma_addr_t trb_pool_dma; member