Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/
H A Dconfig.h35 #define NAND_LARGE_BLOCK_PAGE_SIZE 0x800 macro
39 #define CONFIG_SYS_NAND_PAGE_SIZE NAND_LARGE_BLOCK_PAGE_SIZE
42 #if (CONFIG_SYS_NAND_PAGE_SIZE == NAND_LARGE_BLOCK_PAGE_SIZE)
/openbmc/u-boot/include/configs/
H A Ddevkit3250.h102 #define CONFIG_SYS_NAND_PAGE_SIZE NAND_LARGE_BLOCK_PAGE_SIZE
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dlpc32xx_nand_slc.c572 if (CONFIG_SYS_NAND_PAGE_SIZE != NAND_LARGE_BLOCK_PAGE_SIZE) in board_nand_init()