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

#include <gpmi-nand.h>

Data Fields

int8_t data_setup_in_ns
 
int8_t data_hold_in_ns
 
int8_t address_setup_in_ns
 
int8_t gpmi_sample_delay_in_ns
 
int8_t tREA_in_ns
 
int8_t tRLOH_in_ns
 
int8_t tRHOH_in_ns
 

Detailed Description

struct nand_timing - Fundamental timing attributes for NAND. : The data setup time, in nanoseconds. Usually the maximum of tDS and tWP. A negative value indicates this characteristic isn't known. : The data hold time, in nanoseconds. Usually the maximum of tDH, tWH and tREH. A negative value indicates this characteristic isn't known. : The address setup time, in nanoseconds. Usually the maximum of tCLS, tCS and tALS. A negative value indicates this characteristic isn't known. : A GPMI-specific timing parameter. A negative value indicates this characteristic isn't known. : tREA, in nanoseconds, from the data sheet. A negative value indicates this characteristic isn't known. : tRLOH, in nanoseconds, from the data sheet. A negative value indicates this characteristic isn't known. : tRHOH, in nanoseconds, from the data sheet. A negative value indicates this characteristic isn't known.

Definition at line 114 of file gpmi-nand.h.

Field Documentation

int8_t address_setup_in_ns

Definition at line 117 of file gpmi-nand.h.

int8_t data_hold_in_ns

Definition at line 116 of file gpmi-nand.h.

int8_t data_setup_in_ns

Definition at line 115 of file gpmi-nand.h.

int8_t gpmi_sample_delay_in_ns

Definition at line 118 of file gpmi-nand.h.

int8_t tREA_in_ns

Definition at line 119 of file gpmi-nand.h.

int8_t tRHOH_in_ns

Definition at line 121 of file gpmi-nand.h.

int8_t tRLOH_in_ns

Definition at line 120 of file gpmi-nand.h.


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