Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Dbcm2835_dma.c70 ch->dest_ad = ldl_le_phys(&s->dma_as, ch->conblk_ad + 8); in bcm2835_dma_update()
105 stl_le_phys(&s->dma_as, ch->dest_ad, data); in bcm2835_dma_update()
108 ch->dest_ad += 4; in bcm2835_dma_update()
122 ch->dest_ad += dst_stride; in bcm2835_dma_update()
172 res = ch->dest_ad; in bcm2835_dma_read()
319 VMSTATE_UINT32(dest_ad, BCM2835DMAChan),
/openbmc/qemu/include/hw/dma/
H A Dbcm2835_dma.h19 uint32_t dest_ad; member