Lines Matching +full:0 +full:xf20

13 #define	NAND_FLASH_CMD			0x00
14 #define NAND_ADDR0 0x04
15 #define NAND_ADDR1 0x08
16 #define NAND_FLASH_CHIP_SELECT 0x0c
17 #define NAND_EXEC_CMD 0x10
18 #define NAND_FLASH_STATUS 0x14
19 #define NAND_BUFFER_STATUS 0x18
20 #define NAND_DEV0_CFG0 0x20
21 #define NAND_DEV0_CFG1 0x24
22 #define NAND_DEV0_ECC_CFG 0x28
23 #define NAND_AUTO_STATUS_EN 0x2c
24 #define NAND_DEV1_CFG0 0x30
25 #define NAND_DEV1_CFG1 0x34
26 #define NAND_READ_ID 0x40
27 #define NAND_READ_STATUS 0x44
28 #define NAND_DEV_CMD0 0xa0
29 #define NAND_DEV_CMD1 0xa4
30 #define NAND_DEV_CMD2 0xa8
31 #define NAND_DEV_CMD_VLD 0xac
32 #define SFLASHC_BURST_CFG 0xe0
33 #define NAND_ERASED_CW_DETECT_CFG 0xe8
34 #define NAND_ERASED_CW_DETECT_STATUS 0xec
35 #define NAND_EBI2_ECC_BUF_CFG 0xf0
36 #define FLASH_BUF_ACC 0x100
38 #define NAND_CTRL 0xf00
39 #define NAND_VERSION 0xf08
40 #define NAND_READ_LOCATION_0 0xf20
41 #define NAND_READ_LOCATION_1 0xf24
42 #define NAND_READ_LOCATION_2 0xf28
43 #define NAND_READ_LOCATION_3 0xf2c
44 #define NAND_READ_LOCATION_LAST_CW_0 0xf40
45 #define NAND_READ_LOCATION_LAST_CW_1 0xf44
46 #define NAND_READ_LOCATION_LAST_CW_2 0xf48
47 #define NAND_READ_LOCATION_LAST_CW_3 0xf4c
50 #define NAND_DEV_CMD1_RESTORE 0xdead
51 #define NAND_DEV_CMD_VLD_RESTORE 0xbeef
58 #define NAND_DEV_SEL 0
70 #define BS_CORRECTABLE_ERR_MSK 0x1f
87 #define DEV0_CFG1_ECC_DISABLE BIT(0)
100 #define ECC_CFG_ECC_DISABLE BIT(0)
111 #define READ_ADDR 0
114 #define READ_START_VLD BIT(0)
121 #define NUM_STEPS 0
125 #define AUTO_DETECT_RES 0
128 #define ACTIVE_ERASED_DET (0 << AUTO_DETECT_RES)
141 #define READ_LOCATION_OFFSET 0
146 #define NAND_VERSION_MAJOR_MASK 0xf0000000
148 #define NAND_VERSION_MINOR_MASK 0x0fff0000
152 #define OP_PAGE_READ 0x2
153 #define OP_PAGE_READ_WITH_ECC 0x3
154 #define OP_PAGE_READ_WITH_ECC_SPARE 0x4
155 #define OP_PAGE_READ_ONFI_READ 0x5
156 #define OP_PROGRAM_PAGE 0x6
157 #define OP_PAGE_PROGRAM_WITH_ECC 0x7
158 #define OP_PROGRAM_PAGE_SPARE 0x9
159 #define OP_BLOCK_ERASE 0xa
160 #define OP_CHECK_STATUS 0xc
161 #define OP_FETCH_ID 0xb
162 #define OP_RESET_DEVICE 0xd
169 #define BAM_MODE_EN BIT(0)
187 #define ECC_NONE BIT(0)
217 #define NAND_BAM_NO_EOT BIT(0)