|
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/serial_core.h>#include <linux/platform_device.h>#include <linux/io.h>#include <asm/mach/arch.h>#include <asm/mach/map.h>#include <asm/mach/irq.h>#include <mach/hardware.h>#include <asm/irq.h>#include <asm/mach-types.h>#include <plat/regs-serial.h>#include <linux/platform_data/i2c-s3c2410.h>#include <plat/devs.h>#include <plat/cpu.h>#include <plat/common-smdk.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 |
| #define UCON S3C2410_UCON_DEFAULT |
Definition at line 63 of file mach-smdk2410.c.
| #define UFCON S3C2410_UFCON_RXTRIG8 | S3C2410_UFCON_FIFOMODE |
Definition at line 65 of file mach-smdk2410.c.
| #define ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB |
Definition at line 64 of file mach-smdk2410.c.
1.8.2