Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/dma/xilinx/
Dxilinx_dma.c444 dma_addr_t seg_p; member
915 chan->seg_p); in xilinx_dma_free_chan_resources()
930 chan->seg_p); in xilinx_dma_free_chan_resources()
1100 &chan->seg_p, GFP_KERNEL); in xilinx_dma_alloc_chan_resources()
1122 chan->seg_p); in xilinx_dma_alloc_chan_resources()
1129 lower_32_bits(chan->seg_p + sizeof(*chan->seg_v) * in xilinx_dma_alloc_chan_resources()
1132 upper_32_bits(chan->seg_p + sizeof(*chan->seg_v) * in xilinx_dma_alloc_chan_resources()
1134 chan->seg_v[i].phys = chan->seg_p + in xilinx_dma_alloc_chan_resources()
1144 &chan->seg_p, GFP_KERNEL); in xilinx_dma_alloc_chan_resources()
1153 lower_32_bits(chan->seg_p + sizeof(*chan->seg_mv) * in xilinx_dma_alloc_chan_resources()
[all …]