Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <asm/page.h>
#include <asm/mach/map.h>
#include <asm/system_misc.h>
#include <mach/addr-map.h>
#include <mach/cputype.h>
#include "common.h"
Go to the source code of this file.
Macros | |
#define | MMP_CHIPID (AXI_VIRT_BASE + 0x82c00) |
Functions | |
EXPORT_SYMBOL (mmp_chip_id) | |
void __init | mmp_map_io (void) |
void | mmp_restart (char mode, const char *cmd) |
Variables | |
unsigned int | mmp_chip_id |
#define MMP_CHIPID (AXI_VIRT_BASE + 0x82c00) |
EXPORT_SYMBOL | ( | mmp_chip_id | ) |