Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/qemu/include/hw/dma/
H A Dsifive_pdma.h33 uint64_t next_src; member
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/pm/
H A Dbase.c836 struct nvkm_perfsrc *src, *next_src; in nvkm_pm_dtor() local
843 list_for_each_entry_safe(src, next_src, &pm->sources, head) { in nvkm_pm_dtor()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch31246 + qpu_mc_src_t next_src;
31917 + st->last_l0 = &c->next_src;
31941 + st->last_l1 = &c->next_src;
35527 + *plast_lx = &cmd_c->next_src;