Searched defs:ep93xx_dma_desc (Results 1 – 1 of 1) sorted by relevance
122 struct ep93xx_dma_desc { struct123 u32 src_addr;124 u32 dst_addr;125 size_t size;126 bool complete;127 struct dma_async_tx_descriptor txd;128 struct list_head tx_list;129 struct list_head node;