Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Dsifive_pdma.c74 uint64_t dst = s->chan[ch].next_dst; in sifive_pdma_run()
190 val = s->chan[ch].next_dst; in sifive_pdma_readq()
233 val = extract64(s->chan[ch].next_dst, 0, 32); in sifive_pdma_readl()
236 val = extract64(s->chan[ch].next_dst, 32, 32); in sifive_pdma_readl()
312 s->chan[ch].next_dst = value; in sifive_pdma_writeq()
346 s->chan[ch].next_dst = 0; in sifive_pdma_writel()
385 s->chan[ch].next_dst = deposit64(s->chan[ch].next_dst, 0, 32, value); in sifive_pdma_writel()
388 s->chan[ch].next_dst = deposit64(s->chan[ch].next_dst, 32, 32, value); in sifive_pdma_writel()
/openbmc/qemu/include/hw/dma/
H A Dsifive_pdma.h32 uint64_t next_dst; member