Searched refs:seg_v (Results 1 – 1 of 1) sorted by relevance
376 struct xilinx_axidma_tx_segment *seg_v; member773 dma_free_coherent(chan->dev, sizeof(*chan->seg_v) * in xilinx_dma_free_chan_resources()774 XILINX_DMA_NUM_DESCS, chan->seg_v, in xilinx_dma_free_chan_resources()880 chan->seg_v = dma_zalloc_coherent(chan->dev, in xilinx_dma_alloc_chan_resources()881 sizeof(*chan->seg_v) * in xilinx_dma_alloc_chan_resources()884 if (!chan->seg_v) { in xilinx_dma_alloc_chan_resources()892 chan->seg_v[i].hw.next_desc = in xilinx_dma_alloc_chan_resources()893 lower_32_bits(chan->seg_p + sizeof(*chan->seg_v) * in xilinx_dma_alloc_chan_resources()895 chan->seg_v[i].hw.next_desc_msb = in xilinx_dma_alloc_chan_resources()896 upper_32_bits(chan->seg_p + sizeof(*chan->seg_v) * in xilinx_dma_alloc_chan_resources()[all …]