Home
last modified time | relevance | path

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

/u-boot/drivers/i2c/
A Ddavinci_i2c.h72 #define I2C_CON_STT (1 << 13) /* Start condition (master mode only) */ macro
A Domap24xx_i2c.h58 #define I2C_CON_STT (1 << 0) /* Start condition (master mode only) */ macro
A Ddavinci_i2c.c143 tmp = I2C_CON_EN | I2C_CON_MST | I2C_CON_STT | I2C_CON_TRX; in _davinci_i2c_read()
189 tmp = I2C_CON_EN | I2C_CON_MST | I2C_CON_STT | I2C_CON_STP; in _davinci_i2c_read()
244 tmp = I2C_CON_EN | I2C_CON_MST | I2C_CON_STT | in _davinci_i2c_write()
321 REG(&(i2c_base->i2c_con)) = (I2C_CON_EN | I2C_CON_MST | I2C_CON_STT | in _davinci_i2c_probe_chip()
A Domap24xx_i2c.c500 I2C_CON_STT | I2C_CON_TRX | I2C_CON_STP, in __omap24_i2c_probe()
614 I2C_CON_STT | I2C_CON_TRX, OMAP_I2C_CON_REG); in __omap24_i2c_read()
618 I2C_CON_STT | I2C_CON_STP | I2C_CON_TRX, in __omap24_i2c_read()
665 I2C_CON_STT | I2C_CON_STP, OMAP_I2C_CON_REG); in __omap24_i2c_read()
767 I2C_CON_STT | I2C_CON_TRX | I2C_CON_STP, in __omap24_i2c_write()

Completed in 6 milliseconds