|
Linux Kernel
3.7.1
|
#include <spear_smi.h>
Data Fields | |
| char * | name |
| unsigned long | mem_base |
| unsigned long | size |
| struct mtd_partition * | partitions |
| int | nr_partitions |
| u8 | fast_mode |
struct spear_smi_flash_info - platform structure for passing flash information
name: name of the serial nor flash for identification mem_base: the memory base on which the flash is mapped size: size of the flash in bytes partitions: parition details nr_partitions: number of partitions fast_mode: whether flash supports fast mode
Definition at line 42 of file spear_smi.h.
| u8 fast_mode |
Definition at line 48 of file spear_smi.h.
| unsigned long mem_base |
Definition at line 44 of file spear_smi.h.
| char* name |
Definition at line 43 of file spear_smi.h.
| int nr_partitions |
Definition at line 47 of file spear_smi.h.
| struct mtd_partition* partitions |
Definition at line 46 of file spear_smi.h.
| unsigned long size |
Definition at line 45 of file spear_smi.h.
1.8.2