Lines Matching refs:buffer
18 ULONG buffer[128]; variable
120 buffer[j] = i; in thread_0_entry()
122 status = lx_nor_flash_sector_write(&nor_sim_flash, i, buffer); in thread_0_entry()
140 status = lx_nor_flash_sector_read(&nor_sim_flash, i, buffer); in thread_0_entry()
156 if (buffer[j] != i) in thread_0_entry()
280 buffer[j] = 0xFFFFFFFF; in thread_0_entry()
286 buffer[j] = i; in thread_0_entry()
288 status = lx_nor_flash_sector_write(&nor_sim_flash, 7, buffer); in thread_0_entry()
317 if (buffer[j] != readbuffer[j]) in thread_0_entry()
331 lx_nor_flash_sector_write(&nor_sim_flash, 1, buffer); in thread_0_entry()
333 lx_nor_flash_sector_write(&nor_sim_flash, 16, buffer); in thread_0_entry()
335 lx_nor_flash_sector_write(&nor_sim_flash, 32, buffer); in thread_0_entry()
337 lx_nor_flash_sector_write(&nor_sim_flash, 48, buffer); in thread_0_entry()
339 lx_nor_flash_sector_write(&nor_sim_flash, 64, buffer); in thread_0_entry()
341 lx_nor_flash_sector_write(&nor_sim_flash, 80, buffer); in thread_0_entry()
343 lx_nor_flash_sector_write(&nor_sim_flash, 96, buffer); in thread_0_entry()
345 lx_nor_flash_sector_write(&nor_sim_flash, 112, buffer); in thread_0_entry()
1458 buffer[j] = i; in thread_0_entry()
1460 status = lx_nor_flash_sector_write(&nor_sim_flash, i, buffer); in thread_0_entry()
1478 status = lx_nor_flash_sector_read(&nor_sim_flash, i, buffer); in thread_0_entry()
1494 if (buffer[j] != i) in thread_0_entry()
1516 status = lx_nor_flash_sector_read(&nor_sim_flash, sector, buffer); in thread_0_entry()
1532 if ((buffer[j] & 0x0000FFFF) != sector) in thread_0_entry()
1548 buffer[j] = (buffer[j] & 0x0000FFFF) | (i << 16); in thread_0_entry()
1551 status = lx_nor_flash_sector_write(&nor_sim_flash, sector, buffer); in thread_0_entry()
1606 buffer[j] = i; in thread_0_entry()
1608 status = lx_nor_flash_sector_write(&nor_sim_flash, i, buffer); in thread_0_entry()
1626 status = lx_nor_flash_sector_read(&nor_sim_flash, i, buffer); in thread_0_entry()
1642 if (buffer[j] != i) in thread_0_entry()