Searched refs:i2c_len (Results 1 – 1 of 1) sorted by relevance
11002 unsigned int i2c_len = (len < i2c_max) ? len : i2c_max; in t4_i2c_io() local11005 ldst_cmd.u.i2c.blen = i2c_len; in t4_i2c_io()11008 memcpy(ldst_cmd.u.i2c.data, buf, i2c_len); in t4_i2c_io()11016 memcpy(buf, ldst_rpl.u.i2c.data, i2c_len); in t4_i2c_io()11017 offset += i2c_len; in t4_i2c_io()11018 buf += i2c_len; in t4_i2c_io()11019 len -= i2c_len; in t4_i2c_io()