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

Go to the source code of this file.

Macros

#define FLASH_BASE_ADDR   0xf0000000
 
#define FLASH_BANK_SIZE   (128*1024*1024)
 
#define BOOTIMAGE_PART_SIZE   ((6*1024*1024)-RESERVED_PART_SIZE)
 
#define NEW_BOOTIMAGE_PART_SIZE   (6 * 1024 * 1024)
 
#define NEW_BOOTLOADER_PART_SIZE   (1024 * 1024)
 
#define NEW_RFS_PART_SIZE
 

Functions

 MODULE_AUTHOR ("Scott Wood, TimeSys Corporation <[email protected]>")
 
 MODULE_DESCRIPTION ("User-programmable flash device on the Dy4 SVME182 board")
 
 MODULE_LICENSE ("GPL")
 
 module_init (init_svme182)
 
 module_exit (cleanup_svme182)
 

Macro Definition Documentation

#define BOOTIMAGE_PART_SIZE   ((6*1024*1024)-RESERVED_PART_SIZE)

Definition at line 50 of file dmv182.c.

#define FLASH_BANK_SIZE   (128*1024*1024)

Definition at line 38 of file dmv182.c.

#define FLASH_BASE_ADDR   0xf0000000

Definition at line 37 of file dmv182.c.

#define NEW_BOOTIMAGE_PART_SIZE   (6 * 1024 * 1024)

Definition at line 53 of file dmv182.c.

#define NEW_BOOTLOADER_PART_SIZE   (1024 * 1024)

Definition at line 55 of file dmv182.c.

#define NEW_RFS_PART_SIZE
Value:
(0x01000000 - NEW_BOOTLOADER_PART_SIZE - \
NEW_BOOTIMAGE_PART_SIZE)

Definition at line 57 of file dmv182.c.

Function Documentation

MODULE_AUTHOR ( "Scott  Wood,
TimeSys Corporation< scott.wood @timesys.com >"   
)
MODULE_DESCRIPTION ( "User-programmable flash device on the Dy4 SVME182 board )
module_exit ( cleanup_svme182  )
module_init ( init_svme182  )
MODULE_LICENSE ( "GPL"  )