Searched refs:MAX_NVMEM_CHUNK_SIZE (Results 1 – 1 of 1) sorted by relevance
49 #define MAX_NVMEM_CHUNK_SIZE 1456 /*should be 16 bytes align, because of encryption data*/ macro319 ChunkLen = (_u16)sl_min(MAX_NVMEM_CHUNK_SIZE,Len); in sl_FsRead()346 ChunkLen = (_u16)sl_min(MAX_NVMEM_CHUNK_SIZE,Len); in sl_FsRead()393 ChunkLen = (_u16)sl_min(MAX_NVMEM_CHUNK_SIZE,Len); in sl_FsWrite()422 ChunkLen = (_u16)sl_min(MAX_NVMEM_CHUNK_SIZE,Len); in sl_FsWrite()731 ChunkLen = (_u16)sl_min(MAX_NVMEM_CHUNK_SIZE, DataLen); in sl_FsProgram()765 ChunkLen = (_u16)sl_min(MAX_NVMEM_CHUNK_SIZE, DataLen); in sl_FsProgram()809 if( OutputBufferSize > MAX_NVMEM_CHUNK_SIZE ) in sl_FsGetFileList()