Home
last modified time | relevance | path

Searched refs:NAND_BBT_NRBITS_MSK (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/linux/mtd/
Dbbm.h72 #define NAND_BBT_NRBITS_MSK 0x0000000F macro
/linux-3.4.99/drivers/mtd/nand/
Dnand_bbt.c184 int bits = td->options & NAND_BBT_NRBITS_MSK; in read_bbt()
584 bits = td->options & NAND_BBT_NRBITS_MSK; in search_bbt()
733 bits = td->options & NAND_BBT_NRBITS_MSK; in write_bbt()
1080 bits = bd->options & NAND_BBT_NRBITS_MSK; in verify_bbt_descr()