Home
last modified time | relevance | path

Searched refs:soc_dma_port_mem (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/dma/
H A Dsoc_dma.c145 } else if (entry->type == soc_dma_port_mem) { in soc_dma_ch_update_type()
159 return soc_dma_port_mem; in soc_dma_ch_update_type()
177 if (src == soc_dma_port_mem && dst == soc_dma_port_mem) in soc_dma_ch_update()
179 else if (src == soc_dma_port_mem && dst == soc_dma_port_fifo) in soc_dma_ch_update()
181 else if (src == soc_dma_port_fifo && dst == soc_dma_port_mem) in soc_dma_ch_update()
270 if (entry->type == soc_dma_port_mem) { in soc_dma_port_add_fifo()
320 if (entry->type == soc_dma_port_mem) { in soc_dma_port_add_mem()
356 entry->type = soc_dma_port_mem; in soc_dma_port_add_mem()
/qemu/include/hw/arm/
H A Dsoc_dma.h32 soc_dma_port_mem, enumerator