Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
ts5500_flash.c File Reference
#include <linux/init.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/mtd/map.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/partitions.h>
#include <linux/types.h>

Go to the source code of this file.

Macros

#define WINDOW_ADDR   0x09400000
 
#define WINDOW_SIZE   0x00200000
 
#define NUM_PARTITIONS   ARRAY_SIZE(ts5500_partitions)
 

Functions

 module_init (init_ts5500_map)
 
 module_exit (cleanup_ts5500_map)
 
 MODULE_LICENSE ("GPL")
 
 MODULE_AUTHOR ("Sean Young <[email protected]>")
 
 MODULE_DESCRIPTION ("MTD map driver for Techology Systems TS-5500 board")
 

Macro Definition Documentation

#define NUM_PARTITIONS   ARRAY_SIZE(ts5500_partitions)

Definition at line 64 of file ts5500_flash.c.

#define WINDOW_ADDR   0x09400000

Definition at line 36 of file ts5500_flash.c.

#define WINDOW_SIZE   0x00200000

Definition at line 37 of file ts5500_flash.c.

Function Documentation

MODULE_AUTHOR ( "Sean Young <[email protected]>"  )
MODULE_DESCRIPTION ( "MTD map driver for Techology Systems TS-5500 board )
module_exit ( cleanup_ts5500_map  )
module_init ( init_ts5500_map  )
MODULE_LICENSE ( "GPL"  )