|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/types.h>#include <linux/kernel.h>#include <linux/init.h>#include <asm/io.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 | NUM_PARTITIONS ARRAY_SIZE(partition_info) |
| #define | WINDOW_SIZE 0x00100000 |
| #define | WINDOW_ADDR 0x00200000 |
| #define | NUM_FLASH_BANKS ARRAY_SIZE(netsc520_map) |
Functions | |
| module_init (init_netsc520) | |
| module_exit (cleanup_netsc520) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Mark Langsdorf <[email protected]>") | |
| MODULE_DESCRIPTION ("MTD map driver for AMD NetSc520 Demonstration Board") | |
| #define NUM_FLASH_BANKS ARRAY_SIZE(netsc520_map) |
Definition at line 89 of file netsc520.c.
| #define NUM_PARTITIONS ARRAY_SIZE(partition_info) |
Definition at line 77 of file netsc520.c.
| #define WINDOW_ADDR 0x00200000 |
Definition at line 80 of file netsc520.c.
| #define WINDOW_SIZE 0x00100000 |
Definition at line 79 of file netsc520.c.
| MODULE_AUTHOR | ( | "Mark Langsdorf <[email protected]>" | ) |
| module_exit | ( | cleanup_netsc520 | ) |
| module_init | ( | init_netsc520 | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2