|
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/serial_core.h>#include <linux/platform_device.h>#include <linux/ata_platform.h>#include <linux/i2c.h>#include <linux/io.h>#include <linux/sm501.h>#include <linux/sm501-regs.h>#include <asm/mach/arch.h>#include <asm/mach/map.h>#include <asm/mach/irq.h>#include <mach/anubis-map.h>#include <mach/anubis-irq.h>#include <mach/anubis-cpld.h>#include <mach/hardware.h>#include <asm/irq.h>#include <asm/mach-types.h>#include <plat/regs-serial.h>#include <mach/regs-gpio.h>#include <mach/regs-mem.h>#include <mach/regs-lcd.h>#include <linux/platform_data/mtd-nand-s3c2410.h>#include <linux/platform_data/i2c-s3c2410.h>#include <linux/mtd/mtd.h>#include <linux/mtd/nand.h>#include <linux/mtd/nand_ecc.h>#include <linux/mtd/partitions.h>#include <net/ax88796.h>#include <plat/clock.h>#include <plat/devs.h>#include <plat/cpu.h>#include <linux/platform_data/asoc-s3c24xx_simtec.h>#include "simtec.h"#include "common.h"Go to the source code of this file.
Macros | |
| #define | COPYRIGHT ", Copyright 2005-2009 Simtec Electronics" |
| #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 | |
| map_io = anubis_map_io | |
| init_machine = anubis_init | |
| init_irq = s3c24xx_init_irq | |
| timer = &s3c24xx_timer | |
| restart = s3c244x_restart | |
| #define COPYRIGHT ", Copyright 2005-2009 Simtec Electronics" |
Definition at line 61 of file mach-anubis.c.
| #define UCON S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK |
Definition at line 98 of file mach-anubis.c.
| #define UFCON S3C2410_UFCON_RXTRIG8 | S3C2410_UFCON_FIFOMODE |
Definition at line 100 of file mach-anubis.c.
| #define ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB |
Definition at line 99 of file mach-anubis.c.
| atag_offset = 0x100 |
Definition at line 447 of file mach-anubis.c.
| init_irq = s3c24xx_init_irq |
Definition at line 450 of file mach-anubis.c.
| init_machine = anubis_init |
Definition at line 449 of file mach-anubis.c.
| map_io = anubis_map_io |
Definition at line 448 of file mach-anubis.c.
| restart = s3c244x_restart |
Definition at line 452 of file mach-anubis.c.
Definition at line 451 of file mach-anubis.c.
1.8.2