Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/spectra/
Dflash.h125 u16 cur_blk_idx; /* idx to the phy block number of current using */ member
Dflash.c822 cache_l2.cur_blk_idx = 0; in GLOB_FTL_Init()
1750 cache_l2.cur_blk_idx = 0; in flush_l2_cache()
1785 BUG_ON(cache_l2.cur_blk_idx != 0); in write_back_to_l2_cache()
1808 cache_l2.blk_array[cache_l2.cur_blk_idx], in write_back_to_l2_cache()
1813 cache_l2.blk_array[cache_l2.cur_blk_idx]); in write_back_to_l2_cache()
1834 (cache_l2.cur_blk_idx << 16) | in write_back_to_l2_cache()
1860 (cache_l2.cur_blk_idx << 16) | cache_l2.cur_page_num; in write_back_to_l2_cache()
1867 cache_l2.cur_blk_idx++; in write_back_to_l2_cache()
1868 if (cache_l2.cur_blk_idx >= BLK_NUM_FOR_L2_CACHE) { in write_back_to_l2_cache()