Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/dma/xilinx/
Dxilinx_dma.c443 struct xilinx_aximcdma_tx_segment *seg_mv; member
928 dma_free_coherent(chan->dev, sizeof(*chan->seg_mv) * in xilinx_dma_free_chan_resources()
929 XILINX_DMA_NUM_DESCS, chan->seg_mv, in xilinx_dma_free_chan_resources()
1139 chan->seg_mv = dma_alloc_coherent(chan->dev, in xilinx_dma_alloc_chan_resources()
1140 sizeof(*chan->seg_mv) * in xilinx_dma_alloc_chan_resources()
1143 if (!chan->seg_mv) { in xilinx_dma_alloc_chan_resources()
1150 chan->seg_mv[i].hw.next_desc = in xilinx_dma_alloc_chan_resources()
1151 lower_32_bits(chan->seg_p + sizeof(*chan->seg_mv) * in xilinx_dma_alloc_chan_resources()
1153 chan->seg_mv[i].hw.next_desc_msb = in xilinx_dma_alloc_chan_resources()
1154 upper_32_bits(chan->seg_p + sizeof(*chan->seg_mv) * in xilinx_dma_alloc_chan_resources()
[all …]