Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/nand/
Dnand_bbt.c76 #define BBT_BLOCK_RESERVED 0x02 macro
229 BBT_BLOCK_RESERVED); in read_bbt()
988 bbt_mark_entry(this, block, BBT_BLOCK_RESERVED); in mark_bbt_region()
989 if ((oldval != BBT_BLOCK_RESERVED) && in mark_bbt_region()
1002 bbt_mark_entry(this, block, BBT_BLOCK_RESERVED); in mark_bbt_region()
1003 if (oldval != BBT_BLOCK_RESERVED) in mark_bbt_region()
1322 return bbt_get_entry(this, block) == BBT_BLOCK_RESERVED; in nand_isreserved_bbt()
1347 case BBT_BLOCK_RESERVED: in nand_isbad_bbt()