Home
last modified time | relevance | path

Searched refs:bytes_computed (Results 1 – 2 of 2) sorted by relevance

/LevelX-v6.2.1/common/src/
Dlx_nand_flash_page_ecc_compute.c83 UINT bytes_computed; in _lx_nand_flash_page_ecc_compute() local
87 bytes_computed = 0; in _lx_nand_flash_page_ecc_compute()
88 while (bytes_computed < nand_flash -> lx_nand_flash_bytes_per_page) in _lx_nand_flash_page_ecc_compute()
95 bytes_computed = bytes_computed + 256; in _lx_nand_flash_page_ecc_compute()
Dlx_nand_flash_simulator.c299 UINT bytes_computed; in _lx_nand_flash_simulator_write() local
332 bytes_computed = 0; in _lx_nand_flash_simulator_write()
334 while (bytes_computed < BYTES_PER_PHYSICAL_PAGE) in _lx_nand_flash_simulator_write()
341 bytes_computed = bytes_computed + 256; in _lx_nand_flash_simulator_write()