Searched refs:I2C_NOSTOP (Results 1 – 3 of 3) sorted by relevance
46 #define I2C_NOSTOP (1 << 4) macro112 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_sendbytes()114 ctrl |= I2C_NOSTOP; in i2c_sendbytes()124 if (!(ctrl & I2C_NOSTOP)) in i2c_sendbytes()134 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_sendbytes()136 ctrl |= I2C_NOSTOP; in i2c_sendbytes()146 if (!(ctrl & I2C_NOSTOP)) in i2c_sendbytes()197 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_readbytes()207 if (!(ctrl & I2C_NOSTOP)) in i2c_readbytes()
44 #define I2C_NOSTOP (1 << 4) macro112 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_sendbytes()114 ctrl |= I2C_NOSTOP; in i2c_sendbytes()128 if (!(ctrl & I2C_NOSTOP)) in i2c_sendbytes()138 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_sendbytes()140 ctrl |= I2C_NOSTOP; in i2c_sendbytes()155 if (!(ctrl & I2C_NOSTOP)) in i2c_sendbytes()206 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_readbytes()220 if (!(ctrl & I2C_NOSTOP)) in i2c_readbytes()
471 #define I2C_NOSTOP 0x1 macro