Searched refs:cyclic_seg_v (Results 1 – 1 of 1) sorted by relevance
413 * @cyclic_seg_v: Statically allocated segment base for cyclic transfers452 struct xilinx_axidma_tx_segment *cyclic_seg_v; member 951 dma_free_coherent(chan->dev, sizeof(*chan->cyclic_seg_v), in xilinx_dma_free_chan_resources() 952 chan->cyclic_seg_v, chan->cyclic_seg_p); in xilinx_dma_free_chan_resources() 1144 chan->cyclic_seg_v = dma_alloc_coherent(chan->dev, in xilinx_dma_alloc_chan_resources() 1145 sizeof(*chan->cyclic_seg_v), in xilinx_dma_alloc_chan_resources() 1148 if (!chan->cyclic_seg_v) { in xilinx_dma_alloc_chan_resources() 1156 chan->cyclic_seg_v->phys = chan->cyclic_seg_p; in xilinx_dma_alloc_chan_resources() 1586 chan->cyclic_seg_v->phys); in xilinx_dma_start_transfer()