Searched refs:BBT_BLOCK_RESERVED (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | nand_bbt.c | 71 #define BBT_BLOCK_RESERVED 0x02 macro 224 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()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | nand_bbt.c | 70 #define BBT_BLOCK_RESERVED 0x02 macro 221 BBT_BLOCK_RESERVED); in read_bbt() 1120 bbt_mark_entry(this, block, BBT_BLOCK_RESERVED); in mark_bbt_region() 1121 if ((oldval != BBT_BLOCK_RESERVED) && in mark_bbt_region() 1134 bbt_mark_entry(this, block, BBT_BLOCK_RESERVED); in mark_bbt_region() 1135 if (oldval != BBT_BLOCK_RESERVED) in mark_bbt_region() 1406 return bbt_get_entry(this, block) == BBT_BLOCK_RESERVED; in nand_isreserved_bbt() 1430 case BBT_BLOCK_RESERVED: in nand_isbad_bbt()
|