NAND_BBT_NO_OOB_BBM
chip->bbt_options |= NAND_BBT_NO_OOB_BBM;
chip->bbt_options |= NAND_BBT_NO_OOB_BBM;
if (!(chip->bbt_options & NAND_BBT_NO_OOB_BBM)) {
if (WARN_ON((chip->bbt_options & NAND_BBT_NO_OOB_BBM) &&
if (this->bbt_options & NAND_BBT_NO_OOB_BBM ||
chip->bbt_options |= NAND_BBT_NO_OOB_BBM;