Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/onenand/
H A Donenand_base.c3090 size_t tmp_retlen; in onenand_otp_walk() local
3092 ret = action(mtd, from, len, &tmp_retlen, buf); in onenand_otp_walk()
3096 buf += tmp_retlen; in onenand_otp_walk()
3097 len -= tmp_retlen; in onenand_otp_walk()
3098 *retlen += tmp_retlen; in onenand_otp_walk()