Home
last modified time | relevance | path

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

/LevelX-v6.3.0/common/src/
Dlx_nor_flash_partial_defragment.c98 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()
Dlx_nor_flash_open.c204 …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()
Dlx_nor_flash_defragment.c95 for (i = 0; i < nor_flash -> lx_nor_flash_total_blocks; i++) in _lx_nor_flash_defragment()
Dlx_nor_flash_physical_sector_allocate.c121 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()
Dlx_nor_flash_logical_sector_find.c249 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()
Dlx_nor_flash_extended_cache_enable.c184 …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()
Dlx_nor_flash_sector_release.c222 if (i >= nor_flash -> lx_nor_flash_total_blocks) in _lx_nor_flash_sector_release()
Dlx_nor_flash_next_block_to_erase_find.c154 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()
Dlx_nor_flash_block_reclaim.c125 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()
Dlx_nor_flash_sector_write.c130 if (i >= nor_flash -> lx_nor_flash_total_blocks) in _lx_nor_flash_sector_write()
Dlx_nor_flash_simulator.c86 nor_flash -> lx_nor_flash_total_blocks = TOTAL_BLOCKS; in _lx_nor_flash_simulator_initialize()
/LevelX-v6.3.0/common/inc/
Dlx_api.h566 ULONG lx_nor_flash_total_blocks; member