#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/nand.h>
#include <linux/mtd/partitions.h>
#include <asm/io.h>
Go to the source code of this file.
#define SPIA_FIO_BASE 0xf0000000 /* Address where flash is mapped */ |
#define SPIA_IO_BASE 0xd0000000 /* Start of EP7212 IO address space */ |
Value:
Definition at line 41 of file spia.c.
Value:
Definition at line 40 of file spia.c.
MODULE_DESCRIPTION |
( |
"Board-specific glue layer for NAND flash on SPIA board" |
| ) |
|
module_exit |
( |
spia_cleanup |
| ) |
|
module_init |
( |
spia_init |
| ) |
|
module_param |
( |
spia_io_base |
, |
|
|
int |
, |
|
|
0 |
|
|
) |
| |
module_param |
( |
spia_fio_base |
, |
|
|
int |
, |
|
|
0 |
|
|
) |
| |
module_param |
( |
spia_pedr |
, |
|
|
int |
, |
|
|
0 |
|
|
) |
| |
module_param |
( |
spia_peddr |
, |
|
|
int |
, |
|
|
0 |
|
|
) |
| |