Searched refs:lx_nor_flash_total_blocks (Results 1 – 12 of 12) sorted by relevance
98 if (max_blocks >= nor_flash -> lx_nor_flash_total_blocks) in _lx_nor_flash_partial_defragment()102 max_blocks = nor_flash -> lx_nor_flash_total_blocks; in _lx_nor_flash_partial_defragment()
204 …nor_flash -> lx_nor_flash_total_physical_sectors = nor_flash -> lx_nor_flash_total_blocks * s… in _lx_nor_flash_open()232 for (l = 0; l < nor_flash -> lx_nor_flash_total_blocks; l++) in _lx_nor_flash_open()312 for (l = 0; l < nor_flash -> lx_nor_flash_total_blocks; l++) in _lx_nor_flash_open()350 … nor_flash -> lx_nor_flash_minimum_erased_blocks = nor_flash -> lx_nor_flash_total_blocks; in _lx_nor_flash_open()367 nor_flash -> lx_nor_flash_free_block_search = nor_flash -> lx_nor_flash_total_blocks; in _lx_nor_flash_open()374 for (l = 0; l < nor_flash -> lx_nor_flash_total_blocks; l++) in _lx_nor_flash_open()547 … if (nor_flash -> lx_nor_flash_free_block_search == nor_flash -> lx_nor_flash_total_blocks) in _lx_nor_flash_open()834 if (nor_flash -> lx_nor_flash_free_block_search == nor_flash -> lx_nor_flash_total_blocks) in _lx_nor_flash_open()
95 for (i = 0; i < nor_flash -> lx_nor_flash_total_blocks; i++) in _lx_nor_flash_defragment()
121 for (i = 0; i < nor_flash -> lx_nor_flash_total_blocks; i++) in _lx_nor_flash_physical_sector_allocate()267 if (search_block >= nor_flash -> lx_nor_flash_total_blocks) in _lx_nor_flash_physical_sector_allocate()327 if (search_block >= nor_flash -> lx_nor_flash_total_blocks) in _lx_nor_flash_physical_sector_allocate()
249 total_blocks = nor_flash -> lx_nor_flash_total_blocks; in _lx_nor_flash_logical_sector_find()268 if (i >= nor_flash -> lx_nor_flash_total_blocks) in _lx_nor_flash_logical_sector_find()345 if (i >= nor_flash -> lx_nor_flash_total_blocks) in _lx_nor_flash_logical_sector_find()567 if (i >= nor_flash -> lx_nor_flash_total_blocks) in _lx_nor_flash_logical_sector_find()
184 …obsolete_count_words = nor_flash -> lx_nor_flash_total_blocks * sizeof(LX_NOR_OBSOLETE_COUNT_CACHE… in _lx_nor_flash_extended_cache_enable()208 for (i = 0; i < nor_flash -> lx_nor_flash_total_blocks; i++) in _lx_nor_flash_extended_cache_enable()
222 if (i >= nor_flash -> lx_nor_flash_total_blocks) in _lx_nor_flash_sector_release()
154 for (i = 0; i < nor_flash -> lx_nor_flash_total_blocks; i++) in _lx_nor_flash_next_block_to_erase_find()395 if (i == nor_flash -> lx_nor_flash_total_blocks) in _lx_nor_flash_next_block_to_erase_find()
125 if (nor_flash -> lx_nor_flash_free_block_search >= nor_flash -> lx_nor_flash_total_blocks) in _lx_nor_flash_block_reclaim()320 … if (nor_flash -> lx_nor_flash_free_block_search >= nor_flash -> lx_nor_flash_total_blocks) in _lx_nor_flash_block_reclaim()
130 if (i >= nor_flash -> lx_nor_flash_total_blocks) in _lx_nor_flash_sector_write()
86 nor_flash -> lx_nor_flash_total_blocks = TOTAL_BLOCKS; in _lx_nor_flash_simulator_initialize()
566 ULONG lx_nor_flash_total_blocks; member