Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Dbcm2835_dma.c69 ch->source_ad = ldl_le_phys(&s->dma_as, ch->conblk_ad + 4); in bcm2835_dma_update()
96 data = ldl_le_phys(&s->dma_as, ch->source_ad); in bcm2835_dma_update()
99 ch->source_ad += 4; in bcm2835_dma_update()
121 ch->source_ad += src_stride; in bcm2835_dma_update()
169 res = ch->source_ad; in bcm2835_dma_read()
318 VMSTATE_UINT32(source_ad, BCM2835DMAChan),
/openbmc/qemu/include/hw/dma/
H A Dbcm2835_dma.h18 uint32_t source_ad; member