Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/mbus.h>
#include <linux/io.h>
#include <asm/mach/arch.h>
#include <asm/setup.h>
#include <mach/dove.h>
#include <plat/addr-map.h>
#include "common.h"
Go to the source code of this file.
Macros | |
#define | TARGET_DDR 0x0 |
#define | TARGET_BOOTROM 0x1 |
#define | TARGET_CESA 0x3 |
#define | TARGET_PCIE0 0x4 |
#define | TARGET_PCIE1 0x8 |
#define | TARGET_SCRATCHPAD 0xd |
#define | ATTR_CESA 0x01 |
#define | ATTR_BOOTROM 0xfd |
#define | ATTR_DEV_SPI0_ROM 0xfe |
#define | ATTR_DEV_SPI1_ROM 0xfb |
#define | ATTR_PCIE_IO 0xe0 |
#define | ATTR_PCIE_MEM 0xe8 |
#define | ATTR_SCRATCHPAD 0x0 |
Functions | |
void __init | dove_setup_cpu_mbus (void) |
#define ATTR_BOOTROM 0xfd |
Definition at line 32 of file addr-map.c.
#define ATTR_CESA 0x01 |
Definition at line 31 of file addr-map.c.
#define ATTR_DEV_SPI0_ROM 0xfe |
Definition at line 33 of file addr-map.c.
#define ATTR_DEV_SPI1_ROM 0xfb |
Definition at line 34 of file addr-map.c.
#define ATTR_PCIE_IO 0xe0 |
Definition at line 35 of file addr-map.c.
#define ATTR_PCIE_MEM 0xe8 |
Definition at line 36 of file addr-map.c.
#define ATTR_SCRATCHPAD 0x0 |
Definition at line 37 of file addr-map.c.
#define TARGET_BOOTROM 0x1 |
Definition at line 25 of file addr-map.c.
#define TARGET_CESA 0x3 |
Definition at line 26 of file addr-map.c.
#define TARGET_DDR 0x0 |
Definition at line 24 of file addr-map.c.
#define TARGET_PCIE0 0x4 |
Definition at line 27 of file addr-map.c.
#define TARGET_PCIE1 0x8 |
Definition at line 28 of file addr-map.c.
#define TARGET_SCRATCHPAD 0xd |
Definition at line 29 of file addr-map.c.
Definition at line 91 of file addr-map.c.