Home
last modified time | relevance | path

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

/qemu/hw/dma/
H A Dsifive_pdma.c75 uint64_t src = s->chan[ch].next_src; in sifive_pdma_run()
193 val = s->chan[ch].next_src; in sifive_pdma_readq()
239 val = extract64(s->chan[ch].next_src, 0, 32); in sifive_pdma_readl()
242 val = extract64(s->chan[ch].next_src, 32, 32); in sifive_pdma_readl()
315 s->chan[ch].next_src = value; in sifive_pdma_writeq()
347 s->chan[ch].next_src = 0; in sifive_pdma_writel()
391 s->chan[ch].next_src = deposit64(s->chan[ch].next_src, 0, 32, value); in sifive_pdma_writel()
394 s->chan[ch].next_src = deposit64(s->chan[ch].next_src, 32, 32, value); in sifive_pdma_writel()
/qemu/include/hw/dma/
H A Dsifive_pdma.h33 uint64_t next_src; member