Searched defs:scc_dma_state (Results 1 – 1 of 1) sorted by relevance
82 struct scc_dma_state { struct83 u32 scc_id:8; /* SCC id */84 u32 dma_id:8; /* DMA id, used for match with array idx*/85 u32 buffer_tag:8; /* mem buf tag, assigned to this DMA */86 u32 dma_status:2; /* state of DMA, of the DMA_STATE_ const*/87 u32 dma_drs:2; /* DMA dir, either DMA_READ or DMA_WRITE*/88 u32 dma_cmd:4; /* last executed command on this DMA */