Searched refs:soc_dma_port_add_mem (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/hw/arm/ |
H A D | soc_dma.h | 99 void soc_dma_port_add_mem(struct soc_dma_s *dma, uint8_t *phys_base,
|
/openbmc/qemu/hw/dma/ |
H A D | soc_dma.c | 309 void soc_dma_port_add_mem(struct soc_dma_s *soc, uint8_t *phys_base, in soc_dma_port_add_mem() function
|
/openbmc/qemu/hw/arm/ |
H A D | omap2.c | 2338 soc_dma_port_add_mem(s->dma, memory_region_get_ram_ptr(sdram), in omap2420_mpu_init() 2340 soc_dma_port_add_mem(s->dma, memory_region_get_ram_ptr(&s->sram), in omap2420_mpu_init()
|
H A D | omap1.c | 3921 soc_dma_port_add_mem(s->dma, memory_region_get_ram_ptr(dram), in omap310_mpu_init() 3923 soc_dma_port_add_mem(s->dma, memory_region_get_ram_ptr(&s->imif_ram), in omap310_mpu_init()
|