Home
last modified time | relevance | path

Searched refs:NAND_BBT_NO_OOB_BBM (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/mtd/
H A Dbbm.h97 #define NAND_BBT_NO_OOB_BBM 0x00080000 macro
/linux/drivers/mtd/nand/raw/
H A Dpl35x-nand-controller.c929 chip->bbt_options |= NAND_BBT_NO_OOB_BBM; in pl35x_nand_init_hw_ecc_controller()
H A Dnand_bbt.c469 if (this->bbt_options & NAND_BBT_NO_OOB_BBM || in bbt_block_checkbad()
H A Dnand_base.c574 if (!(chip->bbt_options & NAND_BBT_NO_OOB_BBM)) { in nand_block_markbad_lowlevel()
6196 if (WARN_ON((chip->bbt_options & NAND_BBT_NO_OOB_BBM) && in nand_scan_tail()