Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
prom.c File Reference
#include <linux/export.h>
#include <linux/clk.h>
#include <linux/bootmem.h>
#include <linux/of_platform.h>
#include <linux/of_fdt.h>
#include <asm/bootinfo.h>
#include <asm/time.h>
#include <lantiq.h>
#include "prom.h"
#include "clk.h"

Go to the source code of this file.

Functions

 DEFINE_SPINLOCK (ebu_lock)
 
 EXPORT_SYMBOL_GPL (ebu_lock)
 
const charget_system_type (void)
 
void prom_free_prom_memory (void)
 
void __init plat_mem_setup (void)
 
void __init device_tree_init (void)
 
void __init prom_init (void)
 
int __init plat_of_setup (void)
 
 arch_initcall (plat_of_setup)
 

Function Documentation

arch_initcall ( plat_of_setup  )
DEFINE_SPINLOCK ( ebu_lock  )
void __init device_tree_init ( void  )

Definition at line 76 of file prom.c.

EXPORT_SYMBOL_GPL ( ebu_lock  )
const char* get_system_type ( void  )

Definition at line 33 of file prom.c.

void __init plat_mem_setup ( void  )

Definition at line 60 of file prom.c.

int __init plat_of_setup ( void  )

Definition at line 111 of file prom.c.

void prom_free_prom_memory ( void  )

Definition at line 38 of file prom.c.

void __init prom_init ( void  )

Early entry point for arch setup

Definition at line 95 of file prom.c.