Home
last modified time | relevance | path

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

/external/u-boot/drivers/i2c/
Ddavinci_i2c.c141 tmp = I2C_CON_EN | I2C_CON_MST | I2C_CON_STT | I2C_CON_TRX; in _davinci_i2c_read()
187 tmp = I2C_CON_EN | I2C_CON_MST | I2C_CON_STT | I2C_CON_STP; in _davinci_i2c_read()
242 tmp = I2C_CON_EN | I2C_CON_MST | I2C_CON_STT | in _davinci_i2c_write()
319 REG(&(i2c_base->i2c_con)) = (I2C_CON_EN | I2C_CON_MST | I2C_CON_STT | in _davinci_i2c_probe_chip()
Domap24xx_i2c.c379 writew(I2C_CON_EN | I2C_CON_MST | I2C_CON_STT | I2C_CON_TRX |
486 writew(I2C_CON_EN | I2C_CON_MST | I2C_CON_STT |
490 writew(I2C_CON_EN | I2C_CON_MST | I2C_CON_STT | I2C_CON_STP |
530 I2C_CON_STT | I2C_CON_STP,
628 writew(I2C_CON_EN | I2C_CON_MST | I2C_CON_STT | I2C_CON_TRX |
Ddavinci_i2c.h72 #define I2C_CON_STT (1 << 13) /* Start condition (master mode only) */ macro
Domap24xx_i2c.h58 #define I2C_CON_STT (1 << 0) /* Start condition (master mode only) */ macro