|
Linux Kernel
3.7.1
|
#include <linux/io.h>#include <linux/pm.h>#include <asm/mach-types.h>#include <asm/mach/arch.h>#include <asm/mach/time.h>#include <asm/mach/map.h>#include <linux/of.h>#include <linux/of_address.h>#include <linux/of_irq.h>#include <linux/of_platform.h>#include <mach/restart.h>#include "common.h"Go to the source code of this file.
Macros | |
| #define | LEGACY_GPIO_BASE 0xD8110000 |
| #define | LEGACY_PMC_BASE 0xD8130000 |
| #define | VT8500_GPIO_MUX_REG 0x200 |
| #define | VT8500_HCR_REG 0x12 |
| #define | VT8500_PMSR_REG 0x60 |
Functions | |
| void | vt8500_restart (char mode, const char *cmd) |
| void __init | vt8500_map_io (void) |
| void __init | vt8500_init (void) |
Variables | |
| dt_compat = vt8500_dt_compat | |
| map_io = vt8500_map_io | |
| init_irq = vt8500_init_irq | |
| timer = &vt8500_timer | |
| init_machine = vt8500_init | |
| restart = vt8500_restart | |
| init_machine = vt8500_init |
| map_io = vt8500_map_io |
| restart = vt8500_restart |
1.8.2