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.c3089 size_t tmp_retlen; in onenand_otp_walk() local
3091 ret = action(mtd, from, len, &tmp_retlen, buf); in onenand_otp_walk()
3095 buf += tmp_retlen; in onenand_otp_walk()
3096 len -= tmp_retlen; in onenand_otp_walk()
3097 *retlen += tmp_retlen; in onenand_otp_walk()