Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/mtd/
Dbbm.h80 #define NAND_BBT_ABSPAGE 0x00000020 macro
/linux-4.1.27/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.c1282 this->bbt_td->options = NAND_BBT_ABSPAGE | NAND_BBT_8BIT | in nftl_scan_bbt()
1288 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.c982 if ((td->options & NAND_BBT_ABSPAGE) || in mark_bbt_region()
1121 if (td->options & NAND_BBT_ABSPAGE) { in nand_scan_bbt()