Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/xilinx/
H A Dxilinx_dma.c405 * @seg_mv: Statically allocated segments base for MCDMA
443 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()
1141 chan->seg_mv = dma_alloc_coherent(chan->dev, in xilinx_dma_alloc_chan_resources()
1142 sizeof(*chan->seg_mv) * in xilinx_dma_alloc_chan_resources()
1145 if (!chan->seg_mv) { in xilinx_dma_alloc_chan_resources()
1152 chan->seg_mv[i].hw.next_desc = in xilinx_dma_alloc_chan_resources()
1153 lower_32_bits(chan->seg_p + sizeof(*chan->seg_mv) * in xilinx_dma_alloc_chan_resources()
1155 chan->seg_mv[ in xilinx_dma_alloc_chan_resources()
[all...]
/kernel/linux/linux-6.6/drivers/dma/xilinx/
H A Dxilinx_dma.c408 * @seg_mv: Statically allocated segments base for MCDMA
447 struct xilinx_aximcdma_tx_segment *seg_mv; member
958 dma_free_coherent(chan->dev, sizeof(*chan->seg_mv) * in xilinx_dma_free_chan_resources()
959 XILINX_DMA_NUM_DESCS, chan->seg_mv, in xilinx_dma_free_chan_resources()
1169 chan->seg_mv = dma_alloc_coherent(chan->dev, in xilinx_dma_alloc_chan_resources()
1170 sizeof(*chan->seg_mv) * in xilinx_dma_alloc_chan_resources()
1173 if (!chan->seg_mv) { in xilinx_dma_alloc_chan_resources()
1180 chan->seg_mv[i].hw.next_desc = in xilinx_dma_alloc_chan_resources()
1181 lower_32_bits(chan->seg_p + sizeof(*chan->seg_mv) * in xilinx_dma_alloc_chan_resources()
1183 chan->seg_mv[ in xilinx_dma_alloc_chan_resources()
[all...]

Completed in 7 milliseconds