Searched refs:i2c_len (Results 1 – 1 of 1) sorted by relevance
13128 unsigned int i2c_len = (len < i2c_max) ? len : i2c_max; in t4_i2c_io() local13131 ldst_cmd.u.i2c.blen = i2c_len; in t4_i2c_io()13134 memcpy(ldst_cmd.u.i2c.data, buf, i2c_len); in t4_i2c_io()13142 memcpy(buf, ldst_rpl.u.i2c.data, i2c_len); in t4_i2c_io()13143 offset += i2c_len; in t4_i2c_io()13144 buf += i2c_len; in t4_i2c_io()13145 len -= i2c_len; in t4_i2c_io()