Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
soc.c File Reference
#include <linux/module.h>
#include <linux/ctype.h>
#include <linux/etherdevice.h>
#include <asm/setup.h>
#include <asm/soc.h>

Go to the source code of this file.

Functions

int soc_get_exception (void)
 
void soc_assert_event (unsigned int evt)
 
 __setup ("emac_addr=", get_mac_addr_from_cmdline)
 
int soc_mac_addr (unsigned int index, u8 *addr)
 
 EXPORT_SYMBOL_GPL (soc_mac_addr)
 

Variables

struct soc_ops soc_ops
 

Function Documentation

__setup ( )
EXPORT_SYMBOL_GPL ( soc_mac_addr  )
void soc_assert_event ( unsigned int  evt)

Definition at line 26 of file soc.c.

int soc_get_exception ( void  )

Definition at line 19 of file soc.c.

int soc_mac_addr ( unsigned int  index,
u8 addr 
)

Definition at line 63 of file soc.c.

Variable Documentation

Definition at line 17 of file soc.c.