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

#include <gpmi-nand.h>

Data Fields

const unsigned int max_chip_count
 
const unsigned int max_data_setup_cycles
 
const unsigned int internal_data_setup_in_ns
 
const unsigned int max_sample_delay_factor
 
const unsigned int max_dll_clock_period_in_ns
 
const unsigned int max_dll_delay_in_ns
 
unsigned long clock_frequency_in_hz
 

Detailed Description

struct timing_threshod - Timing threshold : The maximum number of data setup cycles that can be expressed in the hardware. : The time, in ns, that the NFC hardware requires for data read internal setup. In the Reference Manual, see the chapter "High-Speed NAND Timing" for more details. : The maximum sample delay factor that can be expressed in the hardware. : The maximum period of the GPMI clock that the sample delay DLL hardware can possibly work with (the DLL is unusable with longer periods). If the full-cycle period is greater than HALF this value, the DLL must be configured to use half-periods. : The maximum amount of delay, in ns, that the DLL can implement. : The clock frequency, in Hz, during the current I/O transaction. If no I/O transaction is in progress, this is the clock frequency during the most recent I/O transaction.

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

Field Documentation

unsigned long clock_frequency_in_hz

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

const unsigned int internal_data_setup_in_ns

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

const unsigned int max_chip_count

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

const unsigned int max_data_setup_cycles

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

const unsigned int max_dll_clock_period_in_ns

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

const unsigned int max_dll_delay_in_ns

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

const unsigned int max_sample_delay_factor

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


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