Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/spectra/
Dspectraswconfig.h39 #define BLOCK_TABLE_INDEX 0 macro
Dflash.c2167 pbt[BLOCK_TABLE_INDEX] = g_wBlockTableIndex; in FTL_Write_Block_Table()
2189 BLOCK_TABLE_INDEX; in FTL_Write_Block_Table()
2191 pbt[BLOCK_TABLE_INDEX]; in FTL_Write_Block_Table()
2198 MARK_BLOCK_AS_BAD(pbt[BLOCK_TABLE_INDEX]); in FTL_Write_Block_Table()
2797 for (i = BLOCK_TABLE_INDEX + 1; i < DeviceInfo.wDataBlockNum; i++) { in find_least_most_worn()
2961 least_worn_idx = BLOCK_TABLE_INDEX; in FTL_Static_Wear_Leveling()
2962 most_worn_idx = BLOCK_TABLE_INDEX; in FTL_Static_Wear_Leveling()
3585 blk = FTL_Replace_LWBlock(BLOCK_TABLE_INDEX, &gc); in FTL_Replace_Block_Table()
3589 blk = FTL_Replace_LWBlock(BLOCK_TABLE_INDEX, &gc); in FTL_Replace_Block_Table()
4125 MARK_BLOCK_AS_BAD(pbt[BLOCK_TABLE_INDEX]); in FTL_Write_IN_Progress_Block_Table_Page()
[all …]