Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/spectra/
Dflash.c315 (1 + LAST_BT_ID-FIRST_BT_ID)) + FIRST_BT_ID; in FTL_Insert_Block_Table_Signature()
335 (1 + LAST_BT_ID - FIRST_BT_ID) - in FTL_Extract_Block_Table_Tag()
337 (1 + LAST_BT_ID - FIRST_BT_ID); in FTL_Extract_Block_Table_Tag()
482 mem_size = (1 + LAST_BT_ID - FIRST_BT_ID) * sizeof(u32); in allocate_memory()
2597 g_pBTBlocks[LAST_BT_ID - FIRST_BT_ID] != BTBLOCK_INVAL) { in FTL_Read_Block_Table()
2598 j = LAST_BT_ID; in FTL_Read_Block_Table()
2603 j = LAST_BT_ID; in FTL_Read_Block_Table()
2604 last_erased = LAST_BT_ID; in FTL_Read_Block_Table()
2616 while ((j < LAST_BT_ID) && (BTBLOCK_INVAL != in FTL_Read_Block_Table()
2624 j += (1 + LAST_BT_ID - FIRST_BT_ID); in FTL_Read_Block_Table()
[all …]
Dflash.h49 #define LAST_BT_ID (254) macro