Linux Kernel
3.7.1
|
#include <linux/platform_device.h>
#include <linux/gpio.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <asm/mach/time.h>
#include <asm/mach/map.h>
#include <mach/hardware.h>
#include <mach/common.h>
#include <mach/iomux-mx27.h>
#include "devices-imx27.h"
Go to the source code of this file.
Variables | |
atag_offset = 0x100 | |
map_io = mx27_map_io | |
init_early = imx27_init_early | |
init_irq = mx27_init_irq | |
handle_irq = imx27_handle_irq | |
timer = &mx27lite_timer | |
init_machine = mx27lite_init | |
restart = mxc_restart | |
atag_offset = 0x100 |
Definition at line 80 of file mach-imx27lite.c.
handle_irq = imx27_handle_irq |
Definition at line 84 of file mach-imx27lite.c.
init_early = imx27_init_early |
Definition at line 82 of file mach-imx27lite.c.
init_irq = mx27_init_irq |
Definition at line 83 of file mach-imx27lite.c.
init_machine = mx27lite_init |
Definition at line 86 of file mach-imx27lite.c.
map_io = mx27_map_io |
Definition at line 81 of file mach-imx27lite.c.
restart = mxc_restart |
Definition at line 87 of file mach-imx27lite.c.
timer = &mx27lite_timer |
Definition at line 85 of file mach-imx27lite.c.