Searched refs:lx_nor_flash_words_per_block (Results 1 – 11 of 11) sorted by relevance
99 …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()
159 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()
193 …ping_address - nor_flash -> lx_nor_flash_base_address) / nor_flash -> lx_nor_flash_words_per_block; in _lx_nor_flash_sector_release()
391 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()
130 …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()
125 …or_flash -> lx_nor_flash_base_address + (search_block * nor_flash -> lx_nor_flash_words_per_block); in _lx_nor_flash_physical_sector_allocate()
211 …_ptr = (nor_flash -> lx_nor_flash_base_address + (i * nor_flash -> lx_nor_flash_words_per_block)); in _lx_nor_flash_extended_cache_enable()
327 …ping_address - nor_flash -> lx_nor_flash_base_address) / nor_flash -> lx_nor_flash_words_per_block; in _lx_nor_flash_sector_write()
87 nor_flash -> lx_nor_flash_words_per_block = sizeof(FLASH_BLOCK)/sizeof(ULONG); in _lx_nor_flash_simulator_initialize()
286 …_ptr = (nor_flash -> lx_nor_flash_base_address + (i * nor_flash -> lx_nor_flash_words_per_block)); in _lx_nor_flash_logical_sector_find()
567 ULONG lx_nor_flash_words_per_block; member