Searched defs:dma_s (Results 1 – 1 of 1) sorted by relevance
59 struct dma_s { struct60 struct soc_dma_s soc; argument61 int chnum;62 uint64_t ch_enable_mask;63 int64_t channel_freq;64 int enabled_count;89 struct dma_s *dma = (struct dma_s *) ch->dma; in soc_dma_ch_schedule() argument