Home
last modified time | relevance | path

Searched refs:blocksize (Results 1 – 1 of 1) sorted by relevance

/env/
A Dnand.c120 size_t blocksize, len; in writeenv() local
128 blocksize = mtd->erasesize; in writeenv()
129 len = min(blocksize, (size_t)CONFIG_ENV_SIZE); in writeenv()
133 offset += blocksize; in writeenv()
139 offset += blocksize; in writeenv()
237 size_t blocksize, len; in readenv() local
245 blocksize = mtd->erasesize; in readenv()
246 len = min(blocksize, (size_t)CONFIG_ENV_SIZE); in readenv()
250 offset += blocksize; in readenv()
258 offset += blocksize; in readenv()

Completed in 9 milliseconds