Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/spectra/
Dflash.c2122 u16 bt_pages, new_bt_offset; in FTL_Write_Block_Table() local
2128 bt_pages = FTL_Get_Block_Table_Flash_Size_Pages(); in FTL_Write_Block_Table()
2135 (u16)(DeviceInfo.wPagesPerBlock - bt_pages); in FTL_Write_Block_Table()
2153 new_bt_offset = g_wBlockTableOffset + bt_pages + 1; in FTL_Write_Block_Table()
2254 u16 bt_pages; in FTL_Search_Block_Table_IN_Block() local
2263 bt_pages = FTL_Get_Block_Table_Flash_Size_Pages(); in FTL_Search_Block_Table_IN_Block()
2265 for (i = bt_pages; i < DeviceInfo.wPagesPerBlock; in FTL_Search_Block_Table_IN_Block()
2266 i += (bt_pages + 1)) { in FTL_Search_Block_Table_IN_Block()
2273 if ((i + bt_pages + 1) < DeviceInfo.wPagesPerBlock) { in FTL_Search_Block_Table_IN_Block()
2282 if (i != bt_pages) { in FTL_Search_Block_Table_IN_Block()
[all …]