Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
gpio-mm-lantiq.c File Reference
#include <linux/init.h>
#include <linux/module.h>
#include <linux/types.h>
#include <linux/platform_device.h>
#include <linux/mutex.h>
#include <linux/gpio.h>
#include <linux/of.h>
#include <linux/of_gpio.h>
#include <linux/io.h>
#include <linux/slab.h>
#include <lantiq_soc.h>

Go to the source code of this file.

Data Structures

struct  ltq_mm
 

Macros

#define LTQ_EBU_BUSCON   0x1e7ff /* 16 bit access, slowest timing */
 
#define LTQ_EBU_WP   0x80000000 /* write protect bit */
 

Functions

 MODULE_DEVICE_TABLE (of, ltq_mm_match)
 
 subsys_initcall (ltq_mm_init)
 

Macro Definition Documentation

#define LTQ_EBU_BUSCON   0x1e7ff /* 16 bit access, slowest timing */

Definition at line 28 of file gpio-mm-lantiq.c.

#define LTQ_EBU_WP   0x80000000 /* write protect bit */

Definition at line 29 of file gpio-mm-lantiq.c.

Function Documentation

MODULE_DEVICE_TABLE ( of  ,
ltq_mm_match   
)
subsys_initcall ( ltq_mm_init  )