Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/interrupt.h>
#include <linux/list.h>
#include <linux/timer.h>
#include <linux/init.h>
#include <linux/serial_core.h>
#include <linux/platform_device.h>
#include <linux/i2c.h>
#include <linux/io.h>
#include <asm/mach-types.h>
#include <asm/hardware/vic.h>
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
#include <asm/mach/irq.h>
#include <mach/hardware.h>
#include <mach/map.h>
#include <plat/regs-serial.h>
#include <plat/clock.h>
#include <plat/devs.h>
#include <plat/cpu.h>
#include <linux/platform_data/i2c-s3c2410.h>
#include "common.h"
Go to the source code of this file.
Macros | |
#define | UCON S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK |
#define | ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB |
#define | UFCON S3C2410_UFCON_RXTRIG8 | S3C2410_UFCON_FIFOMODE |
Variables | |
atag_offset = 0x100 | |
init_irq = s3c6400_init_irq | |
handle_irq = vic_handle_irq | |
map_io = smdk6400_map_io | |
init_machine = smdk6400_machine_init | |
init_late = s3c64xx_init_late | |
timer = &s3c24xx_timer | |
restart = s3c64xx_restart | |
#define UCON S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK |
Definition at line 42 of file mach-smdk6400.c.
#define UFCON S3C2410_UFCON_RXTRIG8 | S3C2410_UFCON_FIFOMODE |
Definition at line 44 of file mach-smdk6400.c.
#define ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB |
Definition at line 43 of file mach-smdk6400.c.
atag_offset = 0x100 |
Definition at line 90 of file mach-smdk6400.c.
handle_irq = vic_handle_irq |
Definition at line 93 of file mach-smdk6400.c.
init_irq = s3c6400_init_irq |
Definition at line 92 of file mach-smdk6400.c.
init_late = s3c64xx_init_late |
Definition at line 96 of file mach-smdk6400.c.
init_machine = smdk6400_machine_init |
Definition at line 95 of file mach-smdk6400.c.
map_io = smdk6400_map_io |
Definition at line 94 of file mach-smdk6400.c.
restart = s3c64xx_restart |
Definition at line 98 of file mach-smdk6400.c.
Definition at line 97 of file mach-smdk6400.c.