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/gpio.h>
#include <linux/device.h>
#include <linux/platform_device.h>
#include <linux/proc_fs.h>
#include <linux/serial_core.h>
#include <linux/io.h>
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
#include <asm/mach/irq.h>
#include <asm/mach/flash.h>
#include <mach/hardware.h>
#include <asm/irq.h>
#include <asm/mach-types.h>
#include <mach/fb.h>
#include <plat/regs-serial.h>
#include <mach/regs-lcd.h>
#include <mach/regs-gpio.h>
#include <linux/platform_data/i2c-s3c2410.h>
#include <plat/devs.h>
#include <plat/cpu.h>
#include <plat/gpio-cfg.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/partitions.h>
#include <linux/mtd/map.h>
#include <linux/mtd/physmap.h>
#include "common.h"
Go to the source code of this file.
Macros | |
#define | UCON S3C2410_UCON_DEFAULT |
#define | ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB |
#define | UFCON S3C2410_UFCON_RXTRIG8 | S3C2410_UFCON_FIFOMODE |
Variables | |
atag_offset = 0x100 | |
map_io = amlm5900_map_io | |
init_irq = s3c24xx_init_irq | |
init_machine = amlm5900_init | |
timer = &s3c24xx_timer | |
restart = s3c2410_restart | |
#define UCON S3C2410_UCON_DEFAULT |
Definition at line 115 of file mach-amlm5900.c.
#define UFCON S3C2410_UFCON_RXTRIG8 | S3C2410_UFCON_FIFOMODE |
Definition at line 117 of file mach-amlm5900.c.
#define ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB |
Definition at line 116 of file mach-amlm5900.c.
atag_offset = 0x100 |
Definition at line 236 of file mach-amlm5900.c.
init_irq = s3c24xx_init_irq |
Definition at line 238 of file mach-amlm5900.c.
init_machine = amlm5900_init |
Definition at line 239 of file mach-amlm5900.c.
map_io = amlm5900_map_io |
Definition at line 237 of file mach-amlm5900.c.
restart = s3c2410_restart |
Definition at line 241 of file mach-amlm5900.c.
Definition at line 240 of file mach-amlm5900.c.