Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mtd/
Dbbm.h80 #define NAND_BBT_ABSPAGE 0x00000020 macro
/linux-4.4.14/drivers/mtd/nand/
Dlpc32xx_mlc.c161 .options = NAND_BBT_ABSPAGE | NAND_BBT_2BIT | NAND_BBT_NO_OOB |
167 .options = NAND_BBT_ABSPAGE | NAND_BBT_2BIT | NAND_BBT_NO_OOB |
Ddiskonchip.c1285 this->bbt_td->options = NAND_BBT_ABSPAGE | NAND_BBT_8BIT | in nftl_scan_bbt()
1291 this->bbt_md->options = NAND_BBT_ABSPAGE | NAND_BBT_8BIT | in nftl_scan_bbt()
1320 this->bbt_td->options = NAND_BBT_2BIT | NAND_BBT_ABSPAGE; in inftl_scan_bbt()
Dnand_bbt.c979 if ((td->options & NAND_BBT_ABSPAGE) || in mark_bbt_region()
1116 if (td->options & NAND_BBT_ABSPAGE) { in nand_scan_bbt()