|
Linux Kernel
3.7.1
|
#include <linux/mtd/nand.h>Go to the source code of this file.
Data Structures | |
| struct | davinci_nand_pdata |
Macros | |
| #define | NANDFCR_OFFSET 0x60 |
| #define | NANDFSR_OFFSET 0x64 |
| #define | NANDF1ECC_OFFSET 0x70 |
| #define | NAND_4BIT_ECC_LOAD_OFFSET 0xbc |
| #define | NAND_4BIT_ECC1_OFFSET 0xc0 |
| #define | NAND_4BIT_ECC2_OFFSET 0xc4 |
| #define | NAND_4BIT_ECC3_OFFSET 0xc8 |
| #define | NAND_4BIT_ECC4_OFFSET 0xcc |
| #define | NAND_ERR_ADD1_OFFSET 0xd0 |
| #define | NAND_ERR_ADD2_OFFSET 0xd4 |
| #define | NAND_ERR_ERRVAL1_OFFSET 0xd8 |
| #define | NAND_ERR_ERRVAL2_OFFSET 0xdc |
| #define | MASK_ALE 0x08 |
| #define | MASK_CLE 0x10 |
| #define MASK_ALE 0x08 |
Definition at line 52 of file mtd-davinci.h.
| #define MASK_CLE 0x10 |
Definition at line 53 of file mtd-davinci.h.
| #define NAND_4BIT_ECC1_OFFSET 0xc0 |
Definition at line 39 of file mtd-davinci.h.
| #define NAND_4BIT_ECC2_OFFSET 0xc4 |
Definition at line 40 of file mtd-davinci.h.
| #define NAND_4BIT_ECC3_OFFSET 0xc8 |
Definition at line 41 of file mtd-davinci.h.
| #define NAND_4BIT_ECC4_OFFSET 0xcc |
Definition at line 42 of file mtd-davinci.h.
| #define NAND_4BIT_ECC_LOAD_OFFSET 0xbc |
Definition at line 38 of file mtd-davinci.h.
| #define NAND_ERR_ADD1_OFFSET 0xd0 |
Definition at line 43 of file mtd-davinci.h.
| #define NAND_ERR_ADD2_OFFSET 0xd4 |
Definition at line 44 of file mtd-davinci.h.
| #define NAND_ERR_ERRVAL1_OFFSET 0xd8 |
Definition at line 45 of file mtd-davinci.h.
| #define NAND_ERR_ERRVAL2_OFFSET 0xdc |
Definition at line 46 of file mtd-davinci.h.
| #define NANDF1ECC_OFFSET 0x70 |
Definition at line 35 of file mtd-davinci.h.
| #define NANDFCR_OFFSET 0x60 |
Definition at line 33 of file mtd-davinci.h.
| #define NANDFSR_OFFSET 0x64 |
Definition at line 34 of file mtd-davinci.h.
1.8.2