Searched refs:i2c_len (Results 1 – 1 of 1) sorted by relevance
11934 unsigned int i2c_len = (len < i2c_max) ? len : i2c_max; in t4_i2c_io() local11937 ldst_cmd.u.i2c.blen = i2c_len; in t4_i2c_io()11940 memcpy(ldst_cmd.u.i2c.data, buf, i2c_len); in t4_i2c_io()11948 memcpy(buf, ldst_rpl.u.i2c.data, i2c_len); in t4_i2c_io()11949 offset += i2c_len; in t4_i2c_io()11950 buf += i2c_len; in t4_i2c_io()11951 len -= i2c_len; in t4_i2c_io()