Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Dsifive_pdma.c120 s->chan[ch].exec_src = src; in sifive_pdma_run()
123 cpu_physical_memory_read(s->chan[ch].exec_src, buf, size); in sifive_pdma_run()
125 s->chan[ch].exec_src += size; in sifive_pdma_run()
131 cpu_physical_memory_read(s->chan[ch].exec_src, buf, remainder); in sifive_pdma_run()
133 s->chan[ch].exec_src += remainder; in sifive_pdma_run()
142 s->chan[ch].exec_src = src; in sifive_pdma_run()
202 val = s->chan[ch].exec_src; in sifive_pdma_readq()
260 val = extract64(s->chan[ch].exec_src, 0, 32); in sifive_pdma_readl()
263 val = extract64(s->chan[ch].exec_src, 32, 32); in sifive_pdma_readl()
/openbmc/qemu/include/hw/dma/
H A Dsifive_pdma.h37 uint64_t exec_src; member