Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/nand/
Dnand_bbt.c73 #define BBT_BLOCK_RESERVED 0x02 macro
226 BBT_BLOCK_RESERVED); in read_bbt()
985 bbt_mark_entry(this, block, BBT_BLOCK_RESERVED); in mark_bbt_region()
986 if ((oldval != BBT_BLOCK_RESERVED) && in mark_bbt_region()
999 bbt_mark_entry(this, block, BBT_BLOCK_RESERVED); in mark_bbt_region()
1000 if (oldval != BBT_BLOCK_RESERVED) in mark_bbt_region()
1324 return bbt_get_entry(this, block) == BBT_BLOCK_RESERVED; in nand_isreserved_bbt()
1349 case BBT_BLOCK_RESERVED: in nand_isbad_bbt()