2 * Raspberry Pi emulation (c) 2012 Gregory Estrade
3 * Upstreaming code cleanup [including bcm2835_*] (c) 2013 Jan Petrous
5 * Rasperry Pi 2 emulation and refactoring Copyright (c) 2015, Microsoft
6 * Written by Andrew Baumann
8 * This code is licensed under the GNU GPLv2 and later.
14 #include "qemu-common.h"
15 #include "exec/address-spaces.h"
16 #include "hw/sysbus.h"
32 #define TYPE_BCM2835_DMA "bcm2835_dma"
33 #define BCM2835_DMA(obj) \
34 OBJECT_CHECK(BCM2835DmaState, (obj), TYPE_BCM2835_DMA)
38 MemoryRegion iomem0_14
;
43 BCM2835DmaChan chan
[16];