Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Domap24xx_i2c.c381 writew(I2C_CON_EN | I2C_CON_MST | I2C_CON_STT | I2C_CON_TRX |
405 writew(I2C_CON_MST | I2C_CON_TRX, &i2c_base->con); /* Reset */
407 writew(I2C_CON_EN | I2C_CON_MST | I2C_CON_TRX |
488 writew(I2C_CON_EN | I2C_CON_MST | I2C_CON_STT |
492 writew(I2C_CON_EN | I2C_CON_MST | I2C_CON_STT | I2C_CON_STP |
531 writew(I2C_CON_EN | I2C_CON_MST |
630 writew(I2C_CON_EN | I2C_CON_MST | I2C_CON_STT | I2C_CON_TRX |
H A Ddavinci_i2c.c142 tmp = I2C_CON_EN | I2C_CON_MST | I2C_CON_STT | I2C_CON_TRX; in _davinci_i2c_read()
188 tmp = I2C_CON_EN | I2C_CON_MST | I2C_CON_STT | I2C_CON_STP; in _davinci_i2c_read()
243 tmp = I2C_CON_EN | I2C_CON_MST | I2C_CON_STT | in _davinci_i2c_write()
320 REG(&(i2c_base->i2c_con)) = (I2C_CON_EN | I2C_CON_MST | I2C_CON_STT | in _davinci_i2c_probe_chip()
H A Ddavinci_i2c.h69 #define I2C_CON_MST (1 << 10) /* Master/slave mode */ macro
H A Domap24xx_i2c.h54 #define I2C_CON_MST (1 << 10) /* Master/slave mode */ macro