|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/types.h>#include <linux/init.h>#include <linux/serial_core.h>#include <linux/i2c.h>#include <linux/device.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/ata-samsung_cf.h>#include <linux/platform_data/i2c-s3c2410.h>#include <plat/pm.h>#include <plat/s5p-time.h>#include <plat/mfc.h>#include "common.h"Go to the source code of this file.
Macros | |
| #define | SMDKC110_UCON_DEFAULT |
| #define | SMDKC110_ULCON_DEFAULT S3C2410_LCON_CS8 |
| #define | SMDKC110_UFCON_DEFAULT |
Variables | |
| atag_offset = 0x100 | |
| init_irq = s5pv210_init_irq | |
| handle_irq = vic_handle_irq | |
| map_io = smdkc110_map_io | |
| init_machine = smdkc110_machine_init | |
| timer = &s5p_timer | |
| restart = s5pv210_restart | |
| reserve = &smdkc110_reserve | |
| #define SMDKC110_UCON_DEFAULT |
Definition at line 39 of file mach-smdkc110.c.
| #define SMDKC110_UFCON_DEFAULT |
Definition at line 48 of file mach-smdkc110.c.
| #define SMDKC110_ULCON_DEFAULT S3C2410_LCON_CS8 |
Definition at line 46 of file mach-smdkc110.c.
| atag_offset = 0x100 |
Definition at line 154 of file mach-smdkc110.c.
| handle_irq = vic_handle_irq |
Definition at line 156 of file mach-smdkc110.c.
| init_irq = s5pv210_init_irq |
Definition at line 155 of file mach-smdkc110.c.
| init_machine = smdkc110_machine_init |
Definition at line 158 of file mach-smdkc110.c.
| map_io = smdkc110_map_io |
Definition at line 157 of file mach-smdkc110.c.
| reserve = &smdkc110_reserve |
Definition at line 161 of file mach-smdkc110.c.
| restart = s5pv210_restart |
Definition at line 160 of file mach-smdkc110.c.
Definition at line 159 of file mach-smdkc110.c.
1.8.2