Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/dma/xilinx/
Dxilinx_dma.c442 dma_addr_t seg_p; member
913 chan->seg_p); in xilinx_dma_free_chan_resources()
928 chan->seg_p); in xilinx_dma_free_chan_resources()
1091 &chan->seg_p, GFP_KERNEL); in xilinx_dma_alloc_chan_resources()
1113 chan->seg_p); in xilinx_dma_alloc_chan_resources()
1120 lower_32_bits(chan->seg_p + sizeof(*chan->seg_v) * 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()
1135 &chan->seg_p, GFP_KERNEL); in xilinx_dma_alloc_chan_resources()
1144 lower_32_bits(chan->seg_p + sizeof(*chan->seg_mv) * in xilinx_dma_alloc_chan_resources()
[all …]