|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <linux/init.h>#include <linux/delay.h>#include <linux/clk.h>#include <linux/irq.h>#include <linux/gpio.h>#include <linux/platform_device.h>#include <linux/usb/otg.h>#include <mach/hardware.h>#include <asm/mach-types.h>#include <asm/mach/arch.h>#include <asm/mach/time.h>#include <asm/memory.h>#include <asm/mach/map.h>#include <mach/common.h>#include <mach/mx25.h>#include <mach/iomux-mx25.h>#include "devices-imx25.h"Go to the source code of this file.
Macros | |
| #define | MX25PDK_CAN_PWDN IMX_GPIO_NR(4, 6) |
| #define | FEC_ENABLE_GPIO IMX_GPIO_NR(2, 3) |
| #define | FEC_RESET_B_GPIO IMX_GPIO_NR(4, 8) |
| #define | SD1_GPIO_WP IMX_GPIO_NR(2, 0) |
| #define | SD1_GPIO_CD IMX_GPIO_NR(2, 1) |
Variables | |
| atag_offset = 0x100 | |
| map_io = mx25_map_io | |
| init_early = imx25_init_early | |
| init_irq = mx25_init_irq | |
| handle_irq = imx25_handle_irq | |
| timer = &mx25pdk_timer | |
| init_machine = mx25pdk_init | |
| restart = mxc_restart | |
| #define FEC_ENABLE_GPIO IMX_GPIO_NR(2, 3) |
Definition at line 124 of file mach-mx25_3ds.c.
| #define FEC_RESET_B_GPIO IMX_GPIO_NR(4, 8) |
Definition at line 125 of file mach-mx25_3ds.c.
| #define MX25PDK_CAN_PWDN IMX_GPIO_NR(4, 6) |
Definition at line 46 of file mach-mx25_3ds.c.
| #define SD1_GPIO_CD IMX_GPIO_NR(2, 1) |
Definition at line 220 of file mach-mx25_3ds.c.
| #define SD1_GPIO_WP IMX_GPIO_NR(2, 0) |
Definition at line 219 of file mach-mx25_3ds.c.
| atag_offset = 0x100 |
Definition at line 266 of file mach-mx25_3ds.c.
| handle_irq = imx25_handle_irq |
Definition at line 270 of file mach-mx25_3ds.c.
| init_early = imx25_init_early |
Definition at line 268 of file mach-mx25_3ds.c.
| init_irq = mx25_init_irq |
Definition at line 269 of file mach-mx25_3ds.c.
| init_machine = mx25pdk_init |
Definition at line 272 of file mach-mx25_3ds.c.
| map_io = mx25_map_io |
Definition at line 267 of file mach-mx25_3ds.c.
| restart = mxc_restart |
Definition at line 273 of file mach-mx25_3ds.c.
| timer = &mx25pdk_timer |
Definition at line 271 of file mach-mx25_3ds.c.
1.8.2