Searched refs:I2C_CON_STP (Results 1 – 4 of 4) sorted by relevance
188 tmp = I2C_CON_EN | I2C_CON_MST | I2C_CON_STT | I2C_CON_STP; in _davinci_i2c_read()244 I2C_CON_TRX | I2C_CON_STP; in _davinci_i2c_write()321 I2C_CON_STP); in _davinci_i2c_probe_chip()330 REG(&(i2c_base->i2c_con)) |= I2C_CON_STP; in _davinci_i2c_probe_chip()
382 I2C_CON_STP, &i2c_base->con);408 I2C_CON_STP, &i2c_base->con); /* STP */492 writew(I2C_CON_EN | I2C_CON_MST | I2C_CON_STT | I2C_CON_STP |532 I2C_CON_STT | I2C_CON_STP,631 I2C_CON_STP, &i2c_base->con);
72 #define I2C_CON_STP (1 << 11) /* Stop condition (master mode only) */ macro
58 #define I2C_CON_STP (1 << 1) /* Stop condition (master mode only) */ macro