Searched refs:number_of_pages (Results 1 – 1 of 1) sorted by relevance
| /LevelX-v6.2.1/common/src/ |
| D | lx_nand_flash_data_page_copy.c | 99 ULONG number_of_pages; in _lx_nand_flash_data_page_copy() local 203 number_of_pages = ((ULONG)source_page + sectors) > available_pages ? in _lx_nand_flash_data_page_copy() 207 if (number_of_pages) in _lx_nand_flash_data_page_copy() 212 …urce_block, (ULONG)source_page, destination_block, destination_page, number_of_pages, nand_flash -… in _lx_nand_flash_data_page_copy() 214 …urce_block, (ULONG)source_page, destination_block, destination_page, number_of_pages, nand_flash -… in _lx_nand_flash_data_page_copy() 237 destination_page += number_of_pages; in _lx_nand_flash_data_page_copy()
|