Searched refs:LX_NOR_SECTOR_SIZE (Results 1 – 12 of 12) sorted by relevance
/LevelX-v6.3.0/common/src/ |
D | lx_nor_flash_driver_read.c | 118 cache_entry_end = cache_entry_start + LX_NOR_SECTOR_SIZE; in _lx_nor_flash_driver_read() 162 cache_offset = cache_offset & ~((ULONG) (LX_NOR_SECTOR_SIZE-1)); in _lx_nor_flash_driver_read() 169 LX_NOR_SECTOR_SIZE); in _lx_nor_flash_driver_read() 173 LX_NOR_SECTOR_SIZE); in _lx_nor_flash_driver_read()
|
D | lx_nor_flash_extended_cache_enable.c | 119 if ((memory) && (size < LX_NOR_SECTOR_SIZE)) in _lx_nor_flash_extended_cache_enable() 294 while (cache_size >= LX_NOR_SECTOR_SIZE) in _lx_nor_flash_extended_cache_enable() 303 cache_memory = cache_memory + LX_NOR_SECTOR_SIZE; in _lx_nor_flash_extended_cache_enable() 306 cache_size = cache_size - LX_NOR_SECTOR_SIZE; in _lx_nor_flash_extended_cache_enable()
|
D | lx_nor_flash_block_reclaim.c | 329 …_sector_address >= block_word_ptr) && (new_sector_address < (block_word_ptr + LX_NOR_SECTOR_SIZE))) in _lx_nor_flash_block_reclaim() 347 … (i * LX_NOR_SECTOR_SIZE), LX_NOR_SECTOR_SIZE); in _lx_nor_flash_block_reclaim() 364 … (i * LX_NOR_SECTOR_SIZE), nor_flash -> lx_nor_flash_sector_buffer, in _lx_nor_flash_block_reclaim() 365 … LX_NOR_SECTOR_SIZE); in _lx_nor_flash_block_reclaim() 379 …_write(nor_flash, new_sector_address, nor_flash -> lx_nor_flash_sector_buffer, LX_NOR_SECTOR_SIZE); in _lx_nor_flash_block_reclaim()
|
D | lx_nor_flash_sector_read.c | 120 status = _lx_nor_flash_driver_read(nor_flash, sector_address, buffer, LX_NOR_SECTOR_SIZE); in _lx_nor_flash_sector_read() 153 … status = _lx_nor_flash_driver_read(nor_flash, sector_address, buffer, LX_NOR_SECTOR_SIZE); in _lx_nor_flash_sector_read()
|
D | lx_nor_flash_open.c | 159 sectors_per_block = (nor_flash -> lx_nor_flash_words_per_block / LX_NOR_SECTOR_SIZE) - 1; in _lx_nor_flash_open() 177 if (total_header_words <= LX_NOR_SECTOR_SIZE) in _lx_nor_flash_open() 181 total_header_words = LX_NOR_SECTOR_SIZE; in _lx_nor_flash_open() 187 header_sectors = (total_header_words-1)/LX_NOR_SECTOR_SIZE; in _lx_nor_flash_open() 193 total_header_words = header_sectors * LX_NOR_SECTOR_SIZE; in _lx_nor_flash_open() 777 …ock_word_ptr + (nor_flash -> lx_nor_flash_block_physical_sector_offset) + (j * LX_NOR_SECTOR_SIZE); in _lx_nor_flash_open() 780 for (k = 0; k < LX_NOR_SECTOR_SIZE; k++) in _lx_nor_flash_open()
|
D | lx_nor_flash_driver_block_erase.c | 110 cache_entry_end = cache_entry_start + LX_NOR_SECTOR_SIZE; in _lx_nor_flash_driver_block_erase()
|
D | lx_nor_flash_driver_write.c | 111 cache_entry_end = cache_entry_start + LX_NOR_SECTOR_SIZE; in _lx_nor_flash_driver_write()
|
D | lx_nor_flash_logical_sector_find.c | 452 …block_word_ptr + nor_flash -> lx_nor_flash_block_physical_sector_offset + (j * LX_NOR_SECTOR_SIZE); in _lx_nor_flash_logical_sector_find() 495 …block_word_ptr + nor_flash -> lx_nor_flash_block_physical_sector_offset + (j * LX_NOR_SECTOR_SIZE); in _lx_nor_flash_logical_sector_find()
|
D | fx_nor_flash_simulator_driver.c | 432 if (media_ptr -> fx_media_bytes_per_sector != (LX_NOR_SECTOR_SIZE) * sizeof(ULONG)) in _fx_nor_flash_simulator_driver()
|
D | lx_nor_flash_physical_sector_allocate.c | 307 …+ (nor_flash -> lx_nor_flash_block_physical_sector_offset) + (((j * 32) + k) * LX_NOR_SECTOR_SIZE); in _lx_nor_flash_physical_sector_allocate()
|
D | lx_nor_flash_sector_write.c | 157 … status = _lx_nor_flash_driver_write(nor_flash, new_sector_address, buffer, LX_NOR_SECTOR_SIZE); in _lx_nor_flash_sector_write()
|
/LevelX-v6.3.0/common/inc/ |
D | lx_api.h | 242 #ifndef LX_NOR_SECTOR_SIZE 243 #define LX_NOR_SECTOR_SIZE (512/sizeof(ULONG)) macro
|