Searched refs:EC_I2C_FLAG_READ (Results 1 – 4 of 4) sorted by relevance
97 msg->addr_flags |= EC_I2C_FLAG_READ; in ec_i2c_construct_message()
1465 #define EC_I2C_FLAG_READ (1 << 15) macro
1101 msg->addr_flags |= EC_I2C_FLAG_READ; in cros_ec_i2c_tunnel()
3899 #define EC_I2C_FLAG_READ BIT(15) macro