Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dnand_macronix.c377 size_t bytes_handled; in __macronix_30lfxg18ac_rw_otp() local
392 bytes_handled = 0; in __macronix_30lfxg18ac_rw_otp()
394 while (bytes_handled < len && in __macronix_30lfxg18ac_rw_otp()
399 bytes_to_handle = min_t(size_t, len - bytes_handled, in __macronix_30lfxg18ac_rw_otp()
405 &buf[bytes_handled], bytes_to_handle); in __macronix_30lfxg18ac_rw_otp()
408 &buf[bytes_handled], bytes_to_handle); in __macronix_30lfxg18ac_rw_otp()
412 bytes_handled += bytes_to_handle; in __macronix_30lfxg18ac_rw_otp()
417 *retlen = bytes_handled; in __macronix_30lfxg18ac_rw_otp()