|
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/i2c/twl.h>#include <linux/mtd/nand.h>#include <asm/mach-types.h>#include <asm/mach/arch.h>#include "common.h"#include <plat/usb.h>#include <mach/board-zoom.h>#include "board-flash.h"#include "mux.h"#include "sdram-micron-mt46h32m32lf-6.h"#include "sdram-hynix-h8mbx00u0mer-0em.h"Go to the source code of this file.
Macros | |
| #define | ZOOM3_EHCI_RESET_GPIO 64 |
Variables | |
| atag_offset = 0x100 | |
| reserve = omap_reserve | |
| map_io = omap3_map_io | |
| init_early = omap3430_init_early | |
| init_irq = omap3_init_irq | |
| handle_irq = omap3_intc_handle_irq | |
| init_machine = omap_zoom_init | |
| init_late = omap3430_init_late | |
| timer = &omap3_timer | |
| restart = omap_prcm_restart | |
| #define ZOOM3_EHCI_RESET_GPIO 64 |
Definition at line 34 of file board-zoom.c.
| MACHINE_END atag_offset = 0x100 |
Definition at line 132 of file board-zoom.c.
| MACHINE_END handle_irq = omap3_intc_handle_irq |
Definition at line 137 of file board-zoom.c.
| MACHINE_END init_early = omap3430_init_early |
Definition at line 135 of file board-zoom.c.
| MACHINE_END init_irq = omap3_init_irq |
Definition at line 136 of file board-zoom.c.
| MACHINE_END init_late = omap3430_init_late |
Definition at line 139 of file board-zoom.c.
| MACHINE_END init_machine = omap_zoom_init |
Definition at line 138 of file board-zoom.c.
| MACHINE_END map_io = omap3_map_io |
Definition at line 134 of file board-zoom.c.
| MACHINE_END reserve = omap_reserve |
Definition at line 133 of file board-zoom.c.
| MACHINE_END restart = omap_prcm_restart |
Definition at line 141 of file board-zoom.c.
Definition at line 140 of file board-zoom.c.
1.8.2