Home
last modified time | relevance | path

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

/linux/drivers/dma/xilinx/
H A Dxilinx_dma.c450 struct xilinx_axidma_tx_segment *seg_v; member
947 dma_free_coherent(chan->dev, sizeof(*chan->seg_v) * in xilinx_dma_free_chan_resources()
948 XILINX_DMA_NUM_DESCS, chan->seg_v, in xilinx_dma_free_chan_resources()
1130 chan->seg_v = dma_alloc_coherent(chan->dev, in xilinx_dma_alloc_chan_resources()
1131 sizeof(*chan->seg_v) * XILINX_DMA_NUM_DESCS, in xilinx_dma_alloc_chan_resources()
1133 if (!chan->seg_v) { in xilinx_dma_alloc_chan_resources()
1152 dma_free_coherent(chan->dev, sizeof(*chan->seg_v) * in xilinx_dma_alloc_chan_resources()
1153 XILINX_DMA_NUM_DESCS, chan->seg_v, in xilinx_dma_alloc_chan_resources()
1160 chan->seg_v[i].hw.next_desc = in xilinx_dma_alloc_chan_resources()
1161 lower_32_bits(chan->seg_p + sizeof(*chan->seg_v) * in xilinx_dma_alloc_chan_resources()
[all …]