Searched refs:NAND_BBT_SCAN2NDPAGE (Results 1 – 4 of 4) sorted by relevance
99 #define NAND_BBT_SCAN2NDPAGE 0x00008000 macro
71 .options = NAND_BBT_SCAN2NDPAGE,78 .options = NAND_BBT_SCAN2NDPAGE,
363 } while (!res && i < 2 && (chip->bbt_options & NAND_BBT_SCAN2NDPAGE)); in nand_block_bad()410 } while ((chip->bbt_options & NAND_BBT_SCAN2NDPAGE) && i < 2); in nand_default_block_markbad()3603 chip->bbt_options |= NAND_BBT_SCAN2NDPAGE; in nand_decode_bbm_options()
467 if (bd->options & NAND_BBT_SCAN2NDPAGE) in create_bbt()