Home
last modified time | relevance | path

Searched refs:I2C_NOSTOP (Results 1 – 1 of 1) sorted by relevance

/drivers/media/video/cx23885/
Dcx23885-i2c.c49 #define I2C_NOSTOP (1 << 4) macro
115 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_sendbytes()
117 ctrl |= I2C_NOSTOP; in i2c_sendbytes()
130 if (!(ctrl & I2C_NOSTOP)) in i2c_sendbytes()
140 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_sendbytes()
142 ctrl |= I2C_NOSTOP; in i2c_sendbytes()
155 if (!(ctrl & I2C_NOSTOP)) in i2c_sendbytes()
207 ctrl |= I2C_NOSTOP | I2C_EXTEND; in i2c_readbytes()
220 if (!(ctrl & I2C_NOSTOP)) in i2c_readbytes()