Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/dma/ti/
Dk3-udma.c2382 u32 irq_udma_idx, irq_ring_idx; in bcdma_alloc_chan_resources() local
2406 irq_ring_idx = uc->bchan->id + oes->bcdma_bchan_ring; in bcdma_alloc_chan_resources()
2426 irq_ring_idx = uc->tchan->id + oes->bcdma_tchan_ring; in bcdma_alloc_chan_resources()
2446 irq_ring_idx = uc->rchan->id + oes->bcdma_rchan_ring; in bcdma_alloc_chan_resources()
2504 uc->irq_num_ring = msi_get_virq(ud->dev, irq_ring_idx); in bcdma_alloc_chan_resources()
2507 irq_ring_idx); in bcdma_alloc_chan_resources()
2594 u32 irq_ring_idx; in pktdma_alloc_chan_resources() local
2621 irq_ring_idx = uc->tchan->tflow_id + oes->pktdma_tchan_flow; in pktdma_alloc_chan_resources()
2640 irq_ring_idx = uc->rflow->id + oes->pktdma_rchan_flow; in pktdma_alloc_chan_resources()
2689 uc->irq_num_ring = msi_get_virq(ud->dev, irq_ring_idx); in pktdma_alloc_chan_resources()
[all …]