Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Dsoc_dma.c59 struct dma_s { struct
60 struct soc_dma_s soc; argument
61 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