Searched refs:lx_nand_flash_spare_total_length (Results 1 – 6 of 6) sorted by relevance
93 LX_MEMSET(spare_buffer_ptr, 0xFF, nand_flash -> lx_nand_flash_spare_total_length); in _lx_nand_flash_metadata_write()
197 … (nand_flash -> lx_nand_flash_bytes_per_page + nand_flash -> lx_nand_flash_spare_total_length) * 2) in _lx_nand_flash_memory_initialize()
239 LX_MEMSET(spare_buffer_ptr, 0xFF, nand_flash -> lx_nand_flash_spare_total_length); in _lx_nand_flash_sector_write()
401 …0xFF, nand_flash -> lx_nand_flash_bytes_per_page + nand_flash -> lx_nand_flash_spare_total_length); in _lx_nand_flash_sector_release()
176 nand_flash -> lx_nand_flash_spare_total_length = SPARE_BYTES_PER_PAGE; in _lx_nand_flash_simulator_initialize()
445 ULONG lx_nand_flash_spare_total_length; member