Home
last modified time | relevance | path

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

/LevelX-v6.3.0/common/src/
Dlx_nor_flash_driver_block_erase.c99 …ss = nor_flash -> lx_nor_flash_base_address + (block * nor_flash -> lx_nor_flash_words_per_block); in _lx_nor_flash_driver_block_erase()
100 block_end_address = block_start_address + nor_flash -> lx_nor_flash_words_per_block; in _lx_nor_flash_driver_block_erase()
Dlx_nor_flash_open.c159 sectors_per_block = (nor_flash -> lx_nor_flash_words_per_block / LX_NOR_SECTOR_SIZE) - 1; in _lx_nor_flash_open()
296 block_word_ptr = block_word_ptr + (nor_flash -> lx_nor_flash_words_per_block); in _lx_nor_flash_open()
357 block_word_ptr = block_word_ptr + (nor_flash -> lx_nor_flash_words_per_block); in _lx_nor_flash_open()
825 block_word_ptr = block_word_ptr + (nor_flash -> lx_nor_flash_words_per_block); in _lx_nor_flash_open()
Dlx_nor_flash_sector_release.c193 …ping_address - nor_flash -> lx_nor_flash_base_address) / nor_flash -> lx_nor_flash_words_per_block; in _lx_nor_flash_sector_release()
Dlx_nor_flash_next_block_to_erase_find.c391 block_word_ptr = block_word_ptr + nor_flash -> lx_nor_flash_words_per_block; in _lx_nor_flash_next_block_to_erase_find()
434 …ash -> lx_nor_flash_base_address + *return_erase_block * nor_flash -> lx_nor_flash_words_per_block; in _lx_nor_flash_next_block_to_erase_find()
Dlx_nor_flash_block_reclaim.c130 …ptr = nor_flash -> lx_nor_flash_base_address + (nor_flash -> lx_nor_flash_words_per_block * erase… in _lx_nor_flash_block_reclaim()
312 …k_word_ptr) && (new_sector_address < (block_word_ptr + nor_flash -> lx_nor_flash_words_per_block))) in _lx_nor_flash_block_reclaim()
Dlx_nor_flash_physical_sector_allocate.c125 …or_flash -> lx_nor_flash_base_address + (search_block * nor_flash -> lx_nor_flash_words_per_block); in _lx_nor_flash_physical_sector_allocate()
Dlx_nor_flash_extended_cache_enable.c211 …_ptr = (nor_flash -> lx_nor_flash_base_address + (i * nor_flash -> lx_nor_flash_words_per_block)); in _lx_nor_flash_extended_cache_enable()
Dlx_nor_flash_sector_write.c327 …ping_address - nor_flash -> lx_nor_flash_base_address) / nor_flash -> lx_nor_flash_words_per_block; in _lx_nor_flash_sector_write()
Dlx_nor_flash_simulator.c87 nor_flash -> lx_nor_flash_words_per_block = sizeof(FLASH_BLOCK)/sizeof(ULONG); in _lx_nor_flash_simulator_initialize()
Dlx_nor_flash_logical_sector_find.c286 …_ptr = (nor_flash -> lx_nor_flash_base_address + (i * nor_flash -> lx_nor_flash_words_per_block)); in _lx_nor_flash_logical_sector_find()
/LevelX-v6.3.0/common/inc/
Dlx_api.h567 ULONG lx_nor_flash_words_per_block; member