Searched refs:I2C_CON_STP (Results 1 – 4 of 4) sorted by relevance
187 tmp = I2C_CON_EN | I2C_CON_MST | I2C_CON_STT | I2C_CON_STP; in _davinci_i2c_read()243 I2C_CON_TRX | I2C_CON_STP; in _davinci_i2c_write()320 I2C_CON_STP); in _davinci_i2c_probe_chip()329 REG(&(i2c_base->i2c_con)) |= I2C_CON_STP; in _davinci_i2c_probe_chip()
380 I2C_CON_STP, &i2c_base->con);406 I2C_CON_STP, &i2c_base->con); /* STP */490 writew(I2C_CON_EN | I2C_CON_MST | I2C_CON_STT | I2C_CON_STP |530 I2C_CON_STT | I2C_CON_STP,629 I2C_CON_STP, &i2c_base->con);
71 #define I2C_CON_STP (1 << 11) /* Stop condition (master mode only) */ macro
57 #define I2C_CON_STP (1 << 1) /* Stop condition (master mode only) */ macro