Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
setup.c File Reference
#include <linux/init.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/reboot.h>
#include <linux/string.h>
#include <asm/bootinfo.h>
#include <asm/mipsregs.h>
#include <asm/io.h>
#include <asm/sibyte/sb1250.h>
#include <asm/sibyte/sb1250_regs.h>
#include <asm/sibyte/sb1250_scd.h>

Go to the source code of this file.

Functions

 EXPORT_SYMBOL (soc_type)
 
 EXPORT_SYMBOL (zbbus_mhz)
 
int sb1250_m3_workaround_needed (void)
 
void __init sb1250_setup (void)
 

Variables

unsigned int sb1_pass
 
unsigned int soc_pass
 
unsigned int soc_type
 
unsigned int periph_rev
 
unsigned int zbbus_mhz
 

Function Documentation

EXPORT_SYMBOL ( soc_type  )
EXPORT_SYMBOL ( zbbus_mhz  )
int sb1250_m3_workaround_needed ( void  )

Definition at line 90 of file setup.c.

void __init sb1250_setup ( void  )

Definition at line 179 of file setup.c.

Variable Documentation

unsigned int periph_rev

Definition at line 35 of file setup.c.

unsigned int sb1_pass

Definition at line 31 of file setup.c.

unsigned int soc_pass

Definition at line 32 of file setup.c.

unsigned int soc_type

Definition at line 33 of file setup.c.

unsigned int zbbus_mhz

Definition at line 36 of file setup.c.