Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/dma/ti/
Dk3-udma.c2366 u32 irq_udma_idx, irq_ring_idx; in bcdma_alloc_chan_resources() local
2390 irq_ring_idx = uc->bchan->id + oes->bcdma_bchan_ring; in bcdma_alloc_chan_resources()
2410 irq_ring_idx = uc->tchan->id + oes->bcdma_tchan_ring; in bcdma_alloc_chan_resources()
2430 irq_ring_idx = uc->rchan->id + oes->bcdma_rchan_ring; in bcdma_alloc_chan_resources()
2488 uc->irq_num_ring = msi_get_virq(ud->dev, irq_ring_idx); in bcdma_alloc_chan_resources()
2491 irq_ring_idx); in bcdma_alloc_chan_resources()
2578 u32 irq_ring_idx; in pktdma_alloc_chan_resources() local
2605 irq_ring_idx = uc->tchan->tflow_id + oes->pktdma_tchan_flow; in pktdma_alloc_chan_resources()
2624 irq_ring_idx = uc->rflow->id + oes->pktdma_rchan_flow; in pktdma_alloc_chan_resources()
2673 uc->irq_num_ring = msi_get_virq(ud->dev, irq_ring_idx); in pktdma_alloc_chan_resources()
[all …]