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

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

Completed in 68 milliseconds