Loading...
Searching...
No Matches
Go to the documentation of this file.
20#ifndef _uspi_bcm2835_h
21#define _uspi_bcm2835_h
26#define ARM_IO_BASE 0x20000000
28#define ARM_IO_BASE 0x3F000000
31#define GPU_IO_BASE 0x7E000000
33#define GPU_CACHED_BASE 0x40000000
34#define GPU_UNCACHED_BASE 0xC0000000
37 #ifdef GPU_L2_CACHE_ENABLED
38 #define GPU_MEM_BASE GPU_CACHED_BASE
40 #define GPU_MEM_BASE GPU_UNCACHED_BASE
43 #define GPU_MEM_BASE GPU_UNCACHED_BASE
48#define BUS_ADDRESS(phys) (((phys) & ~0xC0000000) | GPU_MEM_BASE)
53#define ARM_USB_BASE (ARM_IO_BASE + 0x980000)
55#define ARM_USB_CORE_BASE ARM_USB_BASE
56#define ARM_USB_HOST_BASE (ARM_USB_BASE + 0x400)
57#define ARM_USB_POWER (ARM_USB_BASE + 0xE00)