Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/dma/ti/
Dk3-udma.c2347 u32 irq_udma_idx, irq_ring_idx; in bcdma_alloc_chan_resources() local
2371 irq_ring_idx = uc->bchan->id + oes->bcdma_bchan_ring; in bcdma_alloc_chan_resources()
2391 irq_ring_idx = uc->tchan->id + oes->bcdma_tchan_ring; in bcdma_alloc_chan_resources()
2411 irq_ring_idx = uc->rchan->id + oes->bcdma_rchan_ring; in bcdma_alloc_chan_resources()
2469 uc->irq_num_ring = ti_sci_inta_msi_get_virq(ud->dev, irq_ring_idx); in bcdma_alloc_chan_resources()
2472 irq_ring_idx); in bcdma_alloc_chan_resources()
2560 u32 irq_ring_idx; in pktdma_alloc_chan_resources() local
2587 irq_ring_idx = uc->tchan->tflow_id + oes->pktdma_tchan_flow; in pktdma_alloc_chan_resources()
2606 irq_ring_idx = uc->rflow->id + oes->pktdma_rchan_flow; in pktdma_alloc_chan_resources()
2655 uc->irq_num_ring = ti_sci_inta_msi_get_virq(ud->dev, irq_ring_idx); in pktdma_alloc_chan_resources()
[all …]