Searched +full:0 +full:xe2000000 (Results 1 – 3 of 3) sorted by relevance
17 - SMC SRAM@0xe2000000 64MB
227 For example, suppose we have a container A of size 0x8000 with two subregions228 B and C. B is a container mapped at 0x2000, size 0x4000, priority 2; C is229 an MMIO region mapped at 0x0, size 0x6000, priority 1. B currently has two230 of its own subregions: D of size 0x1000 at offset 0 and E of size 0x1000 at231 offset 0x2000. As a diagram::233 0 1000 2000 3000 4000 5000 6000 7000 8000295 system_memory: container@0-2^48-1297 +---- lomem: alias@0-0xdfffffff ---> #ram (0-0xdfffffff)299 +---- himem: alias@0x100000000-0x11fffffff ---> #ram (0xe0000000-0xffffffff)301 +---- vga-window: alias@0xa0000-0xbffff ---> #pci (0xa0000-0xbffff)[all …]
57 #define MPCORE_PERIPHBASE 0xF8F0000058 #define ZYNQ_BOARD_MIDR 0x413FC09066 #define BOARD_SETUP_ADDR 0x10068 #define SLCR_LOCK_OFFSET 0x00469 #define SLCR_UNLOCK_OFFSET 0x00870 #define SLCR_ARM_PLL_OFFSET 0x10072 #define SLCR_XILINX_UNLOCK_KEY 0xdf0d73 #define SLCR_XILINX_LOCK_KEY 0x767b75 #define ZYNQ_SDHCI_CAPABILITIES 0x69ec0080 /* Datasheet: UG585 (v1.12.1) */77 #define ARMV7_IMM16(x) (extract32((x), 0, 12) | \[all …]