Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Dsifive_pdma.c73 uint64_t bytes = s->chan[ch].next_bytes; in sifive_pdma_run()
186 val = s->chan[ch].next_bytes; in sifive_pdma_readq()
226 val = extract64(s->chan[ch].next_bytes, 0, 32); in sifive_pdma_readl()
229 val = extract64(s->chan[ch].next_bytes, 32, 32); in sifive_pdma_readl()
308 s->chan[ch].next_bytes = value; in sifive_pdma_writeq()
344 s->chan[ch].next_bytes = 0; in sifive_pdma_writel()
376 s->chan[ch].next_bytes = in sifive_pdma_writel()
377 deposit64(s->chan[ch].next_bytes, 0, 32, value); in sifive_pdma_writel()
380 s->chan[ch].next_bytes = in sifive_pdma_writel()
381 deposit64(s->chan[ch].next_bytes, 32, 32, value); in sifive_pdma_writel()
/openbmc/qemu/include/hw/dma/
H A Dsifive_pdma.h31 uint64_t next_bytes; member