Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_NAND_PAGE_SIZE (Results 1 – 25 of 61) sorted by relevance

123

/u-boot/drivers/mtd/nand/raw/
A Dnand_spl_loaders.c9 page = (offs % CONFIG_SYS_NAND_BLOCK_SIZE) / CONFIG_SYS_NAND_PAGE_SIZE; in nand_spl_load_image()
10 page_offset = offs % CONFIG_SYS_NAND_PAGE_SIZE; in nand_spl_load_image()
25 CONFIG_SYS_NAND_PAGE_SIZE); in nand_spl_load_image()
29 dst += CONFIG_SYS_NAND_PAGE_SIZE; in nand_spl_load_image()
79 static u8 scratch_buf[CONFIG_SYS_NAND_PAGE_SIZE];
107 page = offset / CONFIG_SYS_NAND_PAGE_SIZE; in nand_spl_read_block()
110 offset = offset % CONFIG_SYS_NAND_PAGE_SIZE; in nand_spl_read_block()
117 if (offset || len < CONFIG_SYS_NAND_PAGE_SIZE) { in nand_spl_read_block()
119 read = min(len, CONFIG_SYS_NAND_PAGE_SIZE - offset); in nand_spl_read_block()
124 read = CONFIG_SYS_NAND_PAGE_SIZE; in nand_spl_read_block()
A Dmxc_nand_spl.c53 int ecc_per_page = CONFIG_SYS_NAND_PAGE_SIZE / 512; in nfc_nand_init()
61 if (CONFIG_SYS_NAND_PAGE_SIZE == 4096) in nfc_nand_init()
63 else if (CONFIG_SYS_NAND_PAGE_SIZE == 2048) in nfc_nand_init()
65 else if (CONFIG_SYS_NAND_PAGE_SIZE == 512) in nfc_nand_init()
141 if (CONFIG_SYS_NAND_PAGE_SIZE > 512) in nfc_nand_page_address()
195 int subpages = CONFIG_SYS_NAND_PAGE_SIZE / 512; in nfc_nand_check_ecc()
220 if (CONFIG_SYS_NAND_PAGE_SIZE > 512) in nfc_nand_read_page()
285 CONFIG_SYS_NAND_PAGE_SIZE; in nand_spl_load_image()
290 page = from / CONFIG_SYS_NAND_PAGE_SIZE; in nand_spl_load_image()
294 while (i < size / CONFIG_SYS_NAND_PAGE_SIZE) { in nand_spl_load_image()
[all …]
/u-boot/arch/arm/include/asm/arch-lpc32xx/
A Dconfig.h37 #if !defined(CONFIG_SYS_NAND_PAGE_SIZE)
38 #define CONFIG_SYS_NAND_PAGE_SIZE NAND_LARGE_BLOCK_PAGE_SIZE macro
41 #if (CONFIG_SYS_NAND_PAGE_SIZE == NAND_LARGE_BLOCK_PAGE_SIZE)
47 #elif (CONFIG_SYS_NAND_PAGE_SIZE == NAND_SMALL_BLOCK_PAGE_SIZE)
58 CONFIG_SYS_NAND_PAGE_SIZE)
/u-boot/include/configs/
A Detamin.h17 #undef CONFIG_SYS_NAND_PAGE_SIZE
27 #define CONFIG_SYS_NAND_PAGE_SIZE 4096 macro
29 #define CONFIG_SYS_NAND_BLOCK_SIZE (128 * CONFIG_SYS_NAND_PAGE_SIZE)
A Dam335x_igep003x.h111 CONFIG_SYS_NAND_PAGE_SIZE)
112 #define CONFIG_SYS_NAND_PAGE_SIZE 2048 macro
A Dchiliboard.h128 CONFIG_SYS_NAND_PAGE_SIZE)
129 #define CONFIG_SYS_NAND_PAGE_SIZE 2048 macro
A Dcm_t43.h28 #define CONFIG_SYS_NAND_PAGE_SIZE 2048 macro
36 CONFIG_SYS_NAND_PAGE_SIZE)
A Dti816x_evm.h64 CONFIG_SYS_NAND_PAGE_SIZE)
65 #define CONFIG_SYS_NAND_PAGE_SIZE 2048 macro
A Dam335x_guardian.h101 CONFIG_SYS_NAND_PAGE_SIZE)
102 #define CONFIG_SYS_NAND_PAGE_SIZE 4096 macro
A Dbaltos.h220 CONFIG_SYS_NAND_PAGE_SIZE)
221 #define CONFIG_SYS_NAND_PAGE_SIZE 2048 macro
A Dcm_t335.h97 CONFIG_SYS_NAND_PAGE_SIZE)
98 #define CONFIG_SYS_NAND_PAGE_SIZE 2048 macro
A Ddra7xx_evm.h92 #define CONFIG_SYS_NAND_PAGE_SIZE 2048 macro
96 CONFIG_SYS_NAND_PAGE_SIZE)
A Dbrppt1.h159 #define CONFIG_SYS_NAND_PAGE_SIZE 2048 macro
161 CONFIG_SYS_NAND_PAGE_SIZE)
A Dphycore_am335x_r2.h92 CONFIG_SYS_NAND_PAGE_SIZE)
93 #define CONFIG_SYS_NAND_PAGE_SIZE 2048 macro
A Dcorvus.h116 #define CONFIG_SYS_NAND_PAGE_SIZE SZ_2K macro
119 CONFIG_SYS_NAND_PAGE_SIZE)
A Dam43xx_evm.h205 #define CONFIG_SYS_NAND_PAGE_SIZE 4096 macro
209 CONFIG_SYS_NAND_PAGE_SIZE)
A Dsiemens-am33x-common.h91 CONFIG_SYS_NAND_PAGE_SIZE)
92 #define CONFIG_SYS_NAND_PAGE_SIZE 2048 macro
A Dtaurus.h188 #define CONFIG_SYS_NAND_PAGE_SIZE SZ_2K macro
191 CONFIG_SYS_NAND_PAGE_SIZE)
A Dsmartweb.h188 #define CONFIG_SYS_NAND_PAGE_SIZE SZ_2K macro
191 CONFIG_SYS_NAND_PAGE_SIZE)
A Dapf27.h162 #define CONFIG_SYS_NAND_PAGE_SIZE 2048 macro
165 CONFIG_SYS_NAND_PAGE_SIZE
A Dsama5d4_xplained.h52 #define CONFIG_SYS_NAND_PAGE_SIZE 0x1000 macro
A Dsama5d4ek.h52 #define CONFIG_SYS_NAND_PAGE_SIZE 0x1000 macro
A Drk3308_common.h15 #define CONFIG_SYS_NAND_PAGE_SIZE 2048 macro
A Dam335x_evm.h207 CONFIG_SYS_NAND_PAGE_SIZE)
208 #define CONFIG_SYS_NAND_PAGE_SIZE 2048 macro
A Domap3_igep00x0.h82 #define CONFIG_SYS_NAND_PAGE_SIZE 2048 macro

Completed in 264 milliseconds

123