Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
soc.h File Reference

Go to the source code of this file.

Data Structures

struct  soc_ops
 

Macros

#define soc_readl(addr)   __raw_readl(addr)
 
#define soc_writel(b, addr)   __raw_writel((b), (addr))
 

Functions

int soc_get_exception (void)
 
void soc_assert_event (unsigned int event)
 
int soc_mac_addr (unsigned int index, u8 *addr)
 

Variables

struct soc_ops soc_ops
 

Macro Definition Documentation

#define soc_readl (   addr)    __raw_readl(addr)

Definition at line 32 of file soc.h.

#define soc_writel (   b,
  addr 
)    __raw_writel((b), (addr))

Definition at line 33 of file soc.h.

Function Documentation

void soc_assert_event ( unsigned int  event)

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.