Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/i2c.h>
#include <linux/init.h>
#include <linux/serial_core.h>
#include <asm/hardware/vic.h>
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
#include <asm/setup.h>
#include <asm/mach-types.h>
#include <mach/map.h>
#include <mach/regs-clock.h>
#include <plat/regs-serial.h>
#include <plat/devs.h>
#include <plat/cpu.h>
#include <linux/platform_data/i2c-s3c2410.h>
#include <plat/s5p-time.h>
#include "common.h"
Go to the source code of this file.
Macros | |
#define | TORBRECK_UCON_DEFAULT |
#define | TORBRECK_ULCON_DEFAULT S3C2410_LCON_CS8 |
#define | TORBRECK_UFCON_DEFAULT |
Variables | |
atag_offset = 0x100 | |
init_irq = s5pv210_init_irq | |
handle_irq = vic_handle_irq | |
map_io = torbreck_map_io | |
init_machine = torbreck_machine_init | |
timer = &s5p_timer | |
restart = s5pv210_restart | |
#define TORBRECK_UCON_DEFAULT |
Definition at line 35 of file mach-torbreck.c.
#define TORBRECK_UFCON_DEFAULT |
Definition at line 44 of file mach-torbreck.c.
#define TORBRECK_ULCON_DEFAULT S3C2410_LCON_CS8 |
Definition at line 42 of file mach-torbreck.c.
atag_offset = 0x100 |
Definition at line 130 of file mach-torbreck.c.
handle_irq = vic_handle_irq |
Definition at line 132 of file mach-torbreck.c.
init_irq = s5pv210_init_irq |
Definition at line 131 of file mach-torbreck.c.
init_machine = torbreck_machine_init |
Definition at line 134 of file mach-torbreck.c.
map_io = torbreck_map_io |
Definition at line 133 of file mach-torbreck.c.
restart = s5pv210_restart |
Definition at line 136 of file mach-torbreck.c.
Definition at line 135 of file mach-torbreck.c.