Home
last modified time | relevance | path

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

/linux/drivers/dma/ti/
H A Dk3-udma.c2386 u32 irq_udma_idx, irq_ring_idx; in bcdma_alloc_chan_resources() local
2410 irq_ring_idx = uc->bchan->id + oes->bcdma_bchan_ring; in bcdma_alloc_chan_resources()
2430 irq_ring_idx = uc->tchan->id + oes->bcdma_tchan_ring; in bcdma_alloc_chan_resources()
2450 irq_ring_idx = uc->rchan->id + oes->bcdma_rchan_ring; in bcdma_alloc_chan_resources()
2508 uc->irq_num_ring = msi_get_virq(ud->dev, irq_ring_idx); in bcdma_alloc_chan_resources()
2511 irq_ring_idx); in bcdma_alloc_chan_resources()
2598 u32 irq_ring_idx; in pktdma_alloc_chan_resources() local
2625 irq_ring_idx = uc->tchan->tflow_id + oes->pktdma_tchan_flow; in pktdma_alloc_chan_resources()
2644 irq_ring_idx = uc->rflow->id + oes->pktdma_rchan_flow; in pktdma_alloc_chan_resources()
2693 uc->irq_num_ring = msi_get_virq(ud->dev, irq_ring_idx); in pktdma_alloc_chan_resources()
[all …]