Searched refs:NAND_BBT_SCAN2NDPAGE (Results 1 – 4 of 4) sorted by relevance
88 #define NAND_BBT_SCAN2NDPAGE 0x00008000 macro
576 | NAND_BBT_SCANLASTPAGE | NAND_BBT_SCAN2NDPAGE in board_nand_init()
462 if (bd->options & NAND_BBT_SCAN2NDPAGE) in create_bbt()
379 } while (!res && i < 2 && (chip->bbt_options & NAND_BBT_SCAN2NDPAGE)); in nand_block_bad()421 } while ((chip->bbt_options & NAND_BBT_SCAN2NDPAGE) && i < 2); in nand_default_block_markbad()3721 chip->bbt_options |= NAND_BBT_SCAN2NDPAGE; in nand_decode_bbm_options()