Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
mach-nexcoder.c File Reference
#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/string.h>
#include <linux/serial_core.h>
#include <linux/platform_device.h>
#include <linux/io.h>
#include <linux/mtd/map.h>
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
#include <asm/mach/irq.h>
#include <asm/setup.h>
#include <mach/hardware.h>
#include <asm/irq.h>
#include <asm/mach-types.h>
#include <mach/regs-gpio.h>
#include <plat/regs-serial.h>
#include <linux/platform_data/i2c-s3c2410.h>
#include <plat/gpio-cfg.h>
#include <plat/s3c2410.h>
#include <plat/s3c244x.h>
#include <plat/clock.h>
#include <plat/devs.h>
#include <plat/cpu.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_RXTRIG12 | S3C2410_UFCON_FIFOMODE
 

Variables

 atag_offset = 0x100
 
 map_io = nexcoder_map_io
 
 init_machine = nexcoder_init
 
 init_irq = s3c24xx_init_irq
 
 timer = &s3c24xx_timer
 
 restart = s3c244x_restart
 

Macro Definition Documentation

#define UCON   S3C2410_UCON_DEFAULT

Definition at line 56 of file mach-nexcoder.c.

Definition at line 58 of file mach-nexcoder.c.

Definition at line 57 of file mach-nexcoder.c.

Variable Documentation

atag_offset = 0x100

Definition at line 152 of file mach-nexcoder.c.

init_irq = s3c24xx_init_irq

Definition at line 155 of file mach-nexcoder.c.

init_machine = nexcoder_init

Definition at line 154 of file mach-nexcoder.c.

map_io = nexcoder_map_io

Definition at line 153 of file mach-nexcoder.c.

restart = s3c244x_restart

Definition at line 157 of file mach-nexcoder.c.

Definition at line 156 of file mach-nexcoder.c.