Linux Kernel
3.7.1
|
#include <linux/irq.h>
#include <linux/platform_device.h>
#include <linux/spi/spi.h>
#include <linux/gpio.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <asm/mach/time.h>
#include <mach/hardware.h>
#include <mach/common.h>
#include <mach/iomux-mx51.h>
#include <mach/3ds_debugboard.h>
#include "devices-imx51.h"
Go to the source code of this file.
Macros | |
#define | MX51_3DS_ECSPI2_CS (GPIO_PORTC + 28) |
Variables | |
atag_offset = 0x100 | |
map_io = mx51_map_io | |
init_early = imx51_init_early | |
init_irq = mx51_init_irq | |
handle_irq = imx51_handle_irq | |
timer = &mx51_3ds_timer | |
init_machine = mx51_3ds_init | |
init_late = imx51_init_late | |
restart = mxc_restart | |
#define MX51_3DS_ECSPI2_CS (GPIO_PORTC + 28) |
Definition at line 29 of file mach-mx51_3ds.c.
atag_offset = 0x100 |
Definition at line 170 of file mach-mx51_3ds.c.
handle_irq = imx51_handle_irq |
Definition at line 174 of file mach-mx51_3ds.c.
init_early = imx51_init_early |
Definition at line 172 of file mach-mx51_3ds.c.
init_irq = mx51_init_irq |
Definition at line 173 of file mach-mx51_3ds.c.
init_late = imx51_init_late |
Definition at line 177 of file mach-mx51_3ds.c.
init_machine = mx51_3ds_init |
Definition at line 176 of file mach-mx51_3ds.c.
map_io = mx51_map_io |
Definition at line 171 of file mach-mx51_3ds.c.
restart = mxc_restart |
Definition at line 178 of file mach-mx51_3ds.c.
timer = &mx51_3ds_timer |
Definition at line 175 of file mach-mx51_3ds.c.