Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/mutex.h>
#include <linux/io.h>
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/of.h>
#include <linux/of_address.h>
Go to the source code of this file.
Macros | |
#define | SIRFSOC_SYS_RST_BIT BIT(31) |
Functions | |
early_initcall (sirfsoc_of_rstc_init) | |
int | sirfsoc_reset_device (struct device *dev) |
void | sirfsoc_restart (char mode, const char *cmd) |
Variables | |
void __iomem * | sirfsoc_rstc_base |
early_initcall | ( | sirfsoc_of_rstc_init | ) |