Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/ioport.h>
#include <linux/init.h>
#include <asm/io.h>
#include <mach/hardware.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/map.h>
#include <linux/mtd/partitions.h>
Go to the source code of this file.
Macros | |
#define | FLASH_START 0x00000000 |
#define | FLASH_SIZE 0x800000 |
#define | FLASH_WIDTH 4 |
#define | SRAM_START 0x60000000 |
#define | SRAM_SIZE 0xc000 |
#define | SRAM_WIDTH 4 |
#define | BOOTROM_START 0x70000000 |
#define | BOOTROM_SIZE 0x80 |
#define | BOOTROM_WIDTH 4 |
Functions | |
module_init (init_cdb89712_maps) | |
module_exit (cleanup_cdb89712_maps) | |
MODULE_AUTHOR ("Ray L") | |
MODULE_DESCRIPTION ("ARM CDB89712 map driver") | |
MODULE_LICENSE ("GPL") | |
#define BOOTROM_SIZE 0x80 |
Definition at line 27 of file cdb89712.c.
#define BOOTROM_START 0x70000000 |
Definition at line 26 of file cdb89712.c.
#define BOOTROM_WIDTH 4 |
Definition at line 28 of file cdb89712.c.
#define FLASH_SIZE 0x800000 |
Definition at line 19 of file cdb89712.c.
#define FLASH_START 0x00000000 |
Definition at line 18 of file cdb89712.c.
#define FLASH_WIDTH 4 |
Definition at line 20 of file cdb89712.c.
#define SRAM_SIZE 0xc000 |
Definition at line 23 of file cdb89712.c.
#define SRAM_START 0x60000000 |
Definition at line 22 of file cdb89712.c.
#define SRAM_WIDTH 4 |
Definition at line 24 of file cdb89712.c.
MODULE_AUTHOR | ( | "Ray L" | ) |
module_exit | ( | cleanup_cdb89712_maps | ) |
module_init | ( | init_cdb89712_maps | ) |
MODULE_LICENSE | ( | "GPL" | ) |
Definition at line 171 of file cdb89712.c.
Definition at line 178 of file cdb89712.c.
Definition at line 33 of file cdb89712.c.
Definition at line 40 of file cdb89712.c.
Definition at line 103 of file cdb89712.c.
Definition at line 110 of file cdb89712.c.