Searched refs:lx_nand_flash_driver_pages_write (Results 1 – 7 of 7) sorted by relevance
/LevelX-v6.3.0/common/src/ |
D | lx_nand_flash_metadata_write.c | 114 …status = (nand_flash -> lx_nand_flash_driver_pages_write)(nand_flash, block, page, main_buffer, sp… in _lx_nand_flash_metadata_write() 116 …status = (nand_flash -> lx_nand_flash_driver_pages_write)(block, page, main_buffer, spare_buffer_p… in _lx_nand_flash_metadata_write() 141 …status = (nand_flash -> lx_nand_flash_driver_pages_write)(nand_flash, block, page, main_buffer, sp… in _lx_nand_flash_metadata_write() 143 …status = (nand_flash -> lx_nand_flash_driver_pages_write)(block, page, main_buffer, spare_buffer_p… in _lx_nand_flash_metadata_write()
|
D | lx_nand_flash_sector_write.c | 257 …status = (nand_flash -> lx_nand_flash_driver_pages_write)(nand_flash, new_block, page, (UCHAR*)buf… in _lx_nand_flash_sector_write() 259 …status = (nand_flash -> lx_nand_flash_driver_pages_write)(new_block, page, (UCHAR*)buffer, spare_b… in _lx_nand_flash_sector_write()
|
D | lx_nand_flash_sector_release.c | 419 …status = (nand_flash -> lx_nand_flash_driver_pages_write)(nand_flash, block, available_pages, (UCH… in _lx_nand_flash_sector_release() 421 …status = (nand_flash -> lx_nand_flash_driver_pages_write)(block, available_pages, (UCHAR*)nand_fla… in _lx_nand_flash_sector_release()
|
D | lx_nand_flash_format.c | 123 …lx_nand_flash_driver_pages_read == LX_NULL || nand_flash -> lx_nand_flash_driver_pages_write == LX… in _lx_nand_flash_format()
|
D | lx_nand_flash_open.c | 130 …lx_nand_flash_driver_pages_read == LX_NULL || nand_flash -> lx_nand_flash_driver_pages_write == LX… in _lx_nand_flash_open()
|
D | lx_nand_flash_simulator.c | 167 … nand_flash -> lx_nand_flash_driver_pages_write = _lx_nand_flash_simulator_pages_write; in _lx_nand_flash_simulator_initialize()
|
/LevelX-v6.3.0/common/inc/ |
D | lx_api.h | 493 …UINT (*lx_nand_flash_driver_pages_write)(struct LX_NAND_FLASH_STRUCT *n… member 508 …UINT (*lx_nand_flash_driver_pages_write)(ULONG block, ULONG page, UCHAR… member
|