Searched refs:NIOS2_WRITE_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
57 #define NIOS2_WRITE_BLOCK_SIZE 4 macro67 .write_block_size = NIOS2_WRITE_BLOCK_SIZE,97 (NIOS2_WRITE_BLOCK_SIZE - 1)))) { in flash_nios2_qspi_erase()202 bytes_to_copy = NIOS2_WRITE_BLOCK_SIZE; in flash_nios2_qspi_write_block()208 if (0 != (write_offset & (NIOS2_WRITE_BLOCK_SIZE - 1))) { in flash_nios2_qspi_write_block()213 padding = write_offset & (NIOS2_WRITE_BLOCK_SIZE - 1); in flash_nios2_qspi_write_block()228 (NIOS2_WRITE_BLOCK_SIZE - 1))) { in flash_nios2_qspi_write_block()239 if (padding + bytes_to_copy > NIOS2_WRITE_BLOCK_SIZE) { in flash_nios2_qspi_write_block()272 write_offset = write_offset + NIOS2_WRITE_BLOCK_SIZE; in flash_nios2_qspi_write_block()302 (NIOS2_WRITE_BLOCK_SIZE - 1)))) { in flash_nios2_qspi_write()[all …]