#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/of_address.h>
#include <linux/io.h>
Go to the source code of this file.
arch_initcall |
( |
mvebu_system_controller_init |
| ) |
|
Initial value:= {
.rstoutn_mask_offset = 0x60,
.system_soft_reset_offset = 0x64,
.rstoutn_mask_reset_out_en = 0x1,
.system_soft_reset = 0x1,
}
Definition at line 41 of file system-controller.c.
Initial value:= {
.rstoutn_mask_offset = 0x108,
.system_soft_reset_offset = 0x10c,
.rstoutn_mask_reset_out_en = 0x4,
.system_soft_reset = 0x1,
}
Definition at line 48 of file system-controller.c.