Lines Matching full:sector

22 	ulong	start[CONFIG_SYS_MAX_FLASH_SECT];   /* virtual sector start address */
23 uchar protect[CONFIG_SYS_MAX_FLASH_SECT]; /* sector protection status */
109 extern int flash_real_protect(flash_info_t *info, long sector, int prot);
172 #define MT_ID_28F400_T 0x44704470 /* 28F400B3 ID ( 4 M, top boot sector) */
204 #define AMD_ID_LV400T 0x22B922B9 /* 29LV400T ID ( 4 M, top boot sector) */
210 #define AMD_ID_LV800T 0x22DA22DA /* 29LV800T ID ( 8 M, top boot sector) */
213 #define AMD_ID_LV160T 0x22C422C4 /* 29LV160T ID (16 M, top boot sector) */
216 #define AMD_ID_DL163T 0x22282228 /* 29DL163T ID (16 M, top boot sector) */
219 #define AMD_ID_LV320T 0x22F622F6 /* 29LV320T ID (32 M, top boot sector) */
224 #define AMD_ID_DL322T 0x22552255 /* 29DL322T ID (32 M, top boot sector) */
226 #define AMD_ID_DL323T 0x22502250 /* 29DL323T ID (32 M, top boot sector) */
228 #define AMD_ID_DL324T 0x225C225C /* 29DL324T ID (32 M, top boot sector) */
247 #define AMD_ID_GL064MT_2 0x22102210 /* 2nd ID word for S29GL064M-R3 (top boot sector) */
248 #define AMD_ID_GL064MT_3 0x22012201 /* 3rd ID word for S29GL064M-R3 (top boot sector) */
284 #define STM_ID_29W320DT 0x22CA22CA /* M29W320DT ID (32 M, top boot sector) */
286 #define STM_ID_29W320ET 0x22562256 /* M29W320ET ID (32 M, top boot sector) */
292 #define INTEL_ID_28F800B3T 0x88928892 /* 8M = 512K x 16 top boot sector */
293 #define INTEL_ID_28F800B3B 0x88938893 /* 8M = 512K x 16 bottom boot sector */
294 #define INTEL_ID_28F160B3T 0x88908890 /* 16M = 1M x 16 top boot sector */
295 #define INTEL_ID_28F160B3B 0x88918891 /* 16M = 1M x 16 bottom boot sector */
296 #define INTEL_ID_28F320B3T 0x88968896 /* 32M = 2M x 16 top boot sector */
297 #define INTEL_ID_28F320B3B 0x88978897 /* 32M = 2M x 16 bottom boot sector */
298 #define INTEL_ID_28F640B3T 0x88988898 /* 64M = 4M x 16 top boot sector */
299 #define INTEL_ID_28F640B3B 0x88998899 /* 64M = 4M x 16 bottom boot sector */
300 #define INTEL_ID_28F160F3B 0x88F488F4 /* 16M = 1M x 16 bottom boot sector */
302 #define INTEL_ID_28F800C3T 0x88C088C0 /* 8M = 512K x 16 top boot sector */
303 #define INTEL_ID_28F800C3B 0x88C188C1 /* 8M = 512K x 16 bottom boot sector */
304 #define INTEL_ID_28F160C3T 0x88C288C2 /* 16M = 1M x 16 top boot sector */
305 #define INTEL_ID_28F160C3B 0x88C388C3 /* 16M = 1M x 16 bottom boot sector */
306 #define INTEL_ID_28F320C3T 0x88C488C4 /* 32M = 2M x 16 top boot sector */
307 #define INTEL_ID_28F320C3B 0x88C588C5 /* 32M = 2M x 16 bottom boot sector */
308 #define INTEL_ID_28F640C3T 0x88CC88CC /* 64M = 4M x 16 top boot sector */
309 #define INTEL_ID_28F640C3B 0x88CD88CD /* 64M = 4M x 16 bottom boot sector */
345 * Be careful when adding new type! Odd numbers are "bottom boot sector" types!
394 #define FLASH_STMW320DT 0x0052 /* STM M29W320DT (32 M, top boot sector) */
497 #define FLASH_BTYPE 0x0001 /* mask for bottom boot sector type */