Home
last modified time | relevance | path

Searched refs:NAND_BBT_SCAN2NDPAGE (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/linux/mtd/
H A Dbbm.h88 #define NAND_BBT_SCAN2NDPAGE 0x00008000 macro
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dlpc32xx_nand_mlc.c580 | NAND_BBT_SCANLASTPAGE | NAND_BBT_SCAN2NDPAGE in board_nand_init()
H A Dnand_bbt.c462 if (bd->options & NAND_BBT_SCAN2NDPAGE) in create_bbt()
H A Dnand_base.c381 } while (!res && i < 2 && (chip->bbt_options & NAND_BBT_SCAN2NDPAGE)); in nand_block_bad()
423 } while ((chip->bbt_options & NAND_BBT_SCAN2NDPAGE) && i < 2); in nand_default_block_markbad()
3669 chip->bbt_options |= NAND_BBT_SCAN2NDPAGE; in nand_decode_bbm_options()