Home
last modified time | relevance | path

Searched defs:xilinx_dma_chan (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/dma/xilinx/
H A Dxilinx_dma.c418 struct xilinx_dma_chan { struct
420 u32 ctrl_offset;
421 u32 desc_offset;
422 spinlock_t lock;
424 struct list_head active_list;
425 struct list_head done_list;
427 struct dma_chan common;
451 void (*start_transfer)(struct xilinx_dma_chan *chan); argument
453 u16 tdest;
454 bool has_vflip;
[all …]