|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/kernel.h>#include <linux/platform_device.h>#include <linux/io.h>#include <linux/regulator/machine.h>#include <linux/regulator/max8649.h>#include <linux/regulator/fixed.h>#include <linux/mfd/max8925.h>#include <asm/mach-types.h>#include <asm/mach/arch.h>#include <mach/addr-map.h>#include <mach/mfp-mmp2.h>#include <mach/mmp2.h>#include <mach/irqs.h>#include "common.h"Go to the source code of this file.
Macros | |
| #define | BROWNSTONE_NR_IRQS (MMP_NR_IRQS + 40) |
| #define | GPIO_5V_ENABLE (89) |
Variables | |
| map_io = mmp_map_io | |
| nr_irqs = BROWNSTONE_NR_IRQS | |
| init_irq = mmp2_init_irq | |
| timer = &mmp2_timer | |
| init_machine = brownstone_init | |
| restart = mmp_restart | |
| #define BROWNSTONE_NR_IRQS (MMP_NR_IRQS + 40) |
Definition at line 31 of file brownstone.c.
| #define GPIO_5V_ENABLE (89) |
Definition at line 33 of file brownstone.c.
| init_irq = mmp2_init_irq |
Definition at line 220 of file brownstone.c.
| init_machine = brownstone_init |
Definition at line 222 of file brownstone.c.
| map_io = mmp_map_io |
Definition at line 218 of file brownstone.c.
| nr_irqs = BROWNSTONE_NR_IRQS |
Definition at line 219 of file brownstone.c.
| restart = mmp_restart |
Definition at line 223 of file brownstone.c.
| timer = &mmp2_timer |
Definition at line 221 of file brownstone.c.
1.8.2