Home
last modified time | relevance | path

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

/LevelX-v6.2.1/common/src/
Dlx_nor_flash_open.c123 ULONG j, k, l; in _lx_nor_flash_open() local
231 for (l = 0; l < nor_flash -> lx_nor_flash_total_blocks; l++) in _lx_nor_flash_open()
311 for (l = 0; l < nor_flash -> lx_nor_flash_total_blocks; l++) in _lx_nor_flash_open()
373 for (l = 0; l < nor_flash -> lx_nor_flash_total_blocks; l++) in _lx_nor_flash_open()
420 status = (nor_flash -> lx_nor_flash_driver_block_erased_verify)(nor_flash, l); in _lx_nor_flash_open()
422 status = (nor_flash -> lx_nor_flash_driver_block_erased_verify)(l); in _lx_nor_flash_open()
445 status = _lx_nor_flash_driver_block_erase(nor_flash, l, max_erased_count); in _lx_nor_flash_open()
550 nor_flash -> lx_nor_flash_free_block_search = l; in _lx_nor_flash_open()
Dlx_nor_flash_physical_sector_allocate.c94 ULONG i, j, k, l; in _lx_nor_flash_physical_sector_allocate() local
216 … for (l = 0; l < nor_flash -> lx_nor_flash_physical_sectors_per_block; l++) in _lx_nor_flash_physical_sector_allocate()