Home
last modified time | relevance | path

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

/Linux-v6.1/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()
1098 &chan->seg_p, GFP_KERNEL); in xilinx_dma_alloc_chan_resources()
1120 chan->seg_p); in xilinx_dma_alloc_chan_resources()
1127 lower_32_bits(chan->seg_p + sizeof(*chan->seg_v) * in xilinx_dma_alloc_chan_resources()
1130 upper_32_bits(chan->seg_p + sizeof(*chan->seg_v) * in xilinx_dma_alloc_chan_resources()
1132 chan->seg_v[i].phys = chan->seg_p + in xilinx_dma_alloc_chan_resources()
1142 &chan->seg_p, GFP_KERNEL); in xilinx_dma_alloc_chan_resources()
1151 lower_32_bits(chan->seg_p + sizeof(*chan->seg_mv) * in xilinx_dma_alloc_chan_resources()
[all …]