Searched refs:I2C_NOSTOP (Results 1 – 3 of 3) sorted by relevance
45 #define I2C_NOSTOP (1 << 4) macro111 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_sendbytes()113 ctrl |= I2C_NOSTOP; in i2c_sendbytes()123 if (!(ctrl & I2C_NOSTOP)) in i2c_sendbytes()133 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_sendbytes()135 ctrl |= I2C_NOSTOP; in i2c_sendbytes()145 if (!(ctrl & I2C_NOSTOP)) in i2c_sendbytes()196 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_readbytes()206 if (!(ctrl & I2C_NOSTOP)) in i2c_readbytes()
48 #define I2C_NOSTOP (1 << 4) macro116 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_sendbytes()118 ctrl |= I2C_NOSTOP; in i2c_sendbytes()132 if (!(ctrl & I2C_NOSTOP)) in i2c_sendbytes()142 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_sendbytes()144 ctrl |= I2C_NOSTOP; in i2c_sendbytes()159 if (!(ctrl & I2C_NOSTOP)) in i2c_sendbytes()210 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_readbytes()224 if (!(ctrl & I2C_NOSTOP)) in i2c_readbytes()
466 #define I2C_NOSTOP 0x1 macro