Searched defs:ep93xx_dma_desc (Results 1 – 1 of 1) sorted by relevance
148 struct ep93xx_dma_desc { struct149 u32 src_addr;150 u32 dst_addr;151 size_t size;152 bool complete;153 struct dma_async_tx_descriptor txd;154 struct list_head tx_list;155 struct list_head node;