Searched refs:soc_dma_s (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/hw/arm/ |
H A D | soc_dma.h | 26 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 D | omap.h | 336 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 D | soc_dma.c | 60 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 D | omap_dma.c | 105 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)
|