Home
last modified time | relevance | path

Searched refs:soc_dma_s (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/arm/
H A Dsoc_dma.h26 struct soc_dma_s;
45 struct soc_dma_s *dma;
70 struct soc_dma_s { struct
94 void soc_dma_reset(struct soc_dma_s *s); argument
95 struct soc_dma_s *soc_dma_init(int n);
97 void soc_dma_port_add_fifo(struct soc_dma_s *dma, hwaddr virt_base,
99 void soc_dma_port_add_mem(struct soc_dma_s *dma, uint8_t *phys_base,
102 static inline void soc_dma_port_add_fifo_in(struct soc_dma_s *dma, in soc_dma_port_add_fifo_in()
108 static inline void soc_dma_port_add_fifo_out(struct soc_dma_s *dma, in soc_dma_port_add_fifo_out()
H A Domap.h336 struct soc_dma_s;
337 struct soc_dma_s *omap_dma_init(hwaddr base, qemu_irq *irqs,
341 struct soc_dma_s *omap_dma4_init(hwaddr base, qemu_irq *irqs,
345 void omap_dma_reset(struct soc_dma_s *s);
415 } *omap_dma_get_lcdch(struct soc_dma_s *s);
623 struct soc_dma_s *dma;
/openbmc/qemu/hw/dma/
H A Dsoc_dma.c60 struct soc_dma_s soc;
229 void soc_dma_reset(struct soc_dma_s *soc) in soc_dma_reset()
240 struct soc_dma_s *soc_dma_init(int n) in soc_dma_init()
259 void soc_dma_port_add_fifo(struct soc_dma_s *soc, hwaddr virt_base, in soc_dma_port_add_fifo()
309 void soc_dma_port_add_mem(struct soc_dma_s *soc, uint8_t *phys_base, in soc_dma_port_add_mem()
H A Domap_dma.c105 struct soc_dma_s *dma;
683 void omap_dma_reset(struct soc_dma_s *dma)
1621 struct soc_dma_s *omap_dma_init(hwaddr base, qemu_irq *irqs,
1673 struct omap_dma_lcd_channel_s *omap_dma_get_lcdch(struct soc_dma_s *dma)