Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
flash.c File Reference
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/mtd/partitions.h>
#include <linux/mtd/physmap.h>

Go to the source code of this file.

Macros

#define MB93090_BOOTROM_ADDR   0xFF000000 /* Boot ROM */
 
#define MB93090_BOOTROM_SIZE   (2 * 1024 * 1024)
 
#define MB93090_USERROM_ADDR   0xFF200000 /* User ROM */
 
#define MB93090_USERROM_SIZE   (2 * 1024 * 1024)
 

Functions

 module_init (mb93090_mtd_init)
 

Macro Definition Documentation

#define MB93090_BOOTROM_ADDR   0xFF000000 /* Boot ROM */

Definition at line 17 of file flash.c.

#define MB93090_BOOTROM_SIZE   (2 * 1024 * 1024)

Definition at line 18 of file flash.c.

#define MB93090_USERROM_ADDR   0xFF200000 /* User ROM */

Definition at line 19 of file flash.c.

#define MB93090_USERROM_SIZE   (2 * 1024 * 1024)

Definition at line 20 of file flash.c.

Function Documentation

module_init ( mb93090_mtd_init  )