Lines Matching refs:seg_v
440 struct xilinx_axidma_tx_segment *seg_v; member
911 dma_free_coherent(chan->dev, sizeof(*chan->seg_v) * in xilinx_dma_free_chan_resources()
912 XILINX_DMA_NUM_DESCS, chan->seg_v, in xilinx_dma_free_chan_resources()
1089 chan->seg_v = dma_alloc_coherent(chan->dev, in xilinx_dma_alloc_chan_resources()
1090 sizeof(*chan->seg_v) * XILINX_DMA_NUM_DESCS, in xilinx_dma_alloc_chan_resources()
1092 if (!chan->seg_v) { in xilinx_dma_alloc_chan_resources()
1111 dma_free_coherent(chan->dev, sizeof(*chan->seg_v) * in xilinx_dma_alloc_chan_resources()
1112 XILINX_DMA_NUM_DESCS, chan->seg_v, in xilinx_dma_alloc_chan_resources()
1119 chan->seg_v[i].hw.next_desc = in xilinx_dma_alloc_chan_resources()
1120 lower_32_bits(chan->seg_p + sizeof(*chan->seg_v) * in xilinx_dma_alloc_chan_resources()
1122 chan->seg_v[i].hw.next_desc_msb = in xilinx_dma_alloc_chan_resources()
1123 upper_32_bits(chan->seg_p + sizeof(*chan->seg_v) * in xilinx_dma_alloc_chan_resources()
1125 chan->seg_v[i].phys = chan->seg_p + in xilinx_dma_alloc_chan_resources()
1126 sizeof(*chan->seg_v) * i; in xilinx_dma_alloc_chan_resources()
1127 list_add_tail(&chan->seg_v[i].node, in xilinx_dma_alloc_chan_resources()