Home
last modified time | relevance | path

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

/qemu/hw/dma/
H A Dsifive_pdma.c76 uint32_t config = s->chan[ch].next_config; in sifive_pdma_run()
139 if (s->chan[ch].next_config & CONFIG_REPEAT) { in sifive_pdma_run()
224 val = s->chan[ch].next_config; in sifive_pdma_readl()
343 s->chan[ch].next_config = (CONFIG_RDSZ_DEFAULT << CONFIG_RDSZ_SHIFT) | in sifive_pdma_writel()
374 s->chan[ch].next_config = value; in sifive_pdma_writel()
/qemu/include/hw/dma/
H A Dsifive_pdma.h30 uint32_t next_config; member