Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_bbt.c71 #define BBT_BLOCK_RESERVED 0x02 macro
224 BBT_BLOCK_RESERVED); in read_bbt()
983 bbt_mark_entry(this, block, BBT_BLOCK_RESERVED); in mark_bbt_region()
984 if ((oldval != BBT_BLOCK_RESERVED) && in mark_bbt_region()
997 bbt_mark_entry(this, block, BBT_BLOCK_RESERVED); in mark_bbt_region()
998 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()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_bbt.c70 #define BBT_BLOCK_RESERVED 0x02 macro
221 BBT_BLOCK_RESERVED); in read_bbt()
1153 bbt_mark_entry(this, block, BBT_BLOCK_RESERVED); in mark_bbt_region()
1154 if ((oldval != BBT_BLOCK_RESERVED) && in mark_bbt_region()
1167 bbt_mark_entry(this, block, BBT_BLOCK_RESERVED); in mark_bbt_region()
1168 if (oldval != BBT_BLOCK_RESERVED) in mark_bbt_region()
1439 return bbt_get_entry(this, block) == BBT_BLOCK_RESERVED; in nand_isreserved_bbt()
1466 case BBT_BLOCK_RESERVED: in nand_isbad_bbt()