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

Data Fields

struct nand_hw_control controller
 
struct s3c2410_nand_mtdmtds
 
struct s3c2410_platform_nandplatform
 
struct devicedevice
 
struct clkclk
 
void __iomemregs
 
void __iomemsel_reg
 
int sel_bit
 
int mtd_count
 
unsigned long save_sel
 
unsigned long clk_rate
 
enum s3c_nand_clk_state clk_state
 
enum s3c_cpu_type cpu_type
 

Detailed Description

struct s3c2410_nand_info - NAND controller state. : An array of MTD instances on this controoler. : The platform data for this board. : The platform device we bound to. : The clock resource for this controller. : The area mapped for the hardware registers. : Pointer to the register controlling the NAND selection. : The bit in to select the NAND chip. : The number of MTDs created from this controller. : The contents of to be saved over suspend. : The clock rate from . : The current clock state. : The exact type of this controller.

Definition at line 110 of file s3c2410.c.

Field Documentation

Definition at line 118 of file s3c2410.c.

unsigned long clk_rate

Definition at line 124 of file s3c2410.c.

Definition at line 125 of file s3c2410.c.

Definition at line 112 of file s3c2410.c.

Definition at line 127 of file s3c2410.c.

Definition at line 117 of file s3c2410.c.

int mtd_count

Definition at line 122 of file s3c2410.c.

Definition at line 113 of file s3c2410.c.

Definition at line 114 of file s3c2410.c.

Definition at line 119 of file s3c2410.c.

unsigned long save_sel

Definition at line 123 of file s3c2410.c.

int sel_bit

Definition at line 121 of file s3c2410.c.

void __iomem* sel_reg

Definition at line 120 of file s3c2410.c.


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