Searched refs:NAND_BBT_SCAN2NDPAGE (Results 1 - 12 of 12) sorted by relevance

/u-boot/drivers/mtd/nand/raw/
H A Dnand_macronix.c24 chip->bbt_options |= NAND_BBT_SCAN2NDPAGE;
H A Dnand_amd.c44 chip->bbt_options |= NAND_BBT_SCAN2NDPAGE;
H A Dnand_toshiba.c71 chip->bbt_options |= NAND_BBT_SCAN2NDPAGE;
H A Dnand_hynix.c77 chip->bbt_options |= NAND_BBT_SCAN2NDPAGE;
H A Dnand_micron.c80 chip->bbt_options |= NAND_BBT_SCAN2NDPAGE;
H A Dnand_samsung.c102 chip->bbt_options |= NAND_BBT_SCAN2NDPAGE;
H A Dmt7621_nand_spl.c121 if (chip->bbt_options & NAND_BBT_SCAN2NDPAGE)
134 } while (!ret && (chip->bbt_options & NAND_BBT_SCAN2NDPAGE) && i < 2);
H A Dlpc32xx_nand_mlc.c583 | NAND_BBT_SCANLASTPAGE | NAND_BBT_SCAN2NDPAGE
H A Dmt7621_nand.c1101 } while (!ret && (nand->bbt_options & NAND_BBT_SCAN2NDPAGE) && i < 2);
H A Dnand_bbt.c465 if (bd->options & NAND_BBT_SCAN2NDPAGE)
H A Dnand_base.c350 } while (!res && i < 2 && (chip->bbt_options & NAND_BBT_SCAN2NDPAGE));
392 } while ((chip->bbt_options & NAND_BBT_SCAN2NDPAGE) && i < 2);
/u-boot/include/linux/mtd/
H A Dbbm.h83 #define NAND_BBT_SCAN2NDPAGE 0x00008000 macro

Completed in 148 milliseconds