Searched refs:I2C_CON_MST (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/i2c/ |
H A D | omap24xx_i2c.c | 497 omap_i2c_write_reg(i2c_base, ip_rev, I2C_CON_EN | I2C_CON_MST | in __omap24_i2c_probe() 522 omap_i2c_write_reg(i2c_base, ip_rev, I2C_CON_MST | I2C_CON_TRX, in __omap24_i2c_probe() 525 omap_i2c_write_reg(i2c_base, ip_rev, I2C_CON_EN | I2C_CON_MST | in __omap24_i2c_probe() 611 omap_i2c_write_reg(i2c_base, ip_rev, I2C_CON_EN | I2C_CON_MST | in __omap24_i2c_read() 615 omap_i2c_write_reg(i2c_base, ip_rev, I2C_CON_EN | I2C_CON_MST | in __omap24_i2c_read() 662 omap_i2c_write_reg(i2c_base, ip_rev, I2C_CON_EN | I2C_CON_MST | in __omap24_i2c_read() 764 omap_i2c_write_reg(i2c_base, ip_rev, I2C_CON_EN | I2C_CON_MST | in __omap24_i2c_write()
|
H A D | davinci_i2c.c | 141 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()
|
H A D | davinci_i2c.h | 68 #define I2C_CON_MST (1 << 10) /* Master/slave mode */ macro
|
H A D | omap24xx_i2c.h | 53 #define I2C_CON_MST (1 << 10) /* Master/slave mode */ macro
|