Lines Matching refs:buffer

23 ULONG           buffer[2048];  variable
153 buffer[j] = i; in thread_0_entry()
155 status = lx_nand_flash_sector_write(&nand_sim_flash, i, buffer); in thread_0_entry()
191 status = lx_nand_flash_sector_read(&nand_sim_flash, i, buffer); in thread_0_entry()
207 if (buffer[j] != i) in thread_0_entry()
241 buffer[j] = 0xFFFFFFFF; in thread_0_entry()
247 buffer[j] = i; in thread_0_entry()
250 buffer[j-1]--; in thread_0_entry()
251 status = lx_nand_flash_sector_write(&nand_sim_flash, 7, buffer); in thread_0_entry()
280 if (buffer[j] != readbuffer[j]) in thread_0_entry()
294 lx_nand_flash_sector_write(&nand_sim_flash, 1, buffer); in thread_0_entry()
296 lx_nand_flash_sector_write(&nand_sim_flash, 16, buffer); in thread_0_entry()
298 lx_nand_flash_sector_write(&nand_sim_flash, 32, buffer); in thread_0_entry()
300 lx_nand_flash_sector_write(&nand_sim_flash, 48, buffer); in thread_0_entry()
302 lx_nand_flash_sector_write(&nand_sim_flash, 64, buffer); in thread_0_entry()
304 lx_nand_flash_sector_write(&nand_sim_flash, 80, buffer); in thread_0_entry()
306 lx_nand_flash_sector_write(&nand_sim_flash, 96, buffer); in thread_0_entry()
308 lx_nand_flash_sector_write(&nand_sim_flash, 112, buffer); in thread_0_entry()
545 buffer[j] = 0xFFFFFFFF; in thread_0_entry()
547 status = lx_nand_flash_sector_write(&nand_sim_flash, 0, buffer); in thread_0_entry()
553 buffer[j] = i; in thread_0_entry()
557 status = lx_nand_flash_sector_write(&nand_sim_flash, i, buffer); in thread_0_entry()
571 status = lx_nand_flash_sector_write(&nand_sim_flash, 300, buffer); in thread_0_entry()
583 status = lx_nand_flash_sector_write(&nand_sim_flash, 400, buffer); in thread_0_entry()
1695 buffer[j] = i; in thread_0_entry()
1697 status = lx_nand_flash_sector_write(&nand_sim_flash, i, buffer); in thread_0_entry()
1715 status = lx_nand_flash_sector_read(&nand_sim_flash, i, buffer); in thread_0_entry()
1731 if (buffer[j] != i) in thread_0_entry()
1753 status = lx_nand_flash_sector_read(&nand_sim_flash, sector, buffer); in thread_0_entry()
1769 if ((buffer[j] & 0x0000FFFF) != sector) in thread_0_entry()
1785 buffer[j] = (buffer[j] & 0x0000FFFF) | (i << 16); in thread_0_entry()
1788 status = lx_nand_flash_sector_write(&nand_sim_flash, sector, buffer); in thread_0_entry()