Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/tpm/
H A Dtpm_i2c_nuvoton.c360 int burst_count, bytes2write, retries, rc = -EIO; in i2c_nuvoton_send() local
382 bytes2write = min_t(size_t, burst_count, in i2c_nuvoton_send()
385 bytes2write, &buf[count]); in i2c_nuvoton_send()
391 dev_dbg(dev, "%s(%d):", __func__, bytes2write); in i2c_nuvoton_send()
392 count += bytes2write; in i2c_nuvoton_send()