Searched refs:I2C_NOSTOP (Results 1 – 3 of 3) sorted by relevance
49 #define I2C_NOSTOP (1 << 4) macro115 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_sendbytes()117 ctrl |= I2C_NOSTOP; in i2c_sendbytes()127 if (!(ctrl & I2C_NOSTOP)) in i2c_sendbytes()137 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_sendbytes()139 ctrl |= I2C_NOSTOP; in i2c_sendbytes()149 if (!(ctrl & I2C_NOSTOP)) in i2c_sendbytes()200 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_readbytes()210 if (!(ctrl & I2C_NOSTOP)) in i2c_readbytes()
47 #define I2C_NOSTOP (1 << 4) macro115 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_sendbytes()117 ctrl |= I2C_NOSTOP; in i2c_sendbytes()131 if (!(ctrl & I2C_NOSTOP)) in i2c_sendbytes()141 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_sendbytes()143 ctrl |= I2C_NOSTOP; in i2c_sendbytes()158 if (!(ctrl & I2C_NOSTOP)) in i2c_sendbytes()209 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_readbytes()223 if (!(ctrl & I2C_NOSTOP)) in i2c_readbytes()
473 #define I2C_NOSTOP 0x1 macro