Linux Kernel
3.7.1
|
#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 | ASB2303_PROM_ADDR 0xA0000000 /* Boot PROM */ |
#define | ASB2303_PROM_SIZE (2 * 1024 * 1024) |
#define | ASB2303_FLASH_ADDR 0xA4000000 /* System Flash */ |
#define | ASB2303_FLASH_SIZE (32 * 1024 * 1024) |
#define | ASB2303_CONFIG_ADDR 0xA6000000 /* System Config EEPROM */ |
#define | ASB2303_CONFIG_SIZE (8 * 1024) |
Functions | |
module_init (asb2303_mtd_init) | |
#define ASB2303_CONFIG_ADDR 0xA6000000 /* System Config EEPROM */ |
module_init | ( | asb2303_mtd_init | ) |