Linux Kernel
3.7.1
|
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 |
#define soc_readl | ( | addr | ) | __raw_readl(addr) |