Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
mach-smartq.c File Reference
#include <linux/delay.h>
#include <linux/fb.h>
#include <linux/gpio.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/pwm_backlight.h>
#include <linux/serial_core.h>
#include <linux/spi/spi_gpio.h>
#include <linux/usb/gpio_vbus.h>
#include <linux/platform_data/s3c-hsotg.h>
#include <asm/mach-types.h>
#include <asm/mach/map.h>
#include <mach/map.h>
#include <mach/regs-gpio.h>
#include <mach/regs-modem.h>
#include <plat/clock.h>
#include <plat/cpu.h>
#include <plat/devs.h>
#include <linux/platform_data/i2c-s3c2410.h>
#include <plat/gpio-cfg.h>
#include <linux/platform_data/hwmon-s3c.h>
#include <plat/regs-serial.h>
#include <linux/platform_data/usb-ohci-s3c2410.h>
#include <plat/sdhci.h>
#include <linux/platform_data/touchscreen-s3c2410.h>
#include <video/platform_lcd.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)
 
#define UFCON   (S3C2410_UFCON_RXTRIG8 | S3C2410_UFCON_FIFOMODE)
 

Functions

void __init smartq_map_io (void)
 
void __init smartq_machine_init (void)
 

Macro Definition Documentation

#define UCON   S3C2410_UCON_DEFAULT

Definition at line 45 of file mach-smartq.c.

Definition at line 47 of file mach-smartq.c.

#define ULCON   (S3C2410_LCON_CS8 | S3C2410_LCON_PNONE)

Definition at line 46 of file mach-smartq.c.

Function Documentation

void __init smartq_machine_init ( void  )

Definition at line 385 of file mach-smartq.c.

void __init smartq_map_io ( void  )

Definition at line 376 of file mach-smartq.c.