Searched refs:sectors (Results 1 – 4 of 4) sorted by relevance
85 … ULONG destination_block, USHORT* dest_block_status_ptr, ULONG sectors) in _lx_nand_flash_data_page_copy() argument116 for (i = 0; i < sectors; i++) in _lx_nand_flash_data_page_copy()200 number_of_pages = ((ULONG)source_page + sectors) > available_pages ? in _lx_nand_flash_data_page_copy()201 … (available_pages > (ULONG)source_page ? available_pages - (ULONG)source_page : 0) : sectors; in _lx_nand_flash_data_page_copy()
41 VOID _fx_nand_flash_read_sectors(ULONG logical_sector, ULONG sectors, UCHAR *destination_buffer);42 VOID _fx_nand_flash_write_sectors(ULONG logical_sector, ULONG sectors, UCHAR *source_buffer);
3 …sectors that are mapped to physical flash memory inside of LevelX. Applications may use LevelX in …
759 … ULONG destination_block, USHORT* dest_block_status_ptr, ULONG sectors);