|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <asm/mach-types.h>#include <asm/mach/arch.h>#include <asm/mach/map.h>#include "common.h"#include <plat/usb.h>Go to the source code of this file.
Variables | |
| atag_offset = 0x100 | |
| map_io = ti81xx_map_io | |
| init_early = ti81xx_init_early | |
| init_irq = ti81xx_init_irq | |
| timer = &omap3_timer | |
| init_machine = ti81xx_evm_init | |
| init_late = ti81xx_init_late | |
| restart = omap_prcm_restart | |
| MACHINE_END atag_offset = 0x100 |
Definition at line 41 of file board-ti8168evm.c.
| MACHINE_END init_early = ti81xx_init_early |
Definition at line 43 of file board-ti8168evm.c.
| MACHINE_END init_irq = ti81xx_init_irq |
Definition at line 44 of file board-ti8168evm.c.
| MACHINE_END init_late = ti81xx_init_late |
Definition at line 47 of file board-ti8168evm.c.
| MACHINE_END init_machine = ti81xx_evm_init |
Definition at line 46 of file board-ti8168evm.c.
| MACHINE_END map_io = ti81xx_map_io |
Definition at line 42 of file board-ti8168evm.c.
| MACHINE_END restart = omap_prcm_restart |
Definition at line 48 of file board-ti8168evm.c.
Definition at line 45 of file board-ti8168evm.c.
1.8.2