Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Domap24xx_i2c.c498 I2C_CON_STT | I2C_CON_TRX | I2C_CON_STP, in __omap24_i2c_probe()
522 omap_i2c_write_reg(i2c_base, ip_rev, I2C_CON_MST | I2C_CON_TRX, in __omap24_i2c_probe()
526 I2C_CON_TRX | I2C_CON_STP, in __omap24_i2c_probe()
612 I2C_CON_STT | I2C_CON_TRX, OMAP_I2C_CON_REG); in __omap24_i2c_read()
616 I2C_CON_STT | I2C_CON_STP | I2C_CON_TRX, in __omap24_i2c_read()
765 I2C_CON_STT | I2C_CON_TRX | I2C_CON_STP, in __omap24_i2c_write()
H A Ddavinci_i2c.h69 #define I2C_CON_TRX (1 << 9) /* Tx/Rx mode (master mode only) */ macro
H A Domap24xx_i2c.h54 #define I2C_CON_TRX (1 << 9) /* Transmitter/receiver mode */ macro
H A Ddavinci_i2c.c141 tmp = I2C_CON_EN | I2C_CON_MST | I2C_CON_STT | I2C_CON_TRX; in _davinci_i2c_read()
243 I2C_CON_TRX | I2C_CON_STP; in _davinci_i2c_write()