Home
last modified time | relevance | path

Searched refs:NAND_LARGE_BLOCK_PAGE_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/arch/arm/include/asm/arch-lpc32xx/
Dconfig.h37 #define NAND_LARGE_BLOCK_PAGE_SIZE 0x800 macro
41 #define CONFIG_SYS_NAND_PAGE_SIZE NAND_LARGE_BLOCK_PAGE_SIZE
44 #if (CONFIG_SYS_NAND_PAGE_SIZE == NAND_LARGE_BLOCK_PAGE_SIZE)
/external/u-boot/include/configs/
Ddevkit3250.h105 #define CONFIG_SYS_NAND_PAGE_SIZE NAND_LARGE_BLOCK_PAGE_SIZE
/external/u-boot/drivers/mtd/nand/
Dlpc32xx_nand_slc.c586 if (CONFIG_SYS_NAND_PAGE_SIZE != NAND_LARGE_BLOCK_PAGE_SIZE) in board_nand_init()