Searched refs:i2c_len (Results 1 – 1 of 1) sorted by relevance
10867 unsigned int i2c_len = (len < i2c_max) ? len : i2c_max; in t4_i2c_io() local10870 ldst_cmd.u.i2c.blen = i2c_len; in t4_i2c_io()10873 memcpy(ldst_cmd.u.i2c.data, buf, i2c_len); in t4_i2c_io()10881 memcpy(buf, ldst_rpl.u.i2c.data, i2c_len); in t4_i2c_io()10882 offset += i2c_len; in t4_i2c_io()10883 buf += i2c_len; in t4_i2c_io()10884 len -= i2c_len; in t4_i2c_io()