Searched refs:i2c_max (Results 1 – 1 of 1) sorted by relevance
10420 unsigned int i2c_max = sizeof(ldst_cmd.u.i2c.data); in t4_i2c_rd() local10441 unsigned int i2c_len = (len < i2c_max) ? len : i2c_max; in t4_i2c_rd()