Searched refs:I2C_NOSTOP (Results 1 – 3 of 3) sorted by relevance
35 #define I2C_NOSTOP (1 << 4) macro101 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_sendbytes()103 ctrl |= I2C_NOSTOP; in i2c_sendbytes()113 if (!(ctrl & I2C_NOSTOP)) in i2c_sendbytes()123 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_sendbytes()125 ctrl |= I2C_NOSTOP; in i2c_sendbytes()135 if (!(ctrl & I2C_NOSTOP)) in i2c_sendbytes()186 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_readbytes()196 if (!(ctrl & I2C_NOSTOP)) in i2c_readbytes()
34 #define I2C_NOSTOP (1 << 4) macro102 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_sendbytes()104 ctrl |= I2C_NOSTOP; in i2c_sendbytes()118 if (!(ctrl & I2C_NOSTOP)) in i2c_sendbytes()128 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_sendbytes()130 ctrl |= I2C_NOSTOP; in i2c_sendbytes()145 if (!(ctrl & I2C_NOSTOP)) in i2c_sendbytes()196 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_readbytes()210 if (!(ctrl & I2C_NOSTOP)) in i2c_readbytes()
441 #define I2C_NOSTOP 0x1 macro