Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/io.h>
#include <linux/mm.h>
#include <linux/pm.h>
#include <linux/of_address.h>
#include <asm/system_misc.h>
#include <asm/mach/map.h>
#include <mach/hardware.h>
#include <mach/cpu.h>
#include <mach/at91_dbgu.h>
#include <mach/at91_pmc.h>
#include <mach/at91_shdwc.h>
#include "soc.h"
#include "generic.h"
Go to the source code of this file.
Functions | |
EXPORT_SYMBOL (at91_soc_initdata) | |
void __init | at91rm9200_set_type (int type) |
void __init | at91_init_irq_default (void) |
void __init | at91_init_interrupts (unsigned int *priority) |
EXPORT_SYMBOL_GPL (at91_ramc_base) | |
void __init | at91_ioremap_ramc (int id, u32 addr, u32 size) |
void __init | at91_init_sram (int bank, unsigned long base, unsigned int length) |
const char * | at91_get_soc_type (struct at91_socinfo *c) |
EXPORT_SYMBOL (at91_get_soc_type) | |
const char * | at91_get_soc_subtype (struct at91_socinfo *c) |
EXPORT_SYMBOL (at91_get_soc_subtype) | |
void __init | at91_map_io (void) |
void __init | at91_ioremap_shdwc (u32 base_addr) |
void __init | at91_ioremap_rstc (u32 base_addr) |
EXPORT_SYMBOL_GPL (at91_matrix_base) | |
void __init | at91_ioremap_matrix (u32 base_addr) |
void __init | at91_initialize (unsigned long main_clock) |
EXPORT_SYMBOL | ( | at91_soc_initdata | ) |
EXPORT_SYMBOL | ( | at91_get_soc_type | ) |
EXPORT_SYMBOL | ( | at91_get_soc_subtype | ) |
EXPORT_SYMBOL_GPL | ( | at91_ramc_base | ) |
EXPORT_SYMBOL_GPL | ( | at91_matrix_base | ) |
struct at91_init_soc __initdata at91_boot_soc |
struct at91_socinfo at91_soc_initdata |