Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/arm/
H A Dsoc_dma.h43 struct soc_dma_ch_s { struct
45 struct soc_dma_s *dma;
46 int num;
47 QEMUTimer *timer;
50 int enable;
51 int update;
54 int bytes;
56 enum soc_dma_access_type type[2];
80 struct soc_dma_ch_s *ch; argument