Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Dsifive_pdma.c118 s->chan[ch].exec_bytes = bytes; in sifive_pdma_run()
127 s->chan[ch].exec_bytes -= size; in sifive_pdma_run()
135 s->chan[ch].exec_bytes -= remainder; in sifive_pdma_run()
140 s->chan[ch].exec_bytes = bytes; in sifive_pdma_run()
196 val = s->chan[ch].exec_bytes; in sifive_pdma_readq()
248 val = extract64(s->chan[ch].exec_bytes, 0, 32); in sifive_pdma_readl()
251 val = extract64(s->chan[ch].exec_bytes, 32, 32); in sifive_pdma_readl()
/openbmc/qemu/include/hw/dma/
H A Dsifive_pdma.h35 uint64_t exec_bytes; member