Searched refs:NAND_BBT_NO_OOB_BBM (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/mtd/
H A Dbbm.h97 #define NAND_BBT_NO_OOB_BBM 0x00080000 macro
/linux-master/drivers/mtd/nand/raw/
H A Dpl35x-nand-controller.c926 chip->bbt_options |= NAND_BBT_NO_OOB_BBM;
H A Dmarvell_nand.c72 * located in data section. In this case, the NAND_BBT_NO_OOB_BBM
2284 chip->bbt_options |= NAND_BBT_NO_OOB_BBM;
2509 chip->bbt_options |= NAND_BBT_NO_OOB_BBM;
H A Dnand_bbt.c469 if (this->bbt_options & NAND_BBT_NO_OOB_BBM ||
H A Dnand_base.c562 * NAND_BBT_NO_OOB_BBM is present)
573 if (!(chip->bbt_options & NAND_BBT_NO_OOB_BBM)) {
6308 if (WARN_ON((chip->bbt_options & NAND_BBT_NO_OOB_BBM) &&

Completed in 268 milliseconds