Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
spear_smi_flash_info Struct Reference

#include <spear_smi.h>

Data Fields

charname
 
unsigned long mem_base
 
unsigned long size
 
struct mtd_partitionpartitions
 
int nr_partitions
 
u8 fast_mode
 

Detailed Description

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.

Field Documentation

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.


The documentation for this struct was generated from the following file: