Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
mach-torbreck.c File Reference
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/i2c.h>
#include <linux/init.h>
#include <linux/serial_core.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/i2c-s3c2410.h>
#include <plat/s5p-time.h>
#include "common.h"

Go to the source code of this file.

Macros

#define TORBRECK_UCON_DEFAULT
 
#define TORBRECK_ULCON_DEFAULT   S3C2410_LCON_CS8
 
#define TORBRECK_UFCON_DEFAULT
 

Variables

 atag_offset = 0x100
 
 init_irq = s5pv210_init_irq
 
 handle_irq = vic_handle_irq
 
 map_io = torbreck_map_io
 
 init_machine = torbreck_machine_init
 
 timer = &s5p_timer
 
 restart = s5pv210_restart
 

Macro Definition Documentation

#define TORBRECK_UCON_DEFAULT
Value:
S3C2410_UCON_RXILEVEL | \
S3C2410_UCON_TXIRQMODE | \
S3C2410_UCON_RXIRQMODE | \
S3C2410_UCON_RXFIFO_TOI | \
S3C2443_UCON_RXERR_IRQEN)

Definition at line 35 of file mach-torbreck.c.

#define TORBRECK_UFCON_DEFAULT
Value:
S5PV210_UFCON_TXTRIG4 | \
S5PV210_UFCON_RXTRIG4)

Definition at line 44 of file mach-torbreck.c.

#define TORBRECK_ULCON_DEFAULT   S3C2410_LCON_CS8

Definition at line 42 of file mach-torbreck.c.

Variable Documentation

atag_offset = 0x100

Definition at line 130 of file mach-torbreck.c.

handle_irq = vic_handle_irq

Definition at line 132 of file mach-torbreck.c.

init_irq = s5pv210_init_irq

Definition at line 131 of file mach-torbreck.c.

init_machine = torbreck_machine_init

Definition at line 134 of file mach-torbreck.c.

map_io = torbreck_map_io

Definition at line 133 of file mach-torbreck.c.

restart = s5pv210_restart

Definition at line 136 of file mach-torbreck.c.

Definition at line 135 of file mach-torbreck.c.