Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/nand/raw/
A Dnand_bbt.c74 #define BBT_BLOCK_RESERVED 0x02 macro
227 BBT_BLOCK_RESERVED); in read_bbt()
986 bbt_mark_entry(this, block, BBT_BLOCK_RESERVED); in mark_bbt_region()
987 if ((oldval != BBT_BLOCK_RESERVED) && in mark_bbt_region()
1000 bbt_mark_entry(this, block, BBT_BLOCK_RESERVED); in mark_bbt_region()
1001 if (oldval != BBT_BLOCK_RESERVED) in mark_bbt_region()
1325 return bbt_get_entry(this, block) == BBT_BLOCK_RESERVED; in nand_isreserved_bbt()
1350 case BBT_BLOCK_RESERVED: in nand_isbad_bbt()

Completed in 5 milliseconds