| /LevelX-v6.2.1/common/src/ |
| D | lx_nor_flash_simulator.c | 64 …ash_simulator_read(LX_NOR_FLASH *nor_flash, ULONG *flash_address, ULONG *destination, ULONG words); 65 …r_flash_simulator_write(LX_NOR_FLASH *nor_flash, ULONG *flash_address, ULONG *source, ULONG words); 70 UINT _lx_nor_flash_simulator_read(ULONG *flash_address, ULONG *destination, ULONG words); 71 UINT _lx_nor_flash_simulator_write(ULONG *flash_address, ULONG *source, ULONG words); 102 …lash_simulator_read(LX_NOR_FLASH *nor_flash, ULONG *flash_address, ULONG *destination, ULONG words) in _lx_nor_flash_simulator_read() argument 104 UINT _lx_nor_flash_simulator_read(ULONG *flash_address, ULONG *destination, ULONG words) in _lx_nor_flash_simulator_read() 113 while (words--) in _lx_nor_flash_simulator_read() 124 …or_flash_simulator_write(LX_NOR_FLASH *nor_flash, ULONG *flash_address, ULONG *source, ULONG words) in _lx_nor_flash_simulator_write() argument 126 UINT _lx_nor_flash_simulator_write(ULONG *flash_address, ULONG *source, ULONG words) in _lx_nor_flash_simulator_write() 135 while (words--) in _lx_nor_flash_simulator_write() [all …]
|
| D | lx_nor_flash_driver_write.c | 84 …x_nor_flash_driver_write(LX_NOR_FLASH *nor_flash, ULONG *flash_address, ULONG *source, ULONG words) in _lx_nor_flash_driver_write() argument 97 if ((words == 1) && (nor_flash -> lx_nor_flash_extended_cache_entries)) in _lx_nor_flash_driver_write() 132 status = (nor_flash -> lx_nor_flash_driver_write)(nor_flash, flash_address, source, words); in _lx_nor_flash_driver_write() 134 status = (nor_flash -> lx_nor_flash_driver_write)(flash_address, source, words); in _lx_nor_flash_driver_write() 146 status = (nor_flash -> lx_nor_flash_driver_write)(nor_flash, flash_address, source, words); in _lx_nor_flash_driver_write() 148 status = (nor_flash -> lx_nor_flash_driver_write)(flash_address, source, words); in _lx_nor_flash_driver_write()
|
| D | lx_nor_flash_driver_read.c | 84 …r_flash_driver_read(LX_NOR_FLASH *nor_flash, ULONG *flash_address, ULONG *destination, ULONG words) in _lx_nor_flash_driver_read() argument 97 if ((words == 1) && (nor_flash -> lx_nor_flash_extended_cache_entries)) in _lx_nor_flash_driver_read() 203 … status = (nor_flash -> lx_nor_flash_driver_read)(nor_flash, flash_address, destination, words); in _lx_nor_flash_driver_read() 205 status = (nor_flash -> lx_nor_flash_driver_read)(flash_address, destination, words); in _lx_nor_flash_driver_read() 217 status = (nor_flash -> lx_nor_flash_driver_read)(nor_flash, flash_address, destination, words); in _lx_nor_flash_driver_read() 219 status = (nor_flash -> lx_nor_flash_driver_read)(flash_address, destination, words); in _lx_nor_flash_driver_read()
|
| D | lx_nand_flash_simulator.c | 110 …imulator_read(LX_NAND_FLASH *nand_flash, ULONG block, ULONG page, ULONG *destination, ULONG words); 111 …sh_simulator_write(LX_NAND_FLASH *nand_flash, ULONG block, ULONG page, ULONG *source, ULONG words); 125 UINT _lx_nand_flash_simulator_read(ULONG block, ULONG page, ULONG *destination, ULONG words); 126 UINT _lx_nand_flash_simulator_write(ULONG block, ULONG page, ULONG *source, ULONG words); 221 …simulator_read(LX_NAND_FLASH *nand_flash, ULONG block, ULONG page, ULONG *destination, ULONG words) in _lx_nand_flash_simulator_read() argument 223 UINT _lx_nand_flash_simulator_read(ULONG block, ULONG page, ULONG *destination, ULONG words) in _lx_nand_flash_simulator_read() 240 while (words--) in _lx_nand_flash_simulator_read() 291 …ash_simulator_write(LX_NAND_FLASH *nand_flash, ULONG block, ULONG page, ULONG *source, ULONG words) in _lx_nand_flash_simulator_write() argument 293 UINT _lx_nand_flash_simulator_write(ULONG block, ULONG page, ULONG *source, ULONG words) in _lx_nand_flash_simulator_write() 319 while (words--) in _lx_nand_flash_simulator_write() [all …]
|
| /LevelX-v6.2.1/test/regression/ |
| D | levelx_nand_flash_test.c | 39 ULONG words[2048/4]; 2276 test_write[i].words[j] = i; in thread_0_entry() 2289 test_read[i].words[j] = 0xEFEFEFEF; in thread_0_entry() 2295 _fx_nand_flash_read_sectors(i, 1, (UCHAR *) &test_read[i].words[0]); in thread_0_entry() 2302 test_read[i].words[j] = 0xEFEFEFEF; in thread_0_entry() 2305 _fx_nand_flash_read_sectors(3, 5, (UCHAR *) &test_read[3].words[0]); in thread_0_entry() 2306 _fx_nand_flash_read_sectors(1, 2, (UCHAR *) &test_read[1].words[0]); in thread_0_entry() 2307 _fx_nand_flash_read_sectors(0, 1, (UCHAR *) &test_read[0].words[0]); in thread_0_entry() 2313 test_read[i].words[j] = 0xEFEFEFEF; in thread_0_entry() 2316 _fx_nand_flash_read_sectors(0, 8, (UCHAR *) &test_read[0].words[0]); in thread_0_entry() [all …]
|
| /LevelX-v6.2.1/common/inc/ |
| D | lx_api.h | 499 …struct LX_NAND_FLASH_STRUCT *nand_flash, ULONG block, ULONG page, ULONG *destination, ULONG words); 500 …ite)(struct LX_NAND_FLASH_STRUCT *nand_flash, ULONG block, ULONG page, ULONG *source, ULONG words); 514 … (*lx_nand_flash_driver_read)(ULONG block, ULONG page, ULONG *destination, ULONG words); 515 … (*lx_nand_flash_driver_write)(ULONG block, ULONG page, ULONG *source, ULONG words); 626 …ead)(struct LX_NOR_FLASH_STRUCT *nor_flash, ULONG *flash_address, ULONG *destination, ULONG words); 627 …er_write)(struct LX_NOR_FLASH_STRUCT *nor_flash, ULONG *flash_address, ULONG *source, ULONG words); 632 … (*lx_nor_flash_driver_read)(ULONG *flash_address, ULONG *destination, ULONG words); 633 … (*lx_nor_flash_driver_write)(ULONG *flash_address, ULONG *source, ULONG words); 815 …_flash_driver_read(LX_NOR_FLASH *nor_flash, ULONG *flash_address, ULONG *destination, ULONG words); 816 …_nor_flash_driver_write(LX_NOR_FLASH *nor_flash, ULONG *flash_address, ULONG *source, ULONG words);
|
| /LevelX-v6.2.1/docs/ |
| D | revision_history.txt | 141 lx_nand_flash_block_full_update.c Reduced the number of words accessed in 159 lx_nand_flash_logical_sector_find.c Reduced the number of words accessed in 164 … lx_nand_flash_next_block_to_erase_find.c Reduced the number of words accessed in page 0, 166 … lx_nand_flash_open.c Reduced the number of words accessed in page 0, 171 … lx_nand_flash_physical_page_allocate.c Reduced the number of words accessed in page 0,
|