|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <linux/platform_device.h>#include <linux/input.h>#include <linux/gpio.h>#include <linux/mtd/nand.h>#include <asm/mach-types.h>#include <asm/mach/arch.h>#include "common.h"#include "gpmc-smc91x.h"#include <plat/usb.h>#include <mach/board-zoom.h>#include "board-flash.h"#include "mux.h"#include "sdram-hynix-h8mbx00u0mer-0em.h"Go to the source code of this file.
Variables | |
| atag_offset = 0x100 | |
| reserve = omap_reserve | |
| map_io = omap3_map_io | |
| init_early = omap3630_init_early | |
| init_irq = omap3_init_irq | |
| handle_irq = omap3_intc_handle_irq | |
| init_machine = omap_sdp_init | |
| init_late = omap3630_init_late | |
| timer = &omap3_timer | |
| restart = omap_prcm_restart | |
| atag_offset = 0x100 |
Definition at line 207 of file board-3630sdp.c.
| handle_irq = omap3_intc_handle_irq |
Definition at line 212 of file board-3630sdp.c.
| init_early = omap3630_init_early |
Definition at line 210 of file board-3630sdp.c.
| init_irq = omap3_init_irq |
Definition at line 211 of file board-3630sdp.c.
| init_late = omap3630_init_late |
Definition at line 214 of file board-3630sdp.c.
| init_machine = omap_sdp_init |
Definition at line 213 of file board-3630sdp.c.
| map_io = omap3_map_io |
Definition at line 209 of file board-3630sdp.c.
| reserve = omap_reserve |
Definition at line 208 of file board-3630sdp.c.
| restart = omap_prcm_restart |
Definition at line 216 of file board-3630sdp.c.
| timer = &omap3_timer |
Definition at line 215 of file board-3630sdp.c.
1.8.2