Lines Matching +full:dma +full:- +full:controller
5 * arch/arm/mach-{bcm2708,bcm2709}/include/mach/platform.h
25 * https://github.com/hermanhermitage/videocoreiv/wiki/MMIO-Register-map
34 /* Registered machine type (matches RPi Foundation bootloader and U-Boot) */
37 #define TYPE_RASPI_BASE_MACHINE MACHINE_TYPE_NAME("raspi-base")
69 #define INTE_OFFSET 0x2000 /* VC Interrupt controller */
73 #define MPHI_OFFSET 0x6000 /* Message-based Parallel Host Intf. */
74 #define DMA_OFFSET 0x7000 /* DMA controller, channels 0-14 */
79 #define ARMCTRL_IC_OFFSET (ARM_OFFSET + 0x200) /* Interrupt controller */
123 #define USB_OTG_OFFSET 0x980000 /* DTC_OTG USB controller */
126 #define L2CC_OFFSET 0xe01000 /* Level 2 Cache controller */
127 #define L1CC_OFFSET 0xe02000 /* Level 1 Cache controller */
129 #define DMA15_OFFSET 0xE05000 /* DMA controller, channel 15 */
213 * TODO: this is really SoC-specific; we might want to
214 * set it per-SoC if it turns out any guests care.