Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
flash.h File Reference

Go to the source code of this file.

Macros

#define FLASH_CSBASE_ADDR(cs)   (cs)
 
#define FLASH_CSADDR_MASK(cs)   (0x10 + (cs))
 
#define FLASH_CSDEV_PARM(cs)   (0x20 + (cs))
 
#define FLASH_CSTIME_PARMA(cs)   (0x30 + (cs))
 
#define FLASH_CSTIME_PARMB(cs)   (0x40 + (cs))
 
#define FLASH_INT_MASK   0x50
 
#define FLASH_INT_STATUS   0x60
 
#define FLASH_ERROR_STATUS   0x70
 
#define FLASH_ERROR_ADDR   0x80
 
#define FLASH_NAND_CLE(cs)   (0x90 + (cs))
 
#define FLASH_NAND_ALE(cs)   (0xa0 + (cs))
 
#define FLASH_NAND_CSDEV_PARAM   0x000041e6
 
#define FLASH_NAND_CSTIME_PARAMA   0x4f400e22
 
#define FLASH_NAND_CSTIME_PARAMB   0x000083cf
 

Macro Definition Documentation

#define FLASH_CSADDR_MASK (   cs)    (0x10 + (cs))

Definition at line 38 of file flash.h.

#define FLASH_CSBASE_ADDR (   cs)    (cs)

Definition at line 37 of file flash.h.

#define FLASH_CSDEV_PARM (   cs)    (0x20 + (cs))

Definition at line 39 of file flash.h.

#define FLASH_CSTIME_PARMA (   cs)    (0x30 + (cs))

Definition at line 40 of file flash.h.

#define FLASH_CSTIME_PARMB (   cs)    (0x40 + (cs))

Definition at line 41 of file flash.h.

#define FLASH_ERROR_ADDR   0x80

Definition at line 46 of file flash.h.

#define FLASH_ERROR_STATUS   0x70

Definition at line 45 of file flash.h.

#define FLASH_INT_MASK   0x50

Definition at line 43 of file flash.h.

#define FLASH_INT_STATUS   0x60

Definition at line 44 of file flash.h.

#define FLASH_NAND_ALE (   cs)    (0xa0 + (cs))

Definition at line 49 of file flash.h.

#define FLASH_NAND_CLE (   cs)    (0x90 + (cs))

Definition at line 48 of file flash.h.

#define FLASH_NAND_CSDEV_PARAM   0x000041e6

Definition at line 51 of file flash.h.

#define FLASH_NAND_CSTIME_PARAMA   0x4f400e22

Definition at line 52 of file flash.h.

#define FLASH_NAND_CSTIME_PARAMB   0x000083cf

Definition at line 53 of file flash.h.