Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_macronix.c396 size_t bytes_to_handle; in __macronix_30lfxg18ac_rw_otp() local
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()