Home
last modified time | relevance | path

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

/LevelX-v6.2.1/common/src/
Dlx_nor_flash_partial_defragment.c97 if (max_blocks >= nor_flash -> lx_nor_flash_total_blocks) in _lx_nor_flash_partial_defragment()
101 max_blocks = nor_flash -> lx_nor_flash_total_blocks; in _lx_nor_flash_partial_defragment()
Dlx_nor_flash_open.c203 …nor_flash -> lx_nor_flash_total_physical_sectors = nor_flash -> lx_nor_flash_total_blocks * s… in _lx_nor_flash_open()
231 for (l = 0; l < nor_flash -> lx_nor_flash_total_blocks; l++) in _lx_nor_flash_open()
311 for (l = 0; l < nor_flash -> lx_nor_flash_total_blocks; l++) in _lx_nor_flash_open()
349 … nor_flash -> lx_nor_flash_minimum_erased_blocks = nor_flash -> lx_nor_flash_total_blocks; in _lx_nor_flash_open()
366 nor_flash -> lx_nor_flash_free_block_search = nor_flash -> lx_nor_flash_total_blocks; in _lx_nor_flash_open()
373 for (l = 0; l < nor_flash -> lx_nor_flash_total_blocks; l++) in _lx_nor_flash_open()
546 … if (nor_flash -> lx_nor_flash_free_block_search == nor_flash -> lx_nor_flash_total_blocks) in _lx_nor_flash_open()
833 if (nor_flash -> lx_nor_flash_free_block_search == nor_flash -> lx_nor_flash_total_blocks) in _lx_nor_flash_open()
Dlx_nor_flash_physical_sector_allocate.c120 for (i = 0; i < nor_flash -> lx_nor_flash_total_blocks; i++) in _lx_nor_flash_physical_sector_allocate()
266 if (search_block >= nor_flash -> lx_nor_flash_total_blocks) in _lx_nor_flash_physical_sector_allocate()
326 if (search_block >= nor_flash -> lx_nor_flash_total_blocks) in _lx_nor_flash_physical_sector_allocate()
Dlx_nor_flash_defragment.c94 for (i = 0; i < nor_flash -> lx_nor_flash_total_blocks; i++) in _lx_nor_flash_defragment()
Dlx_nor_flash_logical_sector_find.c248 total_blocks = nor_flash -> lx_nor_flash_total_blocks; in _lx_nor_flash_logical_sector_find()
267 if (i >= nor_flash -> lx_nor_flash_total_blocks) in _lx_nor_flash_logical_sector_find()
344 if (i >= nor_flash -> lx_nor_flash_total_blocks) in _lx_nor_flash_logical_sector_find()
566 if (i >= nor_flash -> lx_nor_flash_total_blocks) in _lx_nor_flash_logical_sector_find()
Dlx_nor_flash_extended_cache_enable.c183 …obsolete_count_words = nor_flash -> lx_nor_flash_total_blocks * sizeof(LX_NOR_OBSOLETE_COUNT_CACHE… in _lx_nor_flash_extended_cache_enable()
207 for (i = 0; i < nor_flash -> lx_nor_flash_total_blocks; i++) in _lx_nor_flash_extended_cache_enable()
Dlx_nor_flash_sector_release.c221 if (i >= nor_flash -> lx_nor_flash_total_blocks) in _lx_nor_flash_sector_release()
Dlx_nor_flash_next_block_to_erase_find.c153 for (i = 0; i < nor_flash -> lx_nor_flash_total_blocks; i++) in _lx_nor_flash_next_block_to_erase_find()
394 if (i == nor_flash -> lx_nor_flash_total_blocks) in _lx_nor_flash_next_block_to_erase_find()
Dlx_nor_flash_block_reclaim.c124 if (nor_flash -> lx_nor_flash_free_block_search >= nor_flash -> lx_nor_flash_total_blocks) in _lx_nor_flash_block_reclaim()
319 … if (nor_flash -> lx_nor_flash_free_block_search >= nor_flash -> lx_nor_flash_total_blocks) in _lx_nor_flash_block_reclaim()
Dlx_nor_flash_sector_write.c129 if (i >= nor_flash -> lx_nor_flash_total_blocks) in _lx_nor_flash_sector_write()
Dlx_nor_flash_simulator.c85 nor_flash -> lx_nor_flash_total_blocks = TOTAL_BLOCKS; in _lx_nor_flash_simulator_initialize()
/LevelX-v6.2.1/common/inc/
Dlx_api.h584 ULONG lx_nor_flash_total_blocks; member